Provider DIDLogic (Global)
DIDLogic.com
Last update: 4 April 2014
Freeswitch configuration to send SIP calls with DIDlogic.com https://didlogic.com/support/setup-guides/freeswitch-config
<include>
<gateway name="didlogic-out">
<param name="username" value="YOUR_SIP_USERNAME"/> <!--use the SIP Username provided by didlogic -->
<param name="realm" value="sip.ca.didlogic.net"/>
<param name="password" value="YOUR_SIP_PASSWORD"/> <!--use the password that you set for your SIP account -->
<param name="register" value="true"/>
<param name="context" value="public"/>
</gateway>
</include>