Asterisk is reporting the following error:<br><br>[Apr 15 16:58:32] WARNING[14759] ast_expr2.fl: ast_yyerror(): syntax
error: syntax error, unexpected &#39;:&#39;, expecting $end; Input:<br>
 : Always<br>
 ^<br><br>here is the dialplan:<br>exten =&gt; OUT,1,Gotoif($[$[&quot;${DB(AMPUSER/${ARG1}/recording)}&quot; : &quot;out=([^|]+)&quot;] = Always]?r,1)<br>exten =&gt; GROUP,1,Gotoif($[$[&quot;${DB(AMPUSER/${ARG1}/recording)}&quot; : &quot;out=([^|]+)&quot;] = Always]?r,1)<br>
exten =&gt; IN,1,Gotoif($[$[&quot;${DB(AMPUSER/${ARG1}/recording)}&quot; : &quot;in=([^|]+)&quot;] Always]?r,1)<br><br>The error is for the last line (IN,1). Funny thing is that asterisk doesnt report any error for the first line (OUT,1)<br>
<br>