<?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: Regarding XSI Call API in Cloud Calling</title>
    <link>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149181#M412</link>
    <description>&lt;P&gt;please use "&lt;SPAN&gt;broadsoftsandboxxsp.cisco.com" for the host. you&amp;nbsp;don't have to define a port.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 14:34:55 GMT</pubDate>
    <dc:creator>skumar1</dc:creator>
    <dc:date>2020-09-10T14:34:55Z</dc:date>
    <item>
      <title>Regarding XSI Call API</title>
      <link>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149098#M411</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;We're using Broadworks Xtended Services Interface for calling purpose.&lt;BR /&gt;We have found following URL for new call&lt;BR /&gt;&lt;STRONG&gt;http(s)://&lt;A href="host:port" target="_blank" rel="noopener noreferrer"&gt;host:port&lt;/A&gt;/com.broadsoft.xsi-actions/v2.0/user/&amp;lt;userid&amp;gt;/calls/new&lt;/STRONG&gt;&lt;BR /&gt;We do not know what to use in the place of &lt;STRONG&gt;&lt;A href="host:port" target="_blank" rel="noopener noreferrer"&gt;host:port&lt;/A&gt;.&lt;/STRONG&gt;&lt;BR /&gt;Do we need to host any code or library provided by Broadworks on our server and then that URL need to be replaced here?&lt;/P&gt;&lt;P&gt;Please help us what to do. We don't know from where we need to start developing.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:10:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149098#M411</guid>
      <dc:creator>parinwork</dc:creator>
      <dc:date>2020-09-10T12:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding XSI Call API</title>
      <link>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149181#M412</link>
      <description>&lt;P&gt;please use "&lt;SPAN&gt;broadsoftsandboxxsp.cisco.com" for the host. you&amp;nbsp;don't have to define a port.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 14:34:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149181#M412</guid>
      <dc:creator>skumar1</dc:creator>
      <dc:date>2020-09-10T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding XSI Call API</title>
      <link>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149222#M413</link>
      <description>&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;I have tried with given host, my URL is as follow,&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" rel="noopener"&gt;http://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/v2.0/user/&amp;lt;userid&amp;gt;/calls/new?address=user_mobile_no&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But now it is responding with "401 Unauthorised", I have tried with Basic Auth using provided username and password. It is still not working.&lt;/P&gt;&lt;P&gt;I have tried in postman and with CURL php.&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;BR /&gt;$ch = curl_init();&lt;/P&gt;&lt;P&gt;curl_setopt($ch, CURLOPT_URL,"&lt;A target="_blank" rel="noopener"&gt;http://broadsoftsandboxxsp.cisco.com/com.broadsoft.xsi-actions/v2.0/user/&amp;lt;userid&amp;gt;/calls/new?address=xxxxxxxxxx&lt;/A&gt;");&lt;BR /&gt;curl_setopt($ch,CURLOPT_USERPWD,"username:password");&lt;BR /&gt;curl_setopt($ch, CURLOPT_POST, 1);&lt;BR /&gt;curl_setopt($ch, CURLOPT_POSTFIELDS,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http_build_query(array('address' =&amp;gt; 'xxxxxxxxxx')));&lt;/P&gt;&lt;P&gt;curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);&lt;BR /&gt;$server_output = curl_exec($ch);&lt;BR /&gt;curl_close ($ch);&lt;/P&gt;&lt;P&gt;if ($server_output == "OK") {&lt;BR /&gt;echo "&amp;lt;pre&amp;gt;Success&amp;lt;br&amp;gt;"; print_r($server_output); echo "&amp;lt;/pre&amp;gt;";&lt;BR /&gt;} else {&lt;BR /&gt;echo "&amp;lt;pre&amp;gt;ERRORS&amp;lt;br&amp;gt;"; print_r($server_output); echo "&amp;lt;/pre&amp;gt;";&lt;BR /&gt;}&lt;BR /&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me, I'm stuck with this. How do I overcome 401 Unauthorised Error. What method should I use for Authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 15:38:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-calling/regarding-xsi-call-api/m-p/4149222#M413</guid>
      <dc:creator>parinwork</dc:creator>
      <dc:date>2020-09-10T15:38:48Z</dc:date>
    </item>
  </channel>
</rss>

