<?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: How to deal with Incoming PSTN call in Discussion Forum</title>
    <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13825#M436</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Yes the same conference id. Keep in mind the regional scope of conferences if your callout and sdk client are based in different regions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling API&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#api-quick-reference" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/#api-quick-reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Custom headers in call out are not compatible with headers to in-app clients.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Which error does it return?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 08:12:05 GMT</pubDate>
    <dc:creator>Roland_Ian</dc:creator>
    <dc:date>2024-01-10T08:12:05Z</dc:date>
    <item>
      <title>How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13793#M421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From PSTN call To Sinch virtual number,&amp;nbsp;How should it be handled on the server side and what SVAML should be returned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The expectation is that this call will be pushed to my device, which has the iOS SDK integrated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a person-to-person call, not a conference call.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:53:17 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13793#M421</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-09T09:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13801#M424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You cannot call directly from PSTN to an In-app you will have to&amp;nbsp; use a conference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pre-requisite&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Start an in-app SDK client (user123)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incoming PSTN call to a Sinch Virtual number&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PSTN originating call to Sinch Virtual Number -&amp;gt; (ICE) -&amp;gt; (your Backend) -&amp;gt; (SVAML ConnectConf) (e.g.myconfid123)&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PSTN leg is now in conference myconfid123&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conference callout using calling API&amp;nbsp;&lt;EM&gt;In parallel (or after you get the ICE above. )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;conferenceCallout using destination -&amp;gt; endpoint -&amp;gt; username (user123)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In-app leg is now in conference myconfid123&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Callouts/#tag/Callouts/operation/Callouts!path=conferenceCallout/destination&amp;amp;t=request" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/voice/tag/Callouts/#tag/Callouts/operation/Callouts!path=conferenceCallout/destination&amp;amp;t=request&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Poll the conference for participants&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(If you want to see which parties are still in Conference)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_GetConferenceInfo" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_GetConferenceInfo&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Hangup the call on the incoming DICE (from in-app let)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_KickConferenceAll" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_KickConferenceAll&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_KickConferenceParticipant" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/voice/tag/Conferences/#tag/Conferences/operation/Calling_KickConferenceParticipant&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:35:03 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13801#M424</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-08T15:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13803#M426</link>
      <description>&lt;P&gt;Is a conferences necessary?&lt;/P&gt;&lt;P&gt;So what does connectMxp do and how is it used?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 02:55:31 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13803#M426</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-09T02:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13804#M427</link>
      <description>&lt;P&gt;I'm talking between two people. conference doesn't fit my scenario. What I expect is that after dialing a Sinch number, Sinch can push a call to the device. How can this be achieved?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 03:07:48 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13804#M427</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-09T03:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13810#M429</link>
      <description>&lt;P&gt;Sorry, we do not support direct PSTN origination call to in-app Voice SDK client. You have to use a conference to anchor the media portion of the call for the in-app leg.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A word about push:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This would be either FCM or APN depending if the handset is Android or Apple.&amp;nbsp; The push would be sent to the device for:&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;media connection to the conference after the conference callout&lt;/LI&gt;
&lt;LI&gt;media connection to the in-app peer (or proxy to peer) depending on the external network restrictions. After another in-app Voice SDK client has placed a call to another in-app Voice SDK client&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Direct calling support&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can however achieve the other way round in-app -&amp;gt; PSTN&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 07:42:02 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13810#M429</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-09T07:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13811#M430</link>
      <description>&lt;P&gt;Thanks, I may not have phrased it clearly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My usage scenario is to use a non-Sinch number (could be a real number or another virtual number) to call a number purchased on a sinch. The number is already pointing to an applicantion, and then the APN key is configured, and the iOS SDK is already integrated on the phone, what should I do to get the call pushed to the device?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What kind of SVAML should be returned by the server, please give me an example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The conference doesn't look like it's quite what I'm looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dylan.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 07:51:07 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13811#M430</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-09T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13812#M431</link>
      <description>&lt;P&gt;Hi Dylan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I stated we do not support incoming PSTN (real or virtual number) to a purchased Sinch Virtual number that then pushes to an iOS SDK (In-app Voice SDK client).&lt;/P&gt;
