[Freeswitch-users] how to pass session from dialplan xml to lua script?
Telecube - John
john at telecube.com.au
Fri Jun 7 16:02:53 MSD 2013
I *think* you will have had to answer the call first before the session
is ready .. but it should already be available in the Lua script.
-J
On 7/06/13 9:11 PM, Vincent Xia wrote:
> hi all,
>
> i have a lua script(record.lua) to record the call:
>
> record.lua
> --------------------------------------
> callerid = argv[1]
> dest = argv[2]
> recording_dir = argv[3]
> filename = callerid ..dest
> recording_filename = string.format('%s%s', recording_dir, filename)
>
> if session:ready() then -- NOTE: the session here is nil!
> max_len_secs = 30
> silence_threshold = 30
> silence_secs = 5
> test = session:recordFile(recording_filename, max_len_secs,
> silence_threshold, silence_secs);
> end
>
> but i don't know how to pass "session" from the default dialplan to
> lua in the following sentence:
>
> <action application="lua" data="record.lua ${caller_id_number}
> ${destination_number} $${recordings_dir}"/>
>
> any response is apprieciated!
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130607/ddb770a1/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list