[asterisk-bugs] [Asterisk 0017263]: Freenum-in-a-can dialplan correction for failing pattern match
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 29 13:22:33 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17263
======================================================================
Reported By: pprindeville
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17263
Category: Core/Configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.2.6
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-29 13:22 CDT
Last Modified: 2010-04-29 13:22 CDT
======================================================================
Summary: Freenum-in-a-can dialplan correction for failing
pattern match
Description:
Although the existing rule:
exten => _stdexten-.,1,Goto(stdexten-NOANSWER,1) ; Treat anything else as
no answer
will match the extension stdexten-CONGESTION, for instance, a similar
rule:
exten => _fn-.,1,NoOp(ISN: ${DIALSTATUS})
will not. Apparently in the first instance, 'n' and 'x' are just letters,
but in the second case, 'n' means [1-9].
It's not clear what the difference is. Adding a workaround.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-04-29 13:22 pprindeville New Issue
2010-04-29 13:22 pprindeville Asterisk Version => 1.6.2.6
2010-04-29 13:22 pprindeville Regression => No
2010-04-29 13:22 pprindeville SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list