&lt;P&gt;You have to use a conference to connect both legs here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you will see from the call scenarios listed in our &lt;A href="https://developers.sinch.com/docs/voice/api-reference/" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;, phone to app is not listed.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#phone-to-phone-calls" target="_blank"&gt;Phone to phone calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#text-to-speech-calls" target="_blank"&gt;Text-to-speech calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#app-to-phone-calls" target="_blank"&gt;App to phone calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#app-to-app-calls" target="_blank"&gt;App to app calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#conference-calls" target="_blank"&gt;Conference calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/sip-trunking/" target="_blank"&gt;SIP trunking calls&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the SVAML connectMXP, this only works for application-to-application calls (in-app only) no phone to application.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/svaml/actions/#connectmxp" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/svaml/actions/#connectmxp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps clarify a little.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:16:28 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13812#M431</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-09T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13813#M432</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Roland-Ian&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So about the app-to-app call and whether or not the push can be accomplished.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I now want to do only app to app calls and incoming calls can be pushed to the device, how should this be implemented in my backend.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:23:48 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13813#M432</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-09T09:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13814#M433</link>
      <description>&lt;P&gt;App to App push for iOS is documented here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/ios/push-notifications-callkit/" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/ios/push-notifications-callkit/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to provide us with your APNS&amp;nbsp;Authentication Signing Key&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/ios/push-notifications-callkit/#configuring-an-apns-authentication-signing-key" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/ios/push-notifications-callkit/#configuring-an-apns-authentication-signing-key&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We will then send the push to Apple and they will in turn send it to the handset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use Android we will require your FCM sender id and Registration token&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/android/push-notifications/" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/android/push-notifications/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/android/push-notifications/#fcm-step-4-acquire-fcm-push-configuration" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/android/push-notifications/#fcm-step-4-acquire-fcm-push-configuration&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:35:32 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13814#M433</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-09T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13822#M434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;STRONG&gt;Roland-Ian,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I still have a few questions about this conference that I hope you can help answer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.Should the&amp;nbsp;&lt;SPAN&gt;conference&lt;/SPAN&gt; id set in&amp;nbsp;&lt;SPAN&gt;connectConf SVAML&lt;/SPAN&gt; and the&amp;nbsp;&lt;SPAN&gt;conference&lt;/SPAN&gt; id set via callout be set to the same, or should they be set differently?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.I set the value of custom in the callout, but I don't receive it in the APN push, how can I set it to take effect?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.I'm trying to get the information about the meeting, but it returns me an error, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;curl -i -X GET \&lt;BR /&gt;-u xx:xx \&lt;BR /&gt;'&lt;A href="https://calling.api.sinch.com/calling/v1/conferences/id/2000000033938953" target="_blank"&gt;https://calling.api.sinch.com/calling/v1/conferences/id/2000000033938953&lt;/A&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm getting it when the meeting is being set up, I don't know why it's okay to return an error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 04:36:26 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13822#M434</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-10T04:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13825#M436</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Yes the same conference id. Keep in mind the regional scope of conferences if your callout and sdk client are based in different regions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling API&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#api-quick-reference" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/#api-quick-reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Custom headers in call out are not compatible with headers to in-app clients.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Which error does it return?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 08:12:05 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13825#M436</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-10T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13826#M437</link>
      <description>&lt;P&gt;1. Yes you should. Please keep in mind the regional scope of Conferences when connecting your clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Conference calls / scope&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#conference-calls" target="_blank"&gt;https://developers.sinch.com/docs/voice/api-reference/#conference-calls&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Calling API&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In-app clients&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints" target="_blank"&gt;https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. custom field is not supported currently in conferenceCallout to destination type: username&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Which error is it? Can you give me an example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 08:20:10 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13826#M437</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-10T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13829#M438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have now created a new problem and need your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I returned SVAML on the server side specifying the conference&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;{"instructions":[{"name":"answer"}],"action":{"name":"connectConf","conferenceId":"2000000033938953"}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and also called callout to set up the conference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -i -X GET \&lt;BR /&gt;-u xx:xx \&lt;BR /&gt;'&lt;A href="https://calling.api.sinch.com/calling/v1/conferences/id/2000000033938953" target="_blank" rel="noopener"&gt;https://calling.api.sinch.com/calling/v1/conferences/id/2000000033938953&lt;/A&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Return&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;{"participants":[{"cli":"+12483158xxx","id":"e5fbc98b-4d1b-4e31-a527-4d13ed7d6636","duration":8,"muted":false,"onhold":false}]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I go to get the conference information, I get only one member, and it looks like it's just the receiver's side that's joined the conference, and the dialing side isn't connected to the conference. So the manifestation is that the call doesn't have sound. I would like to ask how the dialing party is accessing the conference and how can I get both parties into the conference to talk normally.&lt;/P&gt;&lt;P&gt;Am I missing any processes? Let me know if you need any examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 08:50:04 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13829#M438</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-10T08:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13831#M439</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have looked and each conference leg is started in two different regions. This is due to GeoIP lookup between the IP you use to start the callout and the IP of the in-app Voice SDK client being considered as different regsions.&lt;/P&gt;
