[asterisk-bugs] [Asterisk 0016019]: AEL parsers does not find existing label
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 25 18:03:59 CST 2010
The following issue has been UPDATED.
======================================================================
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: acknowledged
Asterisk Version: 1.4.29
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 18:03 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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-25 18:03 lmadsen Asterisk Version 1.4.26.1 => 1.4.29
======================================================================
More information about the asterisk-bugs
mailing list