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 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 <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>