<?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 voice api not working in Webex Connect</title>
    <link>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/4998417#M218</link>
    <description>&lt;P&gt;Hi Team, I am using below code in my solution with the trial account I have but am unable to place voice call and getting 400 error each time. Please advise:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var client = new HttpClient();&lt;BR /&gt;var request = new HttpRequestMessage(HttpMethod.Post, "&lt;A href="https://api-sandbox.imiconnect.io/v1/voice/messages" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-sandbox.imiconnect.io/v1/voice/messages&lt;/A&gt;");&lt;BR /&gt;request.Headers.Add("Authorization", {my authorization key});&lt;BR /&gt;request.Headers.Add("Idempotency-Key", Guid.NewGuid().ToString());&lt;BR /&gt;var content = new StringContent("{\n \"callerId\": \"+15204575696\",\n \"dialedNumber\": \"{my indian telephone number}\",\n \"audio\": {\n \"type\": \"TTS\",\n \"loop\": 3,\n \"style\": \"STANDARD\",\n \"gender\": \"FEMALE\",\n \"engine\": \"AZURE\",\n \"text\": \"Hello\",\n \"textFormat\": \"TEXT\"\n }\n}", null, "application/json");&lt;BR /&gt;request.Content = content;&lt;BR /&gt;var response = await client.SendAsync(request);&lt;BR /&gt;response.EnsureSuccessStatusCode();&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 12:44:07 GMT</pubDate>
    <dc:creator>kmehta</dc:creator>
    <dc:date>2024-01-17T12:44:07Z</dc:date>
    <item>
      <title>voice api not working</title>
      <link>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/4998417#M218</link>
      <description>&lt;P&gt;Hi Team, I am using below code in my solution with the trial account I have but am unable to place voice call and getting 400 error each time. Please advise:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var client = new HttpClient();&lt;BR /&gt;var request = new HttpRequestMessage(HttpMethod.Post, "&lt;A href="https://api-sandbox.imiconnect.io/v1/voice/messages" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-sandbox.imiconnect.io/v1/voice/messages&lt;/A&gt;");&lt;BR /&gt;request.Headers.Add("Authorization", {my authorization key});&lt;BR /&gt;request.Headers.Add("Idempotency-Key", Guid.NewGuid().ToString());&lt;BR /&gt;var content = new StringContent("{\n \"callerId\": \"+15204575696\",\n \"dialedNumber\": \"{my indian telephone number}\",\n \"audio\": {\n \"type\": \"TTS\",\n \"loop\": 3,\n \"style\": \"STANDARD\",\n \"gender\": \"FEMALE\",\n \"engine\": \"AZURE\",\n \"text\": \"Hello\",\n \"textFormat\": \"TEXT\"\n }\n}", null, "application/json");&lt;BR /&gt;request.Content = content;&lt;BR /&gt;var response = await client.SendAsync(request);&lt;BR /&gt;response.EnsureSuccessStatusCode();&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 12:44:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/4998417#M218</guid>
      <dc:creator>kmehta</dc:creator>
      <dc:date>2024-01-17T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Connect Sandbox voice number from different countries</title>
      <link>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/4997480#M220</link>
      <description>&lt;P&gt;Hi Team, I am using below code in my solution with the trial account I have but am unable to place voice call and getting 400 error each time. Please advise:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var client = new HttpClient();&lt;BR /&gt;var request = new HttpRequestMessage(HttpMethod.Post, "&lt;A href="https://api-sandbox.imiconnect.io/v1/voice/messages" target="_blank"&gt;https://api-sandbox.imiconnect.io/v1/voice/messages&lt;/A&gt;");&lt;BR /&gt;request.Headers.Add("Authorization", {my authorization key});&lt;BR /&gt;request.Headers.Add("Idempotency-Key", Guid.NewGuid().ToString());&lt;BR /&gt;var content = new StringContent("{\n \"callerId\": \"+15204575696\",\n \"dialedNumber\": \"{my indian telephone number}\",\n \"audio\": {\n \"type\": \"TTS\",\n \"loop\": 3,\n \"style\": \"STANDARD\",\n \"gender\": \"FEMALE\",\n \"engine\": \"AZURE\",\n \"text\": \"Hello\",\n \"textFormat\": \"TEXT\"\n }\n}", null, "application/json");&lt;BR /&gt;request.Content = content;&lt;BR /&gt;var response = await client.SendAsync(request);&lt;BR /&gt;response.EnsureSuccessStatusCode();&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 08:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/4997480#M220</guid>
      <dc:creator>kmehta</dc:creator>
      <dc:date>2024-01-16T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: voice api not working</title>
      <link>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/5003629#M219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1665525"&gt;@kmehta&lt;/a&gt;&amp;nbsp;- Please use NEURAL as value for the TTS&amp;nbsp;&lt;SPAN&gt;style configuration. The above request is failing because&amp;nbsp;STANDARD voice option is being retired. Let me know if you continue to face any issues after making this change.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 13:11:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-connect/voice-api-not-working/m-p/5003629#M219</guid>
      <dc:creator>Connect - Tanuj</dc:creator>
      <dc:date>2024-01-23T13:11:41Z</dc:date>
    </item>
  </channel>
</rss>

