<div>Hi,</div>
<div></div>
<div>I am interested in being able to convert a bridged call into a conference and from within the conference, invite others into the conference.</div>
<div></div>
<div>&nbsp;</div>
<div>From <a href="http://wiki.freeswitch.org/wiki/Specsheet">http://wiki.freeswitch.org/wiki/Specsheet</a>, it seems that mod_conference delivers these out of the box (i.e Bridge to Conference trasition and Outbound Calling).</div>

<div>&nbsp;</div>
<div>However, I can&#39;t get it to work. Here is what I have so far:</div>
<div>&nbsp;</div>
<div>1. From XLite, I dial out to an external number thru my Asterisk GW.</div>
<div>2. Set hangup_after_bridge to false as mentioned here <a href="http://wiki.freeswitch.org/wiki/Mod_commands#uuid_transfer">http://wiki.freeswitch.org/wiki/Mod_commands#uuid_transfer</a></div>
<div>3. When the caller (XLite) press *1, transfer both legs to a conference room.</div>
<div>4. Can&#39;t make outbound calls from conference (yet).</div>
<div>&nbsp;</div>
<div>Result:</div>
<div>1. The bridging works. But when I try to press *1 to transfer the call to a conference, it does not work. The log I get is below. However, when I type the command into the console</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; <a href="mailto:freeswitch@dev-vpbx">freeswitch@dev-vpbx</a>&gt; uuid_transfer 95bd9744-8c27-4b4b-a785-b915d6640a0b -both adhoc_conf</div>
<div>&nbsp;</div>
<div>it works.</div>
<div>&nbsp;</div>
<div>== Pressing *1 log ==</div>
<div>2008-07-04 15:01:36 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:36 [NOTICE] sofia.c:2015 nua() Channel [sofia/internal/<a href="mailto:1012@10.98.7.132">1012@10.98.7.132</a>] has been answered<br>
2008-07-04 15:01:36 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:36 [DEBUG] sofia.c:1701 nua() Channel <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> entering state [completed]<br>
2008-07-04 15:01:36 [DEBUG] sofia.c:1701 nua() Channel <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> entering state [ready]<br>2008-07-04 15:01:40 [DEBUG] switch_ivr_async.c:1387 meta_on_dtmf() <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> Processing meta digit &#39;1&#39; [uuid_transfer::95bd9744-8c27-4b4b-a785-b915d6640a0b -both adhoc_conf]<br>
2008-07-04 15:01:40 [DEBUG] switch_core_session.c:567 switch_core_session_queue_private_event() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:40 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>
2008-07-04 15:01:40 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:40 [DEBUG] switch_ivr_bridge.c:168 audio_bridge_thread() Kill <a href="mailto:sofia/external/916135551234@10.98.7.202">sofia/external/916135551234@10.98.7.202</a> [BREAK]<br>
==</div>
<div>&nbsp;</div>
<div>Outbound Calling:</div>
<div>I create a caller-controls group to be able to dial out based on intructions here <a href="http://wiki.freeswitch.org/wiki/Mod_conference">http://wiki.freeswitch.org/wiki/Mod_conference</a>&nbsp;(see caller-control section). </div>

<div>However the, &lt;control action=&quot;dial&quot; digits=&quot;888&quot; ... is not a recognized control.</div>
<div>&nbsp;</div>
<div>Any ideas on how I can proceed? Below is the relevant section in my dialplan. </div>
<div>&nbsp;</div>
<div>One more thing, what to these features mean from the Conferencing application (<a href="http://wiki.freeswitch.org/wiki/Specsheet">http://wiki.freeswitch.org/wiki/Specsheet</a>)? Can someone give a scenario where these can be used?</div>

<div>1. Relationships <br>2. Transfers <br>3. Outbound Calling <br>4. Configurable Key Lay -- Is this the caller-controls?<br>5. Bridge to Conference trasition <br>6. Multi Party outbound dialing. </div>
<div>&nbsp;</div>
<div>Thank you in advance.</div>
<div>&nbsp;</div>
<div>Looking forward to playing around some more with FS. Thanks for the wonderful software.</div>
<div>&nbsp;</div>
<div>R</div>
<div>&nbsp;</div>
<div>=== dialplan default.xml ==</div>
<div>&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;ast_extens&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(9\d{11})$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bind_meta_app&quot; data=&quot;1 a s uuid_transfer::${uuid} -both adhoc_conf&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;<a href="mailto:sofia/external/$1@10.98.7.202%22/">sofia/external/$1@10.98.7.202&quot;/</a>&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;adhoc_conf&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^adhoc_conf$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;conference&quot; data=&quot;<a href="mailto:$%7Buuid%7D@adhoc%22/">${uuid}@adhoc&quot;/</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>===</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div></div>