<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP in Contact Center</title>
    <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892838#M13964</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thanks Garry! What about jtapi ? Does jtapi provide a method to decline incoming call ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 12:05:22 GMT</pubDate>
    <dc:creator>AgshinA</dc:creator>
    <dc:date>2023-07-26T12:05:22Z</dc:date>
    <item>
      <title>IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG APIs ?</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892741#M13961</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
&lt;P&gt;There is not decline option in Cisco Finesse Dialog API Documentation(Take Action on Participant section : &lt;A href="https://developer.cisco.com/docs/finesse/#!dialog%e2%80%94take-action-on-participant/dialogtake-action-on-participant" target="_blank" rel="noopener"&gt;https://developer.cisco.com/docs/finesse/#!dialog%e2%80%94take-action-on-participant/dialogtake-action-on-participant&lt;/A&gt;). How can I handle decling incoming calls using API?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 10:12:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892741#M13961</guid>
      <dc:creator>AgshinA</dc:creator>
      <dc:date>2023-07-26T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892822#M13962</link>
      <description>&lt;P&gt;Agents are by design not allowed to reject incoming calls / tasks - so I think its unlikely that the API has this ability.&lt;BR /&gt;Move the agent into Not Ready if you don't want to receive incoming calls / tasks.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:53:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892822#M13962</guid>
      <dc:creator>Gerry O'Rourke</dc:creator>
      <dc:date>2023-07-26T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892836#M13963</link>
      <description>&lt;P&gt;Does jtapi provide a method to decline incoming call ?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 12:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892836#M13963</guid>
      <dc:creator>AgshinA</dc:creator>
      <dc:date>2023-07-26T12:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892838#M13964</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks Garry! What about jtapi ? Does jtapi provide a method to decline incoming call ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 12:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4892838#M13964</guid>
      <dc:creator>AgshinA</dc:creator>
      <dc:date>2023-07-26T12:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4897014#M13971</link>
      <description>&lt;P&gt;You can make just allowable actions on participant. You can see it in dialog api which action is allowable. So if there is incoming call, the agent is allowed just to ANSWER the call as you can see below&lt;BR /&gt;ex.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;Participant&amp;gt;
&amp;lt;actions&amp;gt;
&amp;lt;action&amp;gt;ANSWER&amp;lt;/action&amp;gt;
&amp;lt;/actions&amp;gt;
&amp;lt;mediaAddress&amp;gt;123456&amp;lt;/mediaAddress&amp;gt;
&amp;lt;mediaAddressType&amp;gt;AGENT_DEVICE&amp;lt;/mediaAddressType&amp;gt;
&amp;lt;startTime&amp;gt;2023-08-01T14:37:39.411Z&amp;lt;/startTime&amp;gt;
&amp;lt;state&amp;gt;ALERTING&amp;lt;/state&amp;gt;
&amp;lt;stateCause/&amp;gt;
&amp;lt;stateChangeTime&amp;gt;2023-08-01T14:37:39.411Z&amp;lt;/stateChangeTime&amp;gt;
&amp;lt;/Participant&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:40:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4897014#M13971</guid>
      <dc:creator>jozefnad</dc:creator>
      <dc:date>2023-08-01T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4921535#M14057</link>
      <description>&lt;P&gt;I believe jtapi has / should have a method to reject/decline an incoming call - some SIP phones show a button to do that as well. Not sure what happens to the declined call though&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 17:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4921535#M14057</guid>
      <dc:creator>royp1</dc:creator>
      <dc:date>2023-09-11T17:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4949195#M14162</link>
      <description>&lt;P&gt;found a way that works (for reasons David explained) - see my other question on this topic (below):&lt;/P&gt;&lt;P&gt;where i mentioned&amp;nbsp;&lt;SPAN&gt;".....I am inclined to use the sendData to execute CiscoIPPhone with the payload for Decline soft key over JTAPI connection"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.cisco.com/t5/call-control/is-there-a-way-to-decline-an-incoming-call-using-jtapi/m-p/4927990#M3474" target="_blank"&gt;https://community.cisco.com/t5/call-control/is-there-a-way-to-decline-an-incoming-call-using-jtapi/m-p/4927990#M3474&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:30:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4949195#M14162</guid>
      <dc:creator>royp1</dc:creator>
      <dc:date>2023-10-26T20:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: IS IT POSSIBLE TO DECLINE AN INCOMING CALL USING FINESSE DIALOG AP</title>
      <link>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4949197#M14163</link>
      <description>&lt;P&gt;I found out the call goes to voice mail if VM is setup - otherwise the caller gets a busy or NU tone.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:32:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/is-it-possible-to-decline-an-incoming-call-using-finesse-dialog/m-p/4949197#M14163</guid>
      <dc:creator>royp1</dc:creator>
      <dc:date>2023-10-26T20:32:25Z</dc:date>
    </item>
  </channel>
</rss>

