[asterisk-users] Basic Sip.conf and extensions.conf

Thomas Perron thomas.perron at gmail.com
Sun Jan 16 14:58:28 CST 2011


Does anyone see any issues here?   I cannot get it to work.
Passwords are not real!

 [general]
;register => 999:999222 at carrier.callwithus.com
register => 999:999222 at sip.callwithus.comi
context=default
port=5060
bindaddr=0.0.0.0
srvlookup=yes ; enable DNS SRV server

[joesipshow]
type=friend
host=sip.callwithus.com
authuser=999
username=999
secret=999222
qualify=no
insecure=very
context=default
bindport=5060
fromdomain=sip.callwithus.com
qualify=3600
nat=no ; or yes if you are behind NAT


[default]
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Dial(SIP/callwithus/17031111111)
exten => s,n,Wait(2)
exten => s,n,Hangup()



More information about the asterisk-users mailing list