<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
getting warning : </font><font face="Helvetica, Arial, sans-serif"><b>syntax
error, unexpected '&lt;token&gt;'</b></font><br>
<font face="Helvetica, Arial, sans-serif"><br>
<br>
dialplan :<br>
<br>
exten =&gt; pbx,n,Macro(CheckNetworkProblems,${custID})<br>
exten =&gt; pbx,n,NoOp(status = ${STATUS})<br>
exten =&gt;
pbx,n,GoToIf($["${STATUS}"="congestion"]?backup:nocongestion)<br>
<br>
<br>
CLI :<br>
<br>
[Sep&nbsp; 9 12:27:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [pbx@cust:15]
NoOp("SIP/test13-0000002a", "status = "congestion"") in new stack<br>
<b>[Sep&nbsp; 9 12:27:07] WARNING[5741]: ast_expr2.fl:445 ast_yyerror:
ast_yyerror():&nbsp; syntax error: syntax error, unexpected '&lt;token&gt;',
expecting $end; Input:<br>
""congestion""="congestion"<br>
&nbsp; ^</b><br>
[Sep&nbsp; 9 12:27:07] WARNING[5741]: ast_expr2.fl:449 ast_yyerror: If you
have questions, please refer to doc/tex/channelvariables.tex.<br>
[Sep&nbsp; 9 12:27:07]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [pbx@cust:16]
GotoIf("SIP/test13-0000002a", """?backup:nocongestion") in new stack<br>
<br>
<br>
What is then the correct syntax ?!<br>
<br>
<br>
Jonas.<br>
</font>
</body>
</html>