[Freeswitch-users] Managing a conference in JS

Michael Jerris mike at jerris.com
Wed Oct 15 07:34:21 PDT 2008


For the first call, if all you need to do is send it into conference,  
you can just use the originate api command with apiExecute.

Mike

On Oct 15, 2008, at 10:12 AM, Birgit Arkesteijn wrote:

> Hi Mike,
>
> Thanks again for your answer.
> I found the page:
> http://wiki.freeswitch.org/wiki/ApiExecute
>
> Sorry to be such a pain, but could you help me out a bit more, please.
>
> I'm struggling to drop my first originated my call into a conference.
>
> var cSession = new
> Session("{ignore_early_media=true,call_timeout=5}sofia/gateway/ 
> westhawk/0662");
>
> Now how do I drop this session into a new conference, using  
> apiExecute?
> None of the mod_conference api calls that an uuid parameter of a call
> that is not already inside the conference.
>
> I can only make it work with
> cSession.execute("conference", "25 at default");
> but that doesn't return.
>
>
> Cheers, Birgit





More information about the FreeSWITCH-users mailing list