<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">While this doesn't explain how to do it in Javascript, it will probably give you an idea:<div><a href="http://wiki.freeswitch.org/wiki/Conferencing_and_Intercom">http://wiki.freeswitch.org/wiki/Conferencing_and_Intercom</a></div><div><br></div><div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Best Regards,</div><div>Karl J. Vesterling</div><div><a href="mailto:kjv@ken-ton.com">kjv@ken-ton.com</a></div><div>202-461-3231 x0</div></div></div></span></div></span></div></span> </div><br><div><div>On May 14, 2009, at 5:42 AM, Baskar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<br><br>In JavaScript session i have one question:<br><br>Step1: I have written one small JavaScript program first dial the one mobile number&nbsp; and one extension example: 9841798874====>1001 <br><br>Step2: In that same JavaScript itself i want to transfer both the mobile number and extension into conference room 3001<br> <br>Call Flow&nbsp; <br><br>JavaScript session == (Mobile Number (9841799874) ==calls ==Extenson(1001)==calls ==Conference Room(3001))<br><br><b>Javascript:</b><br><br>session = new Session();<br>session.originate(session, "sofia/default/<a href="http://sip:9841799874@192.168.1.135:5066">sip:9841799874@192.168.1.135:5066</a>");<br> session.execute("bridge", "sofia/internal/<a href="mailto:1001@192.168.1.77">1001@192.168.1.77</a>");<br>session.execute("transfer", 9841799874);<br><br> How can i use this ???<br> <br> Session.execute("conference", conf_nr + "@default+" + memberflags);<br><br>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.<br> <br><br><br>Thanks in advance.<br>-- <br>Warm Regards,<br>N.Baskar<br><br> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>