<br><br><div class="gmail_quote">On Mon, Sep 7, 2009 at 1:51 AM, Ahmed Munir <span dir="ltr">&lt;<a href="mailto:ahmedmunir007@gmail.com">ahmedmunir007@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I&#39;ve set some variables in dialplan XML and I want to call these variables in perl, i.e.<br><br>dialplan.xml<br><br>&lt;action application=&quot;set&quot; data=&quot;DIALEXCUTED=NO&quot;/&gt;<br><br>Also after executing in perl the value of this variable pass to dialplan.xml<br>

<br>Kindly tell me how to do this.  <br clear="all"></blockquote><div><br>If you execute the set app prior to calling your script then the variable will be available with $session-&gt;getVariable(&quot;DIALEXECUTED&quot;);<br>
<br>If you modify the value inside your script then it will be available in dialplan but only if you transfer the call back through the dialplan again. <br>-MC<br><br></div></div>