[asterisk-bugs] [Asterisk 0016903]: [patch] Incorrect pattern specificity in new dial pattern functions

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 26 03:41:43 CST 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16903 
====================================================================== 
Reported By:                Nick_Lewis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16903
Category:                   PBX/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
JIRA:                       SWP-969 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-02-25 09:40 CST
Last Modified:              2010-02-26 03:41 CST
====================================================================== 
Summary:                    [patch] Incorrect pattern specificity in new dial
pattern functions
Description: 
An error appears to have crept in when copying the specificity of X, Z and
N wildcards from the old dial pattern matching functions to the new ones.

In the old functions the specificity is:
X : 0x0A30
Z : 0x0931
N : 0x0832

which is the same as
[0-9] : 0x0A30
[1-9] : 0x0931
[2-9] : 0x0832

but in the new functions the specificity is:
X : 0x0A00
Z : 0x0901
N : 0x0802
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-26 03:41 Nick_Lewis     Summary                  Incorrect pattern
specificity in new dial pattern functions => [patch] Incorrect pattern
specificity in new dial pattern functions
======================================================================




More information about the asterisk-bugs mailing list