<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Description : Asterisk not matching any extension logic with / present ie.. number/callerid.</div><div><br></div><div>Versions tested :&nbsp;<span style="font-size: 12pt;">Asterisk Version 11.4.0 (tested from 10.3 and up issue prevalent in all version, most likely in trunk too)</span></div><div><br></div><div>SQL DATA test realtime data</div><div><br></div><div>Full Texts<span class="Apple-tab-span" style="white-space:pre">        </span>id<span class="Apple-tab-span" style="white-space:pre">        </span>context<span class="Apple-tab-span" style="white-space:pre">        </span>exten<span class="Apple-tab-span" style="white-space:pre">        </span>priority<span class="Apple-tab-span" style="white-space:pre">        </span>app<span class="Apple-tab-span" style="white-space:pre">        </span>appdata<span class="Apple-tab-span" style="white-space:pre">        </span>comment</div><div>from-test<span class="Apple-tab-span" style="white-space:pre">        </span>1234<span class="Apple-tab-span" style="white-space:pre">        </span>1<span class="Apple-tab-span" style="white-space:pre">        </span>NoOp<span class="Apple-tab-span" style="white-space:pre">        </span>Test ${CALLERID(num)}</div><div>from-test<span class="Apple-tab-span" style="white-space:pre">        </span>1234567890/1111<span class="Apple-tab-span" style="white-space:pre">        </span>1<span class="Apple-tab-span" style="white-space:pre">        </span>NoOp<span class="Apple-tab-span" style="white-space:pre">        </span>Helloooooooooooooooooooooooo</div><div><br></div><div>extensions.conf</div><div><br></div><div>[from-test]</div><div><br></div><div>switch =&gt; Realtime</div><div>;exten =&gt;&nbsp;1234567890/1111,1,NoOp("GOT HERE") ; manual test passes</div><div>;confirmed ext 1234 works from realtime</div><div><br></div><div>error :&nbsp;</div><div><br></div><div>[2013-08-20 00:15:51] NOTICE[3550508]: chan_sip.c:23316 handle_request_invite: Call from 'philtest' (10.0.0.2:5060) to extension '1234567890' rejected because extension not found in context 'from-test'.</div><div><br></div><div>*note the callerid of my test sip client is 1111, tested working with static entry for sanity.</div><div><br></div><div>Conclusion: flat file logic working (commented manual test abovc), realtime version failing, although we can see exten 1234 has no issue, only seems to be when / is in there.. could this be some missed escape matching in the c code somewhere?&nbsp;</div><div><br></div><div>Looking for a fix to this long time problem.&nbsp;</div><div><br></div><div>Regards,&nbsp;</div><div><br></div><div>Philip Mullis&nbsp;</div>                                               </div></body>
</html>