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!


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to