[asterisk-bugs] Realtime bug

Philip Mullis philipmullis at hotmail.com
Mon Aug 19 20:34:12 CDT 2013


Description : Asterisk not matching any extension logic with / present ie.. number/callerid.
Versions tested : Asterisk Version 11.4.0 (tested from 10.3 and up issue prevalent in all version, most likely in trunk too)
SQL DATA test realtime data
Full Texts	id	context	exten	priority	app	appdata	commentfrom-test	1234	1	NoOp	Test ${CALLERID(num)}from-test	1234567890/1111	1	NoOp	Helloooooooooooooooooooooooo
extensions.conf
[from-test]
switch => Realtime;exten => 1234567890/1111,1,NoOp("GOT HERE") ; manual test passes;confirmed ext 1234 works from realtime
error : 
[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'.
*note the callerid of my test sip client is 1111, tested working with static entry for sanity.
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? 
Looking for a fix to this long time problem. 
Regards, 
Philip Mullis  		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-bugs/attachments/20130819/12399d9f/attachment-0001.htm>


More information about the asterisk-bugs mailing list