FreeSWITCH SIP Trunk Creation
Introduction
FreeSWITCH SIP Trunk Configuration
<include>
<gateway name="prosbc">
<!-- To send calls to prosbc: -->
<param name="proxy" value="prosbc.telcobridges.com"/>
<!-- Registration is not required for FreeSWITCH on Static IP address -->
<param name="register" value="false" />
<param name="username" value=""/>
<param name="password" value=""/>
</gateway>
</include><include>
<extension name="prosbc_outbound">
<!-- The following line detects outbound calls with a 9 as a dropped prefix -->
<!-- The line after sends the 8-15 digit numbers to the ProSBC gateway -->
<condition field="destination_number" expression="^9(\d{8,15})$">
</condition>
</extension>
</include>Last updated
Was this helpful?
