Hi,<br><br>I&#39;ve declared a variable named AUTHENTICATION_STATUS in dialplan, and I want to use it in condition, as I&#39;m listing down the configuration below;<br><br>&lt;context name=&quot;SIP_incoming&quot;&gt;<br>   &lt;extension name=&quot;call-sip-extensions&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>          &lt;action application=&quot;set&quot; data=&quot;AUTHENTICATION_STATUS=0&quot;/&gt;<br>           &lt;action application=&quot;transfer&quot; data=&quot;${AUTHENTICATION_STATUS} XML Authen_Status&quot;/&gt;<br>
      &lt;/condition&gt;<br>   &lt;/extension&gt;<br>&lt;/context&gt;<br><br>&lt;context name=&quot;Authen_Status&quot;&gt;<br>     &lt;extension name=&quot;exten-auth-status&quot;&gt;<br>       &lt;condition field=&quot;AUTHENTICATION_STATUS&quot; expression=&quot;^0$&quot;&gt;<br>
          &lt;action application=&quot;answer&quot;/&gt;<br>          &lt;action application=&quot;playback&quot; data=&quot;play.wav&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br>  &lt;/context&gt;<br>
<br><br><br><br> But unfortunately it is not working. Kindly advise me how to do implement it(Note: I don&#39;t want to call script). And one more thing to ask how can I transfer the values within the same context?<br clear="all">
<br>-- <br>Regards,<br><br>Ahmed Munir<br><br><br>