[asterisk-bugs] [Asterisk 0012303]: digit extension pattern matches also dialed string, that looks like pattern itself

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Mar 26 07:59:44 CDT 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12303 
====================================================================== 
Reported By:                pj
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12303
Category:                   PBX/pbx_ael
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 104031 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             03-26-2008 07:59 CDT
Last Modified:              03-26-2008 07:59 CDT
====================================================================== 
Summary:                    digit extension pattern matches also dialed string,
that looks like pattern itself
Description: 
when reporting another bug in ael http://bugs.digium.com/view.php?id=0012302, I
accidentally found issue with
ael digit pattern matching, 
simple dialplan below, doen't match only numbers with three digits like
[1-9][0-9][0-9] as expected, but also match dial string, that corresponding
with pattern itself,
I accidentally dial '_ZXX' and it match!

  _ZXX => {
         Dial(H323/${EXTEN}@ccm-gw);
         Congestion;
  }

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-26-08 07:59  pj             SVN Revision (number only!) => 104031          
======================================================================




More information about the asterisk-bugs mailing list