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

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 25 17:42:24 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
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 17:42 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

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

---------------------------------------------------------------------- 
 (0117160) klaus3000 (reporter) - 2010-01-25 17:42
 https://issues.asterisk.org/view.php?id=16019#c117160 
---------------------------------------------------------------------- 
I just retested with 1.4.29. As expected the bug is still present.

I also tested 1.6.2.1 which has the same bug. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-01-25 17:42 klaus3000      Note Added: 0117160                          
======================================================================




More information about the asterisk-bugs mailing list