<?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 Broken Call Control Behavior in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/broken-call-control-behavior/m-p/4098289#M4971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are developing a software for our telephone operator which require some basic call control capabilities.&lt;/P&gt;&lt;P&gt;Based on Cisco BroadWorks Xtended Services Interface Interface Specification Release 23.0 Document Version 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the recommended sofphones softwares: Zoiper 2.9.19, Bria 6.1.0 comp. 103104. (Cisco UC One currently not work in our SandBox account because require some access code unknown by us)&lt;/P&gt;&lt;P&gt;At the moment we just want to do the answer and hold of the call using the call control XSI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We &lt;FONT color="#FF0000"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;can't &lt;/FONT&gt;a&lt;FONT face="arial,helvetica,sans-serif"&gt;nswe&lt;/FONT&gt;r&lt;/FONT&gt; the call via the API no matter there is &lt;FONT color="#FF0000"&gt;successful return code&lt;/FONT&gt; while if we manually answer the hold api call is capable and do the expected paused call behavior.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Even if we use the url designed for testing and provided with the platform (&lt;A href="https://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/test/v2.0/user/userid/calls/[call_id]/talk_Put.html" target="_blank"&gt;https://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/test/v2.0/user/userid/calls/[call_id]/talk_Put.html&lt;/A&gt;) to test the XSI Api talk, we get the same broken behavior, can't answer or resume the call while again the url for hold work as well as the XSI API call from the application.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Considering that it fails from the api and the url provided by you, what is the cause of this incompatibility for something so fundamental and basic in terms of call control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Some tests via telnet to demonstrate the behavior&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Talk request&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;telnet broadsoftsandboxxsp.cisco.com 80&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trying 64.103.37.40...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connected to broadsoftsandboxxsp.cisco.com.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Escape character is '^]'.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PUT /com.broadsoft.xsi-actions/v2.0/user/u9736722344@broadsoftlab.com/calls/callhalf-17255553:0/Talk HTTP/1.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Host: broadsoftsandboxxsp.cisco.com&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Authorization: Basic ***********************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Length: 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;Successfull response without the action, the call remain ringing or holded like at the beginning&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTTP/1.1 200 OK&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-BROADSOFT-CORRELATION-ID: 39855b65-6a40-4655-9a7e-58d55a1a7de0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-Frame-Options: SAMEORIGIN&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-XSS-Protection: 1; mode=block&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set-Cookie: JSESSIONID=4C7FF98F9979BD2932A53ED4786ED9BF; Path=/com.broadsoft.xsi-actions; HttpOnly&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Cache-Control: no-cache, no-store&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pragma: no-cache&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Language: en-US&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Type: application/xml;charset=UTF-8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Transfer-Encoding: chunked&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Date: Mon, 01 Jun 2020 22:46:06 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Server: HTTP Server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Hold Request&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;telnet broadsoftsandboxxsp.cisco.com 80&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trying 64.103.37.40...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connected to broadsoftsandboxxsp.cisco.com.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Escape character is '^]'.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PUT /com.broadsoft.xsi-actions/v2.0/user/u9736722344@broadsoftlab.com/calls/callhalf-17259609:0/Hold HTTP/1.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Host: broadsoftsandboxxsp.cisco.com&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Authorization: Basic dTk3MzY3MjIzNDRAYnJvYWRzb2Z0bGFiLmNvbTo3cjNlcHVtdA==&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Length: 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Successfull response with the action&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTTP/1.1 200 OK&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-BROADSOFT-CORRELATION-ID: 05b4008e-7f4f-4c5c-9f66-4edcaff08221&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-Frame-Options: SAMEORIGIN&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-XSS-Protection: 1; mode=block&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set-Cookie: JSESSIONID=9D0430F72D926D37412779C9FE20C670; Path=/com.broadsoft.xsi-actions; HttpOnly&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Cache-Control: no-cache, no-store&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pragma: no-cache&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Language: en-US&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Type: application/xml;charset=UTF-8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Transfer-Encoding: chunked&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Date: Mon, 01 Jun 2020 23:29:14 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Server: HTTP Server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Look ok both but only hold work while talk do nothing at all.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2020 14:12:04 GMT</pubDate>
    <dc:creator>Adportas</dc:creator>
    <dc:date>2020-06-05T14:12:04Z</dc:date>
    <item>
      <title>Broken Call Control Behavior</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/broken-call-control-behavior/m-p/4098289#M4971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are developing a software for our telephone operator which require some basic call control capabilities.&lt;/P&gt;&lt;P&gt;Based on Cisco BroadWorks Xtended Services Interface Interface Specification Release 23.0 Document Version 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the recommended sofphones softwares: Zoiper 2.9.19, Bria 6.1.0 comp. 103104. (Cisco UC One currently not work in our SandBox account because require some access code unknown by us)&lt;/P&gt;&lt;P&gt;At the moment we just want to do the answer and hold of the call using the call control XSI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We &lt;FONT color="#FF0000"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;can't &lt;/FONT&gt;a&lt;FONT face="arial,helvetica,sans-serif"&gt;nswe&lt;/FONT&gt;r&lt;/FONT&gt; the call via the API no matter there is &lt;FONT color="#FF0000"&gt;successful return code&lt;/FONT&gt; while if we manually answer the hold api call is capable and do the expected paused call behavior.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Even if we use the url designed for testing and provided with the platform (&lt;A href="https://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/test/v2.0/user/userid/calls/[call_id]/talk_Put.html" target="_blank"&gt;https://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/test/v2.0/user/userid/calls/[call_id]/talk_Put.html&lt;/A&gt;) to test the XSI Api talk, we get the same broken behavior, can't answer or resume the call while again the url for hold work as well as the XSI API call from the application.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Considering that it fails from the api and the url provided by you, what is the cause of this incompatibility for something so fundamental and basic in terms of call control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Some tests via telnet to demonstrate the behavior&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Talk request&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;telnet broadsoftsandboxxsp.cisco.com 80&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trying 64.103.37.40...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connected to broadsoftsandboxxsp.cisco.com.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Escape character is '^]'.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PUT /com.broadsoft.xsi-actions/v2.0/user/u9736722344@broadsoftlab.com/calls/callhalf-17255553:0/Talk HTTP/1.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Host: broadsoftsandboxxsp.cisco.com&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Authorization: Basic ***********************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Length: 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;Successfull response without the action, the call remain ringing or holded like at the beginning&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTTP/1.1 200 OK&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-BROADSOFT-CORRELATION-ID: 39855b65-6a40-4655-9a7e-58d55a1a7de0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-Frame-Options: SAMEORIGIN&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-XSS-Protection: 1; mode=block&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set-Cookie: JSESSIONID=4C7FF98F9979BD2932A53ED4786ED9BF; Path=/com.broadsoft.xsi-actions; HttpOnly&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Cache-Control: no-cache, no-store&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pragma: no-cache&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Language: en-US&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Type: application/xml;charset=UTF-8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Transfer-Encoding: chunked&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Date: Mon, 01 Jun 2020 22:46:06 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Server: HTTP Server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Hold Request&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;telnet broadsoftsandboxxsp.cisco.com 80&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trying 64.103.37.40...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connected to broadsoftsandboxxsp.cisco.com.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Escape character is '^]'.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PUT /com.broadsoft.xsi-actions/v2.0/user/u9736722344@broadsoftlab.com/calls/callhalf-17259609:0/Hold HTTP/1.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Host: broadsoftsandboxxsp.cisco.com&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Authorization: Basic dTk3MzY3MjIzNDRAYnJvYWRzb2Z0bGFiLmNvbTo3cjNlcHVtdA==&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Length: 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Successfull response with the action&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTTP/1.1 200 OK&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-BROADSOFT-CORRELATION-ID: 05b4008e-7f4f-4c5c-9f66-4edcaff08221&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-Frame-Options: SAMEORIGIN&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;X-XSS-Protection: 1; mode=block&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set-Cookie: JSESSIONID=9D0430F72D926D37412779C9FE20C670; Path=/com.broadsoft.xsi-actions; HttpOnly&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Cache-Control: no-cache, no-store&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pragma: no-cache&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Language: en-US&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Content-Type: application/xml;charset=UTF-8&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Transfer-Encoding: chunked&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Date: Mon, 01 Jun 2020 23:29:14 GMT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Server: HTTP Server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Look ok both but only hold work while talk do nothing at all.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 14:12:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/broken-call-control-behavior/m-p/4098289#M4971</guid>
      <dc:creator>Adportas</dc:creator>
      <dc:date>2020-06-05T14:12:04Z</dc:date>
    </item>
  </channel>
</rss>

