[asterisk-bugs] [Asterisk 0016019]: AEL parsers does not find existing label

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Oct 5 10:17:53 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16019 
====================================================================== 
Reported By:                klaus3000
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   16019
Category:                   PBX/pbx_ael
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.26.1 
JIRA:                        
Regression:                 No 
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:              2009-10-05 10:17 CDT
====================================================================== 
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               
====================================================================== 
2009-10-05 10:17 klaus3000      Asterisk Version          => 1.4.26.1        
2009-10-05 10:17 klaus3000      Regression                => No              
2009-10-05 10:17 klaus3000      SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list