[Freeswitch-users] How configure outbound calls with Voxbeam on Freeswitch
William Valdez
williamvaldez at outlook.com
Tue Aug 12 22:55:10 MSD 2014
I add a gateway with this information:
<gateway name="voxbeam">
<param name="register" value="false"/>
<param name="username" value="billing at algo.com"/>
<param name="from-user" value="billing at algo.com"/>
<param name="password" value="aaaaaa" />
<param name="proxy" value="sbc.voxbeam.com"/>
<param name="realm" value="sbc.voxbeam.com"/>
<param name="expire-seconds" value="300"/>
<param name="retry-seconds" value="30"/>
</gateway>
And in conf/dialplan/default/default.xml
I add this to outbound calls.
<extension name="salientes">
<condition field="destination_number" expression="^(\d{11})$">
<action application="bridge" data="sofia/gateway/VoxbeamO/0011103$1"
/>
</condition>
</extension>
Like in the pdf provider for voxbeam.
And ever have this error in freeswitch log.
2014-08-12 12:41:32.103359 [INFO] mod_dialplan_xml.c:558 Processing 10105
<10105>->14158450254 in context default
2014-08-12 12:41:32.103359 [NOTICE] switch_channel.c:1054 New Channel
sofia/default/001110314158450254 [3031bf713-4828-8928-3cc97b75f4ca]
2014-08-12 12:41:32.163383 [NOTICE] sofia.c:7087 Hangup
sofia/default/001110314158450254 [CS_CONSUME_MEDIA] [NORTEMPORARY_FAILURE]
2014-08-12 12:41:32.183367 [INFO] mod_dptools.c:3234 Originate Failed.
Cause: NORMAL_TEMPORARY_FAILURE
WHAT I DOING WRONG ???
PLEASE HELPME !!
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list