NOTE: Dialer platforms work through dialer.sip.us. Trunks on dialer.sip.us will be provisioned very quickly after contacting sales@sip.us to set-up a trial.
- Configure SIP.US as a Carrier. Ensure that you change your settings to match the settings in the image below. Pay particular attention to the "Dialplan Entry" box. Settings for the "Account Entry" box can be copied and pasted from the text below:
[SIPUS] disallow=all allow=ulaw type=peer username=<Trunk Number> secret=<Trunk Password> fromdomain=dialer.sip.us host=dialer.sip.us insecure=port,invite outboundproxy=dialer.sip.us
- Registration string should be in the following format:
register => <Trunk Number>:<Trunk Password>@dialer.sip.us:5060
- The Dial plan entry will be:
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _X.,2,Dial(SIP/1${EXTEN}@SIPUS,,tTo exten => _X.,3,Hangup
NOTE: this dial plan entry is set to prepend a 1 in front of 10 digit numbers, to avoid having the system prepend an additional 1 you will need to change the ‘Omit Phone Code” in your campaign from ‘N’ to ‘Y’.
Comments