sip.conf |
[general]
;canreinvite=no ;if your asterisk box is behind a NAT router
register => username:password@sip.callwithus.com
[callwithus]
type=friend
host=sip.callwithus.com
username=username
secret=password
qualify=no
insecure=invite
|
dnsmgr.conf |
[general]
enable=yes
|
extensions.conf |
exten=>_X.,1,Dial(SIP/callwithus/${EXTEN},60)
exten=>_*X.,1,Dial(SIP/callwithus/${EXTEN},60)
|
If you forward incoming DID calls to external URI, the calls could come from west.callwithus.com or
east.callwithus.com, make sure your settings
and dialplan support multiple hosts, see FAQ for details.