I'm seeing an interesting problem in asterisk:<br>asterisk has domain <a href="http://a.com">a.com</a> and the sip proxy has domain <a href="http://b.com">b.com</a>.<br>The sip proxy is configured as a friend in sip.conf.<br>
If a call comes in to asterisk from the sip proxy,<br>&nbsp;&nbsp; if ${EXTEN} exists in the sippeers table<br>&nbsp;&nbsp;&nbsp;&nbsp; the call goes to the default context<br>&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp; the call goes into the ser context<br><br>Why would that happen?&nbsp; Is this expected?
<br><br>sip.conf has:<br>[ser]<br>type=friend<br>context=proxy<br>host=<a href="http://66.129.95.23">66.129.95.23</a><br>canreinvite=yes<br>autocreatepeer=yes<br>;monitored=true<br>context=ser<br><br><br>Thanks<br>Mark<br>