Okay, I did something 100% in dialplan with some conference.conf.xml additions. It&#39;s an example of how crazy powerful the dialplan really is. First, you need to add these to your conference.conf.xml:<div><br></div><div>
<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;caller-controls&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...</font></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;group name=&quot;plain&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;mute&quot; digits=&quot;0&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;energy up&quot; digits=&quot;9&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;energy equ&quot; digits=&quot;8&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;energy dn&quot; digits=&quot;7&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol talk up&quot; digits=&quot;3&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol talk zero&quot; digits=&quot;2&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol talk dn&quot; digits=&quot;1&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol listen up&quot; digits=&quot;6&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol listen zero&quot; digits=&quot;5&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;control action=&quot;vol listen dn&quot; digits=&quot;4&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/group&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/caller-controls&gt;</font></div>
<div><br></div><div>And add a new conference profile:</div><div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;profiles&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...</font></div>
<div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;profile name=&quot;simple&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;domain&quot; value=&quot;$${domain}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;rate&quot; value=&quot;16000&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;interval&quot; value=&quot;10&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;energy-level&quot; value=&quot;300&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;sound-prefix&quot; value=&quot;$${sounds_dir}/en/us/callie&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;muted-sound&quot; value=&quot;conference/conf-muted.wav&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;unmuted-sound&quot; value=&quot;conference/conf-unmuted.wav&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;alone-sound&quot; value=&quot;conference/conf-alone.wav&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;moh-sound&quot; value=&quot;$${hold_music}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;enter-sound&quot; value=&quot;tone_stream://%(200,0,500,600,700)&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;exit-sound&quot; value=&quot;tone_stream://%(500,0,300,200,100,50,25)&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;kicked-sound&quot; value=&quot;conference/conf-kicked.wav&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;locked-sound&quot; value=&quot;conference/conf-locked.wav&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;is-locked-sound&quot; value=&quot;conference/conf-is-locked.wav&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;is-unlocked-sound&quot; value=&quot;conference/conf-is-unlocked.wav&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;pin-sound&quot; value=&quot;conference/conf-pin.wav&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;bad-pin-sound&quot; value=&quot;conference/conf-bad-pin.wav&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;caller-id-name&quot; value=&quot;$${outbound_caller_name}&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;caller-id-number&quot; value=&quot;$${outbound_caller_id}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;caller-controls&quot; value=&quot;plain&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;param name=&quot;comfort-noise&quot; value=&quot;true&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/profile&gt;</font></div></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/profiles&gt;</font></div>
<div><br></div>Add these extensions to your dialplan. I just put them in conf/dialplan/default/01_Conf_Add_Caller.xml:</div><div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;include&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &lt;!-- Sample dialplan for sending member or moderator to a conference where he/she can add/remove calls --&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &lt;!-- Dial 46xx for member, *46xx for moderator --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;extension name=&quot;Simple add-caller conf: member&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(46\d{2})$&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;answer&quot;/&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;conference&quot; data=&quot;$1@simple&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp;&lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/extension&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;extension name=&quot;Simple add-caller conf: moderator&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^\*(46\d{2}$)&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- set up a few bind_digit_action (BDA) bindings for the moderator --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;bind_digit_action&quot; data=&quot;moderator,*1,exec:execute_extension,ASK_FOR_NUMBER__$1 XML default&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;bind_digit_action&quot; data=&quot;moderator,*2,exec:execute_extension,CANCEL_LAST_CALL__$1 XML default&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;digit_action_set_realm&quot; data=&quot;moderator&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;conference&quot; data=&quot;$1@simple&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/extension&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;extension name=&quot;Add new OB call to conference&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^ASK_FOR_NUMBER__(\d+)$&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- ask caller for a number + #, collect into ${target_num} variable --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;play_and_get_digits&quot; data=&quot;4 11 1 5000 # ivr/ivr-enter_destination_telephone_number.wav ivr/ivr-that_was_an_invalid_entry.wav target_num \d+&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- add this call to the conference --&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;execute_extension&quot; data=&quot;ADD_CALL_TO_CONF__${target_num}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; &lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/extension&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;extension name=&quot;Remove last OB call added to conference&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^CANCEL_LAST_CALL__(\d+)$&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;!-- remove this call from the conference --&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;res=${uuid_kill ${new_uuid}}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &nbsp; <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&nbsp; &nbsp; &lt;/extension&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;extension name=&quot;add that call&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- if we have a four-digit number then attempt to dial it as a user ... --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^ADD_CALL_TO_CONF__(\d\d\d\d)$&quot; break=&quot;on-true&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;new_uuid=${create_uuid foo}&quot; inline=&quot;true&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;res=${bgapi originate {origination_uuid=${new_uuid}}user/$1 &amp;conference(${conference_name})}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- if we have a five+ digit number then attempt to dial it as a gw connection ... --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^ADD_CALL_TO_CONF__(\d\d\d\d)$&quot; break=&quot;on-true&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;new_uuid=${create_uuid foo}&quot; inline=&quot;true&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;res=${bgapi originate {origination_uuid=${new_uuid}}sofia/gateway/mygw/$1 &amp;conference(${conference_name})}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;!-- Alternatively, you can just use loopback, but that creates three call legs instead of one, so be warned --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;!--</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;set&quot; data=&quot;res=${bgapi originate {origination_uuid=${new_uuid}}loopback/$1 &amp;conference(${conference_name})}&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>--&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/condition&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;!-- ... otherwise inform moderator that the operation was not exactly successful --&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^ADD_CALL_TO_CONF__$&quot;&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-dude_you_suck.wav&quot;/&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/condition&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/extension&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/include&gt;</font></div><div><br></div><div>How it works:</div><div>Moderator dials *46xx to go into a conference. (&quot;Normal&quot; users dial 46xx and they cannot add a new call.) Moderator dials *1 and gets a dialog asking to enter the destination number and # key. Moderator keys in a phone number (or extension number) and presses #. System makes call and drops it into the conference. As a bonus feature I added *2 which will disconnect the most recently added phone call.</div>
<div><br></div><div>I did this mostly as a proof of concept, but there&#39;s no reason you can&#39;t take this code and put it into production. In fact, you could add a PIN or user id (or both) checker so that just anyone can&#39;t add a call to a conference. If you guys actually like this then I&#39;ll add it to the wiki or something so everyone else can reference it.</div>
<div><br></div><div>Enjoy,</div><div>MC</div><div><br></div><div><br></div><div class="gmail_quote">2011/5/16 fieldpeak <span dir="ltr">&lt;<a href="mailto:fieldpeak@gmail.com">fieldpeak@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Gurus,<br><br>Is there anybody can help this issue? thanks!<br><br>Regards,<br>Charles<br><br><div class="gmail_quote">在 2011年5月14日 下午3:54,fieldpeak <span dir="ltr">&lt;<a href="mailto:fieldpeak@gmail.com" target="_blank">fieldpeak@gmail.com</a>&gt;</span>写道:<div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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=&quot;execute_extension 5001&quot;), while actually i what to dial arbitrary number after &quot;*&quot; dynamically(e.g *1234, *2345), i can think out it could realize by a IVR script like &quot;data=&quot;execute_extension IVR_scripts&quot; 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>&lt;control action=&quot;execute_application&quot; digits=&quot;*&quot; data=&quot;execute_extension <span style="background-color:rgb(255, 255, 102)">5001</span>&quot;/&gt;<br>


