[asterisk-bugs] [Asterisk 0016019]: AEL parsers does not find existing label
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 25 09:35:42 CST 2010
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=16019
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16019
Category: PBX/pbx_ael
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.26.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-10-05 10:17 CDT
Last Modified: 2010-01-25 09:35 CST
======================================================================
Summary: AEL parsers does not find existing label
Description:
_+43772250266! => jump +22;
+22 => { NoOp(); }
--> OK
_+43772250266! => jump 22;
_22 => { NoOp(); }
--> OK
_+43772250266! => jump 22;
_22! => { NoOp(); }
--> OK
_+43772250266! => jump +22;
_+22! => { NoOp(); }
LOG: lev:4 file:pbx_ael.c line:1234 func: check_goto Error: file
./ofis/extensions.ael_trunking, line 525-525: goto: no label +22|1 exists
in the current context, or any of its inclusions!
_+43772250266! => jump +22;
_[+]22! => { NoOp(); }
--> OK
_+43772250266! => jump +22${FOO};
_+22! => { NoOp(); }
--> OK
======================================================================
----------------------------------------------------------------------
(0117139) lmadsen (administrator) - 2010-01-25 09:35
https://issues.asterisk.org/view.php?id=16019#c117139
----------------------------------------------------------------------
Can this be retested on the latest 1.4 branch as there have been some
changes to dialplan matching, although I'm not sure if they will affect AEL
at all.
Issue History
Date Modified Username Field Change
======================================================================
2010-01-25 09:35 lmadsen Note Added: 0117139
2010-01-25 09:35 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list