[Freeswitch-users] in a lua script, is "session" available only after "answer"?
Jayesh Nambiar
jayesh1017 at gmail.com
Wed Jun 12 07:45:08 MSD 2013
Hi,
Ideally a session is available when a session starts which means it should
also be available when early media starts.
--- Jayesh
On Jun 12, 2013 6:23 AM, "Vincent Xia" <gmangudai at gmail.com> wrote:
>
> i have an extension in the dialplan\default.xml
>
> <extension name="test_lua" continue="false">
> <condition field="destination_number" expression="^(9\d{3})$">
> <action application="answer" />
> <action application="lua" data="test.lua" />
> <action application="sleep" data="1000" />
> </condition>
> </extension>
>
> the test.lua is something like:
>
> if session:ready() then
> freeswitch.consoleLog("info", "a leg is ready.\n" )
> else
> freeswitch.consoleLog("info", "a leg is not ready.\n" )
> end
>
> this works fine and info "a leg is ready." will be shown on the console.
>
> when im trying to swap the sequence of the dialplan as
>
> <action application="lua" data="test.lua" />
> <action application="answer" />
>
> the freeswitch gets down, with a windows message box prompting to debug or
> close the program. (a bug?)
> does this mean in a lua script, "session" is only available after "answer"?
>
>
> _________________________________________________________________________
> 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/20130612/6707248a/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list