[Freeswitch-users] mod_python

Michael Collins msc at freeswitch.org
Tue Mar 8 03:06:02 MSK 2011


On Mon, Mar 7, 2011 at 4:52 AM, hkalyoncu <hkalyoncu at gmail.com> wrote:

> ok i made some progress.
>
> i can get the serialized string of all variables with
>
> Event.serialize(params)  method
>
> But when i try to access directly each channel variables like
>
> params["Caller-Caller-ID-Name"]
>
> it returns error.
>
> is there any way to access each channel variable?
>
> Try the variable names listed here:
http://wiki.freeswitch.org/wiki/Channel_Variables#Info_Application_Variable_Names_.28variable_xxxx.29

so for that var try
params["caller_id_name']

Let us know.
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110307/96e953e7/attachment.html 


More information about the FreeSWITCH-users mailing list