<br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 11:05 PM, 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;m newbie in FS. As far as I know for setting up custom variables in FS we use this syntex  in dialplan XML i.e.<br><br>&lt;action application=&quot;set&quot; data=&quot;ABC=&#39;value&#39;&quot;/&gt;<br><br>

But when I call this variable using eval application i.e.<br><br>&lt;action application=&quot;eval&quot; data=&quot;${ABC}&quot;/&gt;<br><br>the value I get from variable ABC is undefined means no values are passed to the variable.<br>

<br>So kindly do let me know how I can pass values in variables in FS.<br clear="all"><br></blockquote><div><br>Try using the info app instead of eval. Most likely this is just a case of the dialplan being parsed prior to the variable being assigned. Do this in your dialplan after you set the variable:<br>
&lt;action application=&quot;info&quot;/&gt;<br><br>You&#39;ll see a whole list of variables and your custom variable(s) should be shown with their values.<br>-MC<br><br></div></div>