[asterisk-users] I figured it out!!
Eddie Mikell
eddie at rimmkaufman.com
Tue Apr 20 11:18:54 CDT 2010
If you do not put a context in the beginning of the sip.conf file, the
default is, ta da, default in extensions.conf. Putting a context=testof
idea in sip.conf got things moving:
sip.conf
[general]
port=5060
bindaddr=0.0.0.0 ;10.8.0.34
*context=testofidea*
srvlookup=yes
disallow=all ;read somewhere you have to disallow everything first
allow=ulaw
allow=alaw
allow=gsm
dtmfmode=rfc2833 ;; allows use of pushbuttoms
nat=no
externip=64.4.127.106
localnet=10.0.0.0/255.0.0.0
canreinvite=no
extensions.conf
[general]
autofallthrough=no
[default]
[testofidea]
;exten => br549,1,Dial(SIP/151,20)
exten => br549,1,Answer()
exten => br549,2,Background(tt-somethingwrong)
If you don't put that, it defaults to, well default!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100420/cc9ffad5/attachment.htm
More information about the asterisk-users
mailing list