<div>Hi All,</div>
<div>&nbsp;</div>
<div>I am trying to configure asterisk to receive an inbound SIP connection and send it to a specified context.&nbsp; Instead of sending the call the specified context, asterisk is using the context default from [general]?&nbsp; Any thoughts?&nbsp; I am sure that it is something simple I am missing.
</div>
<div>&nbsp;</div>
<div>To recap, it is sending calls to the context default, not thecontext...</div>
<div>&nbsp;</div>
<div>[general]<br>context=default<br>srvlookup=yes</div>
<div>&nbsp;</div>
<div>[username1]<br>type=peer<br>username=username1<br>secret=test1234<br>host=dynamic<br>dtmfmode=rfc2833<br>context=thecontext<br>nat=no<br>deny=<a href="http://0.0.0.0/0.0.0.0">0.0.0.0/0.0.0.0</a><br>permit=XXX.XXX.XXX.XXX
/255.255.255.255<br>permit=XXX.XXX.XXX.XXX/255.255.255.255<br>permit=XXX.XXX.XXX.XXX/255.255.255.255<br>permit=XXX.XXX.XXX.XXX/255.255.255.0<br>permit=XXX.XXX.XXX.XXX/255.255.255.255</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div><br>&nbsp;</div>