[Freeswitch-dev] bandtel SIP TRUNK config
victor.velo at videotron.ca
victor.velo at videotron.ca
Thu Jun 21 22:00:31 MSD 2012
Hello,
I need some help to validate my bandtel sip trunking config... I get the following info from bandtel:
Your SIP User Name: 201XXXXXXX
Your SIP Password: XXXXXX
Your ANI: 207XXXXXX
Your Toll Free/s: N/A Your DID/s: 207XXXXX
(prefix with0317)
---
DNS Server Addresses: >65.175.129.149 >66.237.65.90
Registration must be sent to: registrar.bandtel.com
•Outbound Calls: Outbound calls must be sent to the following proxy: Primary: proxy1.bandtel.com; Secondary: proxy2.bandtel.com
my setting:
.......
cat /etc/resolv.conf
nameserver 65.175.129.149
nameserver 66.237.65.90
..................
cat 01_bandtel.xml
<include>
<gateway name="bandtel.com">
<param name="username" value="201XXXXXX"/>
<param name="password" value="XXXXX"/>
<param name="from-user" value="+1207XXXXXXX"/>
<param name="proxy" value="registrar.bandtel.com"/>
<param name="outbound-proxy" value="proxy1.bandtel.com"/>
<param name="expire-seconds" value="600"/>
<param name="register" value="true"/>
<param name="caller-id-in-from" value="true"/>
</gateway>
</include>
.......................
cat 01_bandtel_did.xml
<include>
<extension name="bandtel_did">
<condition field="destination_number" expression="^(207XXXXX)$">
<action application="set" data="domain_name=$${domain}"/>
<action application="transfer" data="XXXX XML default"/>
</condition>
</extension>
</include>
.............
I don't get any error in the log file and I don't get anything by calling the bandtel DID....
Do I miss some settings or params somewhere????
Thank for the helps,
Victor Velo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120621/0aefdf0b/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-dev
mailing list