Asterisk (IAX2)


iax.conf

[general]
register => 100000:johnspassword@seattle2.jimmytel.com

[voipms]
type=friend
username=100000 (Replace with your 6 digit Main SIP Account User ID or Sub Account username, i.e. 123456 or 123456_sub)
secret=johnspassword ;your password
context=mycontext
host=seattle2.jimmytel.com (one of our multiple servers, you can choose the one closer to your location)
disallow=all
allow=ulaw
; allow=g729 ; uncomment if you support it
insecure=port,invite
requirecalltoken=no



extensions.conf


[mycontext]
; Make sure to include inbound prior to outbound because the _NXXNXXXXXX handler will match the incoming call and create a loop
include => voipms-inbound
include => voipms-outbound

[voipms-outbound]
exten => _1NXXNXXXXXX,1,Dial(IAX2/voipms/${EXTEN})
exten => _1NXXNXXXXXX,n,Hangup()
exten => _NXXNXXXXXX,1,Dial(IAX2/voipms/1${EXTEN})
exten => _NXXNXXXXXX,n,Hangup()
exten => _011.,1,Dial(IAX2/voipms/${EXTEN})
exten => _011.,n,Hangup()
exten => _00.,1,Dial(IAX2/voipms/${EXTEN})
exten => _00.,n,Hangup()

; inbound context example for your DID (phone) numbers, do not add the number 1 in front

[voipms-inbound]
exten => 7863643011,1,Answer(); your DID (phone)