[asterisk-bugs] [Asterisk 0014543]: AEL parser broken in 1.4 branch
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 24 15:56:18 CST 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14543
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14543
Category: PBX/pbx_ael
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 178373
Request Review:
======================================================================
Date Submitted: 2009-02-24 15:56 CST
Last Modified: 2009-02-24 15:56 CST
======================================================================
Summary: AEL parser broken in 1.4 branch
Description:
Hi!
I use Asterisk 1.4.23 with AEL without problems. Recently I tried 1.4
branch with release SVN-branch-1.4-r178373 but now the AEL parses produces
lots of errors like
[Feb 24 22:44:12] WARNING[21049]: ast_expr2.fl:409 ast_yyerror:
ast_yyerror(): file extensions.ael, line 262, columns 16-16, if expr
'${EXISTS(${MYVARIABLE})}': syntax error: syntax error, unexpected '(',
expecting $end; Input:
${EXISTS(${MYVARIABLE})}
This is the config which causes the error:
context aelTest {
881 => {
if (${EXISTS(${MYVARIABLE})}) {
Dial(SIP/user1);
Verbose(dialstatus=${DIALSTATUS});
} else {
Hangup();
}
}
}
It happens with different functions, e.g:
context toSIPPhones2 {
366 => {
HTTPRESPONSE=${CURL(http://www.domain.at/kd/osa.php?num=1)};
[Feb 24 22:44:12] WARNING[21049]: ast_expr2.fl:409 ast_yyerror:
ast_yyerror(): file extensions.ael, line 83, columns 16-78, variable
declaration expr '${CURL(http://www.domain.at/kd/osa.php?num=1)}': syntax
error: syntax error, unexpected '(', expecting $end; Input:
${CURL(http://www.domain.at/kd/osa.php?num=1)}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-02-24 15:56 klaus3000 New Issue
2009-02-24 15:56 klaus3000 Asterisk Version => SVN
2009-02-24 15:56 klaus3000 Regression => No
2009-02-24 15:56 klaus3000 SVN Branch (only for SVN checkouts, not tarball
releases) => 1.4
2009-02-24 15:56 klaus3000 SVN Revision (number only!) => 178373
======================================================================
More information about the asterisk-bugs
mailing list