[Freeswitch-users] JavaScript session conference
Karl Vesterling
kjv at ken-ton.com
Thu May 14 06:06:22 PDT 2009
While this doesn't explain how to do it in Javascript, it will
probably give you an idea:
http://wiki.freeswitch.org/wiki/Conferencing_and_Intercom
Best Regards,
Karl J. Vesterling
kjv at ken-ton.com
202-461-3231 x0
On May 14, 2009, at 5:42 AM, Baskar wrote:
> Hi,
>
> In JavaScript session i have one question:
>
> Step1: I have written one small JavaScript program first dial the
> one mobile number and one extension example: 9841798874====>1001
>
> Step2: In that same JavaScript itself i want to transfer both the
> mobile number and extension into conference room 3001
>
> Call Flow
>
> JavaScript session == (Mobile Number (9841799874) ==calls
> ==Extenson(1001)==calls ==Conference Room(3001))
>
> Javascript:
>
> session = new Session();
> session.originate(session, "sofia/default/sip:9841799874 at 192.168.1.135:5066
> ");
> session.execute("bridge", "sofia/internal/1001 at 192.168.1.77");
> session.execute("transfer", 9841799874);
>
> How can i use this ???
>
> Session.execute("conference", conf_nr + "@default+" + memberflags);
>
> I want to transfer both the Extension and mobile Number in
> conference room in JavaScript session. How can i add it can any one
> assist me to solve this problem.
>
>
>
> Thanks in advance.
> --
> Warm Regards,
> N.Baskar
>
> _______________________________________________
> 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/20090514/2dfc1ce5/attachment-0002.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090514/2dfc1ce5/attachment-0002.bin
More information about the FreeSWITCH-users
mailing list