<?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: Call forwarding API in Developer Forum</title>
    <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14781#M66</link>
    <description>&lt;P&gt;Hello sdrbrg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, at the moment the Call Forwarding that can be enabled through the Dashboard in your app can only be done using the Dashboard. If you want to create call forwarding functionality using the API, you will need to create some custom functionality using &lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/" target="_self"&gt;SVAML&lt;/A&gt;, &lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Callbacks/#tag/Callbacks/operation/ice" target="_self"&gt;Incoming Call Event&lt;/A&gt; requests, and in particular the `&lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/actions/#connectpstn" target="_self"&gt;connectPstn&lt;/A&gt;` action. We recommend using this &lt;A href="https://developers.sinch.com/docs/voice/tutorials/number-masking/" target="_self"&gt;tutorial&lt;/A&gt; as a starting point to learn how to mask an incoming number and forward it to the number you choose.&lt;/P&gt;
&lt;P&gt;Please let me know if you have any further questions. Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2024 16:58:41 GMT</pubDate>
    <dc:creator>Alex_Sberna</dc:creator>
    <dc:date>2024-03-28T16:58:41Z</dc:date>
    <item>
      <title>Call forwarding API</title>
      <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14760#M63</link>
      <description>&lt;P&gt;Hi, im trying to update the "To" number in call forwarding programatically via the API provided in the documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorization works and I can fetch the settings using a get request to: &amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://numbers.api.sinch.com/v1/projects/" target="_blank"&gt;https://numbers.api.sinch.com/v1/projects/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;project_id&lt;/SPAN&gt; &lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;/activeNumbers/&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;phone_number&lt;BR /&gt;&lt;BR /&gt;Using patch to:&amp;nbsp;&lt;A href="https://numbers.api.sinch.com/v1/projects/{projectId}/activeNumbers/{phoneNumber}" target="_blank"&gt;https://numbers.api.sinch.com/v1/projects/{projectId}/activeNumbers/{phoneNumber}&lt;/A&gt;&lt;BR /&gt;im not able to see anywhere in the documentation where the "To" numbers is beings assigned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;The&amp;nbsp;voiceConfiguration payload does not include anything for this &lt;/FONT&gt;what I can see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 11:00:35 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14760#M63</guid>
      <dc:creator>sdrbrg</dc:creator>
      <dc:date>2024-03-28T11:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call forwarding API</title>
      <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14767#M64</link>
      <description>&lt;P&gt;Found the answer under&amp;nbsp;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/authentication/signed-request/?utm_source=forethought-chat&amp;amp;utm_lp=forethought-chat#Python" target="_blank" rel="noopener"&gt;https://developers.sinch.com/docs/voice/api-reference/authentication/signed-request/?utm_source=forethought-chat&amp;amp;utm_lp=forethought-chat#Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: was not able to find it under the singed request either&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:02:47 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14767#M64</guid>
      <dc:creator>sdrbrg</dc:creator>
      <dc:date>2024-03-28T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Call forwarding API</title>
      <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14768#M65</link>
      <description>&lt;P&gt;Did not solve my issue.. Still having trouble navigating the documentation to just change the Forward settings via the API&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 12:18:52 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14768#M65</guid>
      <dc:creator>sdrbrg</dc:creator>
      <dc:date>2024-03-28T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call forwarding API</title>
      <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14781#M66</link>
      <description>&lt;P&gt;Hello sdrbrg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, at the moment the Call Forwarding that can be enabled through the Dashboard in your app can only be done using the Dashboard. If you want to create call forwarding functionality using the API, you will need to create some custom functionality using &lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/" target="_self"&gt;SVAML&lt;/A&gt;, &lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Callbacks/#tag/Callbacks/operation/ice" target="_self"&gt;Incoming Call Event&lt;/A&gt; requests, and in particular the `&lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/actions/#connectpstn" target="_self"&gt;connectPstn&lt;/A&gt;` action. We recommend using this &lt;A href="https://developers.sinch.com/docs/voice/tutorials/number-masking/" target="_self"&gt;tutorial&lt;/A&gt; as a starting point to learn how to mask an incoming number and forward it to the number you choose.&lt;/P&gt;
&lt;P&gt;Please let me know if you have any further questions. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 16:58:41 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14781#M66</guid>
      <dc:creator>Alex_Sberna</dc:creator>
      <dc:date>2024-03-28T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call forwarding API</title>
      <link>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14799#M67</link>
      <description>&lt;P&gt;Thanks for the answer, i'll have a look!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 07:06:51 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Developer-Forum/Call-forwarding-API/m-p/14799#M67</guid>
      <dc:creator>sdrbrg</dc:creator>
      <dc:date>2024-04-02T07:06:51Z</dc:date>
    </item>
  </channel>
</rss>

