[Home]

Summary:ASTERISK-14791: new exten pattern matching not correctly prioritizing extensions by CID
Reporter:David Brooks (dbrooks)Labels:
Date Opened:2009-09-17 11:45:47Date Closed:2010-08-31 14:58:53
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If extenpatternmatchnew == true, the pattern-matching trie is utilized, but CID matching does not work. It seems that any extension with a CID pattern is considered an invalid extension.

****** ADDITIONAL INFORMATION ******

If trying to match to an extension with a CID pattern, the following error occurs:

[Sep 17 11:21:27] WARNING[11022]: pbx.c:4691 __ast_pbx_run: Channel 'SIP/777-0a638210' sent into invalid extension '9999' in context 'cidtest', but no invalid handler
Comments:By: Leif Madsen (lmadsen) 2009-09-18 09:34:42

Oops, wrong status.

By: Tilghman Lesher (tilghman) 2010-08-31 14:58:53

This would appear to be already fixed.