Thanks, I actually tried the same way after some readings of the source code, I
think it's now working as expected.
-Original Message-
From: freeswitch-dev-boun...@lists.freeswitch.org
[mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of jonathan
augenstine
Sent: Tuesday,
I encountered a similar situation and I created an extension that I
transferred the session to. In that extension is where I drop the call into
the conference. It allows the script to continue on, create new sessions,
and connect them to the conference by transferring the session to the
conferenc
Sent from my iPhone
On Mar 2, 2009, at 5:11 PM, Scott Shen wrote:
> Then, how can I drop a session into a conference via lua script? or
> is it not possible?
>
It depends. What is the big picture? What is the actual application
that you are creating? It sounds like you need to control multi
Then, how can I drop a session into a conference via lua script? or is it not
possible?
-Original Message-
From: freeswitch-dev-boun...@lists.freeswitch.org
[mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Mathieu Rene
Sent: Tuesday, 3 March 2009 11:58 AM
To: freeswitc
In non-blocking mode, I think the script can invite some other parties
-Original Message-
From: freeswitch-dev-boun...@lists.freeswitch.org
[mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Tuesday, 3 March 2009 11:56 AM
To: freeswitch-dev@lists.free
Thats the way its supposed to be.
Math
On 2-Mar-09, at 7:34 PM, Scott Shen wrote:
>
> Had a try following the example found at
>
> http://wiki.freeswitch.org/wiki/Simple_conference.lua
>
>
> However, the session:execute seems wont return until the caller
> hangs up
>
> Following is my test scr
> session:answer()
> session:setAutoHangup(false)
> session:sleep(200)
>
> session:execute("conference", "12...@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 block
Had a try following the example found at
http://wiki.freeswitch.org/wiki/Simple_conference.lua
However, the session:execute seems wont return until the caller hangs up
Following is my test script
session:answer()
session:setAutoHangup(false)
session:sleep(200)
session:execute("conference",