[Freeswitch-users] how to pass session from dialplan xml to lua script?

Vincent Xia gmangudai at gmail.com
Fri Jun 7 15:11:45 MSD 2013


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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130607/78389070/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list