[Freeswitch-users] broadvox setup
Loren Salsgiver
loren at salsgiver.com
Mon Oct 13 10:08:54 PDT 2008
Can anyone help with connecting freeswith to broadvox.
Broadvox provided the following...
Allow The Media IPs below and all UDP Ports Up To 65535
209.249.3.58 209.249.3.60
Trunk Number DNS A Record DNS SRV Record IP Addr 1
1000422 dfwnx01ga1.pa.broadvox.net dfwnx01ga1.psrv.broadvox.net
209.249.3.59
As well as a BTN number but no password.
In the configuration instructions they stated this is a static
connection and all I have to do is point to their server to deliver calls.
I did the following...
/usr/local/freeswitch/conf/sip_profiles/external
I created broadvox.xml, no username and password is required according
to the documentation. And none was provided.
<include>
<gateway name="broadvox">
<param name="realm" value="Broadvox.net"/>
<param name="from-domain" value="206.67.234.233"/>
<param name="proxy" value="209.249.3.59"/>
<param name="expire-seconds" value="3600"/>
<param name="register" value="true"/>
<param name="retry-seconds" value="3600"/>
</gateway>
</include>
Added to /usr/local/freeswitch/conf/dialplan/default.xml
And a dialplan
<extension name="To PSTN">
<condition field="fdnis" expression="9541231234"/>
<condition field="destination_number" expressions="(.*)">
<action application="bridge"
data="sofia/external/$1 at 209.249.3.59:5060"/>
</condition>
</extension>
No luck. Any assistance would be helpful. If I can get this working
the next step would be to interface directly with Verizon using sip.
Thanks,
Loren
More information about the FreeSWITCH-users
mailing list