[Freeswitch-dev] Lua session:execute did not return on conference

Michael Collins msc at freeswitch.org
Mon Mar 2 16:56:21 PST 2009


> session:answer()
> session:setAutoHangup(false)
> session:sleep(200)
>
> session:execute("conference", "12345 at default")
>
> freeswitch.consoleLog("notice", "testing conference\n")
>
>
> The freeswitch.consoleLog wont be execute unless the caller hangs up

I think the call to "conference" is blocking. If you had a
non-blocking call what would your script be doing while the session
was in conference? Just curious.

-MC



More information about the Freeswitch-dev mailing list