Hi Michael,<br><br>Thanks for your detailed suggestion.<br><br>i test it as below steps, it works fine, however, there is a limiation that i have to fill fixed callee number in conference.conf.xml (data="execute_extension 5001"), while actually i what to dial arbitrary number after "*" dynamically(e.g *1234, *2345), i can think out it could realize by a IVR script like "data="execute_extension IVR_scripts" and after IVR give some voice prompt (pls input the callee number) then ... however, considering simplicity, can i convey the DTMF into the dialplan (just directly press *1234, and then 1234 ring...)? could you please provide any hints or any suggestion... Thanks a lot!<br>
<br>1. in conference.conf.xml, set as below,<br><control action="execute_application" digits="*" data="execute_extension <span style="background-color: rgb(255, 255, 102);">5001</span>"/><br>
<br>2. in dial plan,<br><br><!-- for confernce named conf100 --><br><extension name="conf100" ><br> <condition field="destination_number" expression="^666$"><br> <action application="answer"/><br>
<action application="set" data="conference_user_list=|"/><br> <action application="conference" data="conf100@default"/><br> </condition><br></extension><br>
<br>and <br><br><!-- for dial out 5001 from the conference conf100 --><br><br><extension name="5_to_conf_out" ><br> <condition field="destination_number" expression="^(5\d+)$"><br>
<!-- <action application="conference" data="conf100 dial sofia/internal/<a href="mailto:5001@192.168.200.201">5001@192.168.200.201</a> 100 Conference_Caller_Name"/> --><br> <!-- <action application="bridge" data="sofia/internal/$<a href="mailto:1@192.168.200.201">1@192.168.200.201</a>"/> --><br>
<action application="set" data="api_result=${conference(conf100 dial sofia/internal/$<a href="mailto:1@192.168.200.201">1@192.168.200.201</a> 100 Conference_Caller_Name)}"/><br> </condition><br>
</extension><br><br>3. register a extension 3001, call 666 and join a conference, and then press "*", the FS will call 5001 on a IAD.<br>then 5001 and 3001 join the same conference.<br><br><br><div class="gmail_quote">
2011/5/12 liuyp2 <span dir="ltr"><<a href="mailto:liuyp2@asiainfo-linkage.com">liuyp2@asiainfo-linkage.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="font-size:10pt;font-family:verdana">
<div><font size="2" color="#0000ff" face="Verdana">
<div><font size="2" color="#0000ff" face="Verdana">conference Your-Conf-Name dial
user/1002</font></div></font></div>
<div><font size="2" face="Verdana"></font> </div>
<div align="left">
<div align="left"><font size="2" face="Verdana">
<hr style="width:122px;min-height:2px" size="2">
</font></div>
<div><font color="#c0c0c0"><font size="2" face="Verdana"><span>liuyp2</span></font></font></div>
<div><font size="2" face="Verdana">2011-05-12</font></div></div>
<div><font size="2" face="Verdana">
<hr>
</font></div>
<div><font face="Verdana"><font size="2"><b>发件人:</b>
fieldpeak</font></font></div>
<div><font face="Verdana"><font size="2"><b>发送时间:</b>
2011-05-12 11:11:41</font></font></div>
<div><font face="Verdana"><font size="2"><b>收件人:</b>
FreeSWITCH-users</font></font></div>
<div><font face="Verdana"><font size="2"><b>抄送:</b> </font></font></div>
<div><font face="Verdana"><font size="2"><b>主题:</b> [Freeswitch-users]
call somebody into conference after conferenceestablished</font></font></div><div><div></div><div class="h5">
<div><font size="2" face="Verdana"></font> </div>
<div><font size="2" face="Verdana">Hi Gurus,<br><br>i dial 666 and enter a
conference, then i need call some body's phone number to join him into this
conference...<br>is there anyone can advise how can realize this scenario?
<br><br>thanks.<br><br>Regards,<br>Charles<br></font></div></div></div></div>
<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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>