We recommend you create configurations for each ClearlyIP Server that your service is setup for.
You can locate the Server Domain name, SIP Username and SIP Password from within the SIP Trunking Portal under the Location as outlined here.
In {prefix}/freeswitch/conf/sip_profiles/external/ create a file called 1.us-central.clearlyip.com.xml including this information: <include>
<gateway name="1.us-central.clearlyip.com">
<param name="username" value="USERNAME"/>
<param name="realm" value="1.us-central.clearlyip.com"/>
<param name="password" value="SIP PASSWORD"/>
<param name="expire-seconds" value="3600"/>
</gateway>
</include>
Replace
1.us-central.clearlyip.com
with one of the servers listed from your location in the field "Registrar/Server/Gateway Hostname or IP"
Replace
USERNAME
with the Sip Credentials Username from your location into the "Authentication ID (aka SIP User Id)" field
Replace
SIP PASSWORD
with the Sip Credentials Password from your location into the "Authentication Password" field
This will allow FreeSwitch to register, however, you will need to provide inbound/outbound dial plan per your configuration. This is not a "generic" setting, so we do not explain how to do this.
If you have recommendations or suggestions, please, please post a comment below.