[asterisk-bugs] [JIRA] (ASTERISK-14939) AEL parsers does not find existing label
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Aug 28 11:49:50 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-14939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-14939:
-------------------------------------
Target Release Version/s: 17.0.0
> AEL parsers does not find existing label
> ----------------------------------------
>
> Key: ASTERISK-14939
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-14939
> Project: Asterisk
> Issue Type: Bug
> Components: PBX/pbx_ael
> Reporter: klaus3000
> Severity: Minor
> Target Release: 13.27.0, 16.4.0, 17.0.0
>
>
> _+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
> ****** ADDITIONAL INFORMATION ******
> Although there are workarounds it should be fixed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list