<br>2. in dial plan,<br><br>&lt;!-- for confernce named conf100 --&gt;<br>&lt;extension name=&quot;conf100&quot; &gt;<br>&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^666$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_user_list=|&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;conference&quot; data=&quot;conf100@default&quot;/&gt;<br>&nbsp;&nbsp; &lt;/condition&gt;<br>&lt;/extension&gt;<br>


<br>and <br><br>&lt;!-- for dial out 5001 from the conference conf100 --&gt;<br><br>&lt;extension name=&quot;5_to_conf_out&quot; &gt;<br>&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(5\d+)$&quot;&gt;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;action application=&quot;conference&quot; data=&quot;conf100 dial sofia/internal/<a href="mailto:5001@192.168.200.201" target="_blank">5001@192.168.200.201</a> 100 Conference_Caller_Name&quot;/&gt; --&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/$<a href="mailto:1@192.168.200.201" target="_blank">1@192.168.200.201</a>&quot;/&gt; --&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&lt;action application=&quot;set&quot; data=&quot;api_result=${conference(conf100 dial sofia/internal/$<a href="mailto:1@192.168.200.201" target="_blank">1@192.168.200.201</a> 100 Conference_Caller_Name)}&quot;/&gt;<br>

&nbsp;&nbsp; &lt;/condition&gt;<br>
&lt;/extension&gt;<br><br>3. register a extension 3001, call 666 and join a conference, and then press &quot;*&quot;, the FS will call 5001 on a IAD.<br>then 5001 and 3001 join the same conference.<br><br><br><div class="gmail_quote">

<div><div></div><div>
2011/5/12 liuyp2 <span dir="ltr">&lt;<a href="mailto:liuyp2@asiainfo-linkage.com" target="_blank">liuyp2@asiainfo-linkage.com</a>&gt;</span><br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div></div><div>






<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&nbsp;Your-Conf-Name dial 
user/1002</font></div></font></div>
<div><font size="2" face="Verdana"></font>&nbsp;</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&nbsp;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>
<div><font size="2" face="Verdana"></font>&nbsp;</div>
<div><font size="2" face="Verdana">Hi Gurus,<br><br>i dial 666 and enter a 
conference, then i need call some body&#39;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></div></div><div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></div></blockquote></div><br>
</blockquote></div></div></div><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" 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></div>