<br><br><div class="gmail_quote">On Mon, Mar 7, 2011 at 4:52 AM, hkalyoncu <span dir="ltr">&lt;<a href="mailto:hkalyoncu@gmail.com">hkalyoncu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
ok i made some progress.<br>
<br>
i can get the serialized string of all variables with<br>
<br>
Event.serialize(params)  method<br>
<br>
But when i try to access directly each channel variables like<br>
<br>
params[&quot;Caller-Caller-ID-Name&quot;]<br>
<br>
it returns error.<br>
<br>
is there any way to access each channel variable?<br>
<font color="#888888"><br></font></blockquote><div>Try the variable names listed here:</div><div><a href="http://wiki.freeswitch.org/wiki/Channel_Variables#Info_Application_Variable_Names_.28variable_xxxx.29">http://wiki.freeswitch.org/wiki/Channel_Variables#Info_Application_Variable_Names_.28variable_xxxx.29</a></div>
<div><br></div><div>so for that var try</div><div>params[&quot;caller_id_name&#39;] </div><div><br></div><div>Let us know.</div><div>-MC</div></div>