<?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: Cherry pick call from contact service queue in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227196#M3957</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your patience so far!&lt;BR /&gt;So, if a item is already in queue - then definitely it has a Task got created already.&lt;BR /&gt;Now why that task is under queued list, because the task has not been accepted by an agent so far.&lt;/P&gt;
&lt;P&gt;Now as you already mentioned,&amp;nbsp;&lt;A href="https://developer.webex-cx.com/documentation/tasks/v1/accept-task" target="_self" rel="nofollow noopener noreferrer"&gt;Accept Task&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;API won't do the job here since it only checks for the task types of Social, chat or email.&lt;BR /&gt;Rather you should go for &lt;A href="https://developer.webex-cx.com/documentation/tasks/v1/consult-accept-task" target="_self"&gt;Consult Accept Task&lt;/A&gt; API to get a telephony call accepted by an agent by using the "taskId".&lt;BR /&gt;Let us know how it goes or, in case you've some further queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards!&lt;BR /&gt;Sandip&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 12:28:17 GMT</pubDate>
    <dc:creator>sandiban</dc:creator>
    <dc:date>2024-11-21T12:28:17Z</dc:date>
    <item>
      <title>Cherry pick call from contact service queue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5226989#M3954</link>
      <description>&lt;P&gt;I have a use case for supervisors who are in a not ready state to be able to see calls in the queue and answer them.&lt;/P&gt;
&lt;P&gt;Is there way to accept a queued call via the API or Desktop SDK?&lt;/P&gt;
&lt;P&gt;I've tried with the&amp;nbsp;&lt;A href="https://developer.webex-cx.com/documentation/tasks/v1/accept-task" target="_self"&gt;Accept Task&lt;/A&gt;&amp;nbsp;API but it doesn't work and the doc doesn't mention telephony task in the description.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Access this endpoint when the user has to accept either an inbound or an outbound requests. The request can be social, a chat or an email.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Desktop SDK has a&amp;nbsp;&lt;A href="https://developer.webex-cx.com/documentation/guides/desktop/#agent-contact-module" target="_self"&gt;&lt;SPAN class="token maybe-class-name"&gt;Desktop&lt;/SPAN&gt;&lt;SPAN class="token punctuation" data-darkreader-inline-color=""&gt;.&lt;/SPAN&gt;&lt;SPAN class="token property-access"&gt;agentContact&lt;/SPAN&gt;&lt;SPAN class="token punctuation" data-darkreader-inline-color=""&gt;.&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="token method function property-access" data-darkreader-inline-color=""&gt;&lt;A href="https://developer.webex-cx.com/documentation/guides/desktop/#agent-contact-module" target="_self"&gt;accept()&lt;/A&gt; method but the docs state it is for non-voice tasks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="token method function property-access" data-darkreader-inline-color=""&gt;&amp;gt;&amp;nbsp;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp;This method works only for non-voice tasks and isn't applicable for voice contacts.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 21:40:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5226989#M3954</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2024-11-20T21:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cherry pick call from contact service queue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227196#M3957</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your patience so far!&lt;BR /&gt;So, if a item is already in queue - then definitely it has a Task got created already.&lt;BR /&gt;Now why that task is under queued list, because the task has not been accepted by an agent so far.&lt;/P&gt;
&lt;P&gt;Now as you already mentioned,&amp;nbsp;&lt;A href="https://developer.webex-cx.com/documentation/tasks/v1/accept-task" target="_self" rel="nofollow noopener noreferrer"&gt;Accept Task&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;API won't do the job here since it only checks for the task types of Social, chat or email.&lt;BR /&gt;Rather you should go for &lt;A href="https://developer.webex-cx.com/documentation/tasks/v1/consult-accept-task" target="_self"&gt;Consult Accept Task&lt;/A&gt; API to get a telephony call accepted by an agent by using the "taskId".&lt;BR /&gt;Let us know how it goes or, in case you've some further queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards!&lt;BR /&gt;Sandip&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 12:28:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227196#M3957</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-11-21T12:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cherry pick call from contact service queue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227249#M3959</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;&amp;nbsp;thanks for the reply.&lt;/P&gt;
&lt;P&gt;The Consult Accept Task API just responds with a 202 Accepted and nothing happens.&lt;/P&gt;
&lt;P&gt;So I tried the Consult Task API to consult the queued call to an agent and the responds with a 202, you can see the call come into the agent desktop for a second but then you get an error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhillJohntony_0-1732197258371.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/234288i0B6C91DB0F8CFBF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PhillJohntony_0-1732197258371.png" alt="PhillJohntony_0-1732197258371.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 13:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227249#M3959</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2024-11-21T13:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cherry pick call from contact service queue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227592#M3960</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;, no I don't think the "queueId" would help here.&lt;BR /&gt;You have to provide the "taskId" actually in this API request.&lt;BR /&gt;Do you see the corresponding taskId for that queued call anyway?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 08:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/cherry-pick-call-from-contact-service-queue/m-p/5227592#M3960</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-11-22T08:23:59Z</dc:date>
    </item>
  </channel>
</rss>

