Hi All,
I am trying to configure asterisk to receive an inbound SIP connection and send it to a specified context. Instead of sending the call the specified context, asterisk is using the context default from [general]? Any thoughts? I am sure that it is something simple I am missing.
To recap, it is sending calls to the context default, not thecontext...
[general]
context=default
srvlookup=yes
context=default
srvlookup=yes
[username1]
type=peer
username=username1
secret=test1234
host=dynamic
dtmfmode=rfc2833
context=thecontext
nat=no
deny=0.0.0.0/0.0.0.0
permit=XXX.XXX.XXX.XXX /255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.0
permit=XXX.XXX.XXX.XXX/255.255.255.255
type=peer
username=username1
secret=test1234
host=dynamic
dtmfmode=rfc2833
context=thecontext
nat=no
deny=0.0.0.0/0.0.0.0
permit=XXX.XXX.XXX.XXX /255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.255
permit=XXX.XXX.XXX.XXX/255.255.255.0
permit=XXX.XXX.XXX.XXX/255.255.255.255
Thanks
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
