[Freeswitch-users] simonics & freeswitch inbound call immediately disconnects when answered
jungle boogie
jungleboogie0 at gmail.com
Wed Aug 2 04:54:52 UTC 2017
Thus said Jungle Boogie on Sat, 29 Jul 2017 22:05:56 -0700
On 07/29/2017 10:05 PM, jungle boogie wrote:
> Hello All,
>
> I want to have my google voice telephone number registered with
> freeswitch via simonics.com. I have my account already setup and I've
> used it with sip credentials without freeswitch so I know it's setup
> correctly.
Solved!
I had to add an answer tag into the dialplan/public/00.xml file:
<include>
<extension name="public_did">
<condition field="destination_number" expression="^1NPAXXXXXXX$">
<action application="answer"/>
<action application="set" data="domain_name=$${domain}"/>
<action application="transfer" data="1000 XML default"/>
</condition>
</extension>
</include>
I'll create a page on confluence about this.
More information about the FreeSWITCH-users
mailing list