&lt;P&gt;As outlined here:&amp;nbsp;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#conference-calls" target="_blank" rel="noopener noreferrer"&gt;https://developers.sinch.com/docs/voice/api-reference/#conference-calls&lt;/A&gt;&lt;/P&gt;
&lt;DIV class="admonition-heading"&gt;
&lt;H5 class="lia-indent-padding-left-30px"&gt;Important!&lt;/H5&gt;
&lt;/DIV&gt;
&lt;DIV class="admonition-content lia-indent-padding-left-30px"&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Conference rooms have regional scope. If you want to connect multiple participants from different regions (Continents) on the same conference, you must “force” all members to be on the same region.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;This can be done by selecting the same Sinch&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/voice/api-reference/#endpoints" target="_blank"&gt;Voice API regional endpoints&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for Callout requests and/or the Sinch&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/in-app-calling/overview/#sinch-in-app-global--regional-hostnamesendpoints" target="_blank"&gt;In-App regional endpoint/hostname&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to be used on your Mobile or Web Apps.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You can work around this, please try the following:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Can you change your in-app client URL to:&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://ocra-apse1.api.sinch.com" target="_blank"&gt;https://ocra-apse1.api.sinch.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And the callout use:&amp;nbsp;&lt;A href="https://calling-apse1.api.sinch.com/calling/v1" target="_blank"&gt;https://calling-apse1.api.sinch.com/calling/v1&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:08:16 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13831#M439</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-10T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13832#M440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Roland_Ian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This doesn't seem to be working.&amp;nbsp;I have changed the callout url as you said&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://calling-apse1.api.sinch.com/calling/v1/callouts" target="_blank" rel="noopener"&gt;https://calling-apse1.api.sinch.com/calling/v1/callouts&lt;/A&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;and the client url as well&lt;A href="https://ocra-apse1.api.sinch.com/" target="_blank" rel="noopener noreferrer"&gt;https://ocra-apse1.api.sinch.com&lt;/A&gt;, and I still get the same results as before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;"callid":"50e30922-dfa5-4e53-9be2-b94c6903de14"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The SVAML returned by the server is&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;{"instructions":[{"name":"answer"}],"action":{"name":"connectConf","conferenceId":"2000000033938953"}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;By looking up the attendee is still a member. Please help find the information about this call to see if something is set up incorrectly, looking forward to your input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:24:38 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13832#M440</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-10T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13835#M443</link>
      <description>&lt;P&gt;Hi, I want to examine your conferences across regions I need to isolate your conference name, can you use another one than&amp;nbsp;&lt;SPAN&gt;2000000033938953 for a single test?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 11:16:08 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13835#M443</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-10T11:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13836#M444</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;After checking the logs.&lt;/P&gt;
&lt;P&gt;I have looked at the logs and the URL in the ICE for the conferenceCallout portion of the call&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://calling-use1.api.sinch.com/calling/v1/calls" target="_blank"&gt;https://calling-use1.api.sinch.com/calling/v1/calls&lt;/A&gt;&amp;nbsp;the region contained in&amp;nbsp;&amp;nbsp;&lt;FONT face="andale mono,times"&gt;calling-&amp;lt;region&amp;gt;&lt;/FONT&gt; should also be used in the in-app client.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;&lt;A href="https://ocra-use1.api.sinch.com" target="_blank"&gt;https://ocra-use1.api.sinch.com&lt;/A&gt;&amp;nbsp;should be used here.&lt;/P&gt;
&lt;P&gt;It is the incoming PSTN leg that defines which reason to use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is due to the regional scope of conferences and the originating PSTN leg creates the conference so it will be anchored there.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:03:12 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13836#M444</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-10T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13837#M445</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;SPAN&gt;Roland_Ian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the PSTN is an external caller, in that the client has specified the address at the time of registration and he doesn't know what region the caller belongs to. Does it have to be consistent on the client side to work, and can you use a global address?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 02:11:22 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13837#M445</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-11T02:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13841#M448</link>
      <description>&lt;P&gt;Hi Dylan,&lt;/P&gt;
&lt;P&gt;Yes this is a limitation of conferencing being regional.&lt;/P&gt;
&lt;P&gt;You will have to have your Sinch Client started in the region the PSTN origination leg is in for it connect to the conference in that region.&lt;/P&gt;
&lt;P&gt;There could be creative ways around such as sending an out of band push that could then start the client before doing the conference callout,&amp;nbsp; however it would be outside of the scope of the Voice SDK.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 17:14:42 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13841#M448</guid>
      <dc:creator>Roland_Ian</dc:creator>
      <dc:date>2024-01-11T17:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Incoming PSTN call</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13843#M450</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Roland_Ian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I have no problem with this part. Now I have initiated a recording question, but no one has answered it. Please take a look at the reason.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Discussion-Forum/Start-recording-failed/td-p/13823" target="_blank"&gt;Start recording failed - Sinch Community - 13823&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an added note, I would like to start recording anytime during a call instead of specifying recording when dialing. Now going to turn on recording during a call doesn't work, so please help me see what's going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 01:44:51 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/How-to-deal-with-Incoming-PSTN-call/m-p/13843#M450</guid>
      <dc:creator>Dylan</dc:creator>
      <dc:date>2024-01-12T01:44:51Z</dc:date>
    </item>
  </channel>
</rss>

