| IAX (iax.conf) | SIP (sip.conf) |
[general]
register => username:password@iax.callwithus.com
[username]
type=friend
host=iax.callwithus.com
username=username
secret=password
qualify=no
|
[general]
;canreinvite=no ;if your asterisk box is behind NAT router
register => username:password@username
[username]
type=friend
host=sip.callwithus.com
username=username
secret=password
qualify=no
insecure=invite
|
Note: use either SIP or IAX protocol to connect to our server, but not both at the same time!
If you forward incoming DID calls to external URI, the calls could come from either west.callwithus.com
or east.callwithus.com, make sure your settings
and dialplan support multiple hosts, see FAQ for details.