<br><br><div class="gmail_quote">On Mon, Sep 21, 2009 at 11:27 AM, Anil Kumar S. R. <span dir="ltr">&lt;<a href="mailto:sranil@gmail.com">sranil@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 All,<br><br>I am new to Freeswitch. So please bear with me if I ask any silly questions. <br><br>* Can anyone of you please tell me how to display the extension name which has matched an incoming/outgoing call. <br>* And can you please elaborate what does &#39;&lt;action application=&quot;info&quot;/&gt;&#39; mean. <br>

* Suppose we have set a variable in the extension of the dialplan XML. Is there anyway we can display this variable on CLI for our debugging purposes.<br><br></blockquote><div><br>Anil,<br><br>Here are few links to get started:<br>
Handy tutorial: <a href="http://www.linuxpromagazine.com/Issues/2009/106/TALK-SOFT">http://www.linuxpromagazine.com/Issues/2009/106/TALK-SOFT</a><br>Chan vars: <a href="http://wiki.freeswitch.org/wiki/Channel_Variables">http://wiki.freeswitch.org/wiki/Channel_Variables</a><br>
Log app: <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_log">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_log</a><br><br>Note: the info app dumps all sorts of information to the console and is a great way to learn about many of the channel variables that FS has. The log app will make it easy for you to pinpoint just a single channel variable:<br>
&lt;action application=&quot;log&quot; data=&quot;INFO Dialed extension is ${dialed_ext}&quot;/&gt;<br><br>Have fun!<br>-MC<br><br></div></div>