Can anyone give me any idea on where to start looking for this ? 1.4 svn (ish) It has appeared twice in the last hour on a system that gets numerous inbound calls to the same number TIA Julian [Mar 27 17:21:07] WARNING[3239]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax error: syntax error, unexpected '=', expecting $end; Input: = 2 ^ [Mar 27 17:21:07] WARNING[3239]: ast_expr2.fl:411 ast_yyerror: If you have questions, please refer to doc/channelvariables.txt in the asterisk source. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
On Fri, 2009-03-27 at 17:33 +0000, Julian Lyndon-Smith wrote:> Can anyone give me any idea on where to start looking for this ? 1.4 > svn (ish) It has appeared twice in the last hour on a system that gets > numerous inbound calls to the same number> [Mar 27 17:21:07] WARNING[3239]: ast_expr2.fl:407 ast_yyerror: > ast_yyerror(): syntax error: syntax error, unexpected '=', expecting > $end; Input: > = 2 > ^I typically see that when I have an expression like this: $[${SOMEVARIABLE} = 2] and ${SOMEVARIABLE} is empty. I'd suggest changing your expression to look like this instead: $["${SOMEVARIABLE}" = "2"] -- Jared Smith Training Manager Digium, Inc.