[Freeswitch-users] simonics & freeswitch inbound call immediately disconnects when answered
jungle boogie
jungleboogie0 at gmail.com
Sun Jul 30 05:05:56 UTC 2017
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.
The problem I'm having is that as soon as the call is answered, it's
immediately disconnects.
/usr/local/freeswitch/conf/sip_profiles/external/googlev.xml
<include>
<gateway name="GVGW">
<param name="username" value="GV12132935740"/>
<param name="from-domain" value="gvgw.simonics.com"/>
<param name="password" value="thepassword"/>
<param name="extension" value="12130000000"/>
<param name="proxy" value="gvgw.simonics.com"/>
<param name="register" value="true"/>
<param name="register-transport" value="tcp"/>
</gateway>
</include>
/usr/local/freeswitch/conf/dialplan/public/04_inbound_did.xml
<include>
<extension name="gv_public_did">
<condition field="destination_number" expression="^12130000000$">
<action application="set" data="domain_name=$${domain}"/>
<action application="transfer" data="2001 XML default"/>
</condition>
</extension>
</include>
Here's a link to the call log:
https://pastebin.freeswitch.org/view/79a0e071
Anyone notice something wrong as to why the call would immediately
disconnect when answered?
Thanks!
More information about the FreeSWITCH-users
mailing list