<?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: Audio wakeup call using api ? in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194462#M2004</link>
    <description>&lt;P&gt;Apparently Webex Calling was not properly set up for the calling user. The error message for the /answer request is different now. But still, I don't know what it means.&lt;/P&gt;&lt;PRE&gt;{
    "message": "Call is not an unanswered terminating call",
    "errors": [
        {
            "description": "Call is not an unanswered terminating call",
            "code": 101009
        }
    ],
    "trackingId": "CXAPI_***********************************"
}&lt;/PRE&gt;</description>
    <pubDate>Mon, 07 Dec 2020 12:04:35 GMT</pubDate>
    <dc:creator>JC72498</dc:creator>
    <dc:date>2020-12-07T12:04:35Z</dc:date>
    <item>
      <title>Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4187378#M2001</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use a Webex api to send/make a wakeup call to our on-duty people. Ideally with a brief vocal message. But it is already enough to have the person pick up the phone. If nobody answers, the next person is called, etc ... If somebody picks up the issue is considered passed to the right person. The call can be made to the person's Webex client app or a call using the classic telephone network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been looking in the various api but can't find what I'm looking for. Which api can I best use for this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks !&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 09:48:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4187378#M2001</guid>
      <dc:creator>JC72498</dc:creator>
      <dc:date>2020-11-23T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194361#M2002</link>
      <description>&lt;P&gt;Nobody ?&amp;nbsp;&lt;EM&gt;any&lt;/EM&gt; clue is welcome ! &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 07:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194361#M2002</guid>
      <dc:creator>JC72498</dc:creator>
      <dc:date>2020-12-07T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194426#M2003</link>
      <description>&lt;P&gt;What's I managed so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post a request to&amp;nbsp;&lt;A href="https://webexapis.com/v1/telephony/calls/dial" target="_blank"&gt;https://webexapis.com/v1/telephony/calls/dial&lt;/A&gt;. Which triggers an audio call alike notification on my phone. And if I accept this, only then will the number be called. Which seems normal as this is not direct call, but rather click to call. So, according to the &lt;A href="https://learningnetwork.cisco.com/s/article/webex-calling-control-api" target="_self"&gt;online demo&lt;/A&gt; I should answer the call for it to take place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I do the /dial request, copy/paste the resulting callId into the body of an /answer call, and do that call. Invariably I'm getting the error message:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;{
    "message": "No Endpoint for call",
    "errors": [
        {
            "description": "No Endpoint for call",
            "code": 100020
        }
    ],
    "trackingId": "*********************************"
}&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;According to the online demo, this should work. Maybe it is outdated ? Anyway, I have no clue what the error is about. It must be something very basic I'm missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anybody who can help me with this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 10:15:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194426#M2003</guid>
      <dc:creator>JC72498</dc:creator>
      <dc:date>2020-12-07T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194462#M2004</link>
      <description>&lt;P&gt;Apparently Webex Calling was not properly set up for the calling user. The error message for the /answer request is different now. But still, I don't know what it means.&lt;/P&gt;&lt;PRE&gt;{
    "message": "Call is not an unanswered terminating call",
    "errors": [
        {
            "description": "Call is not an unanswered terminating call",
            "code": 101009
        }
    ],
    "trackingId": "CXAPI_***********************************"
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Dec 2020 12:04:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4194462#M2004</guid>
      <dc:creator>JC72498</dc:creator>
      <dc:date>2020-12-07T12:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4796677#M2005</link>
      <description>&lt;P&gt;Hi JC72498,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Did you finally get it to work?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;What was configured wrong in Webex Calling for the user?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;I have the same problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 16:08:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4796677#M2005</guid>
      <dc:creator>jagifoto1</dc:creator>
      <dc:date>2023-03-17T16:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4796967#M2006</link>
      <description>&lt;P&gt;What issue do you have? Have you set up Webex Calling correctly? Is the user able to receive normal PSTN calls? Are you able to use the sample from the API description page at &lt;A href="https://developer.webex.com/docs/api/v1/call-controls/dial?" target="_blank"&gt;https://developer.webex.com/docs/api/v1/call-controls/dial?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 12:09:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4796967#M2006</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2023-03-18T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Audio wakeup call using api ?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4863466#M2263</link>
      <description>&lt;P&gt;When testing the Call Control APIs it is helpful to use a device as an endpoint. I use the webex calling google chrome plug in when testing Call Control APIs.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 20:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/audio-wakeup-call-using-api/m-p/4863466#M2263</guid>
      <dc:creator>jozanini</dc:creator>
      <dc:date>2023-06-27T20:04:11Z</dc:date>
    </item>
  </channel>
</rss>

