<div dir="ltr">Maybe you could use an attended transfer and then press 0 to turn it into a three-way conference:<div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer</a></div>

<div><br clear="all"><div dir="ltr"><span style="font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-size:small">-Avi</span></span></div><br>
<br><br><div class="gmail_quote">On Thu, Apr 5, 2012 at 5:14 PM, curriegrad2004 <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

My approach for what you&#39;re trying to do would be:<br>
1. Transfer user 1000 and 1001 to a conference bridge<br>
2. Use the originate command to call 1002 and once he answers, have<br>
him to be placed in the conference<br>
<div><div class="h5"><br>
On Thu, Apr 5, 2012 at 2:40 AM, lorentz.nails &lt;<a href="mailto:lorentz.nails@gmail.com">lorentz.nails@gmail.com</a>&gt; wrote:<br>
&gt; I would like to create a 3-user conference from a 2-user call (bridge)<br>
&gt; without calling the third user twice.<br>
&gt;<br>
&gt; The scenario is the following:<br>
&gt; 1. user 1000 calls user 1001 (that responds);<br>
&gt; 2. user 1001 may decide to create a 3-user conference by transferring the<br>
&gt; execution to an extension that use conference_set_auto_outcall to invite<br>
&gt; user 1002 and create the conference.<br>
&gt;<br>
&gt; &lt;action application=&quot;bind_meta_app&quot; data=&quot;3 b s execute_extension::cf XML<br>
&gt; features&quot;/&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;cf&quot;&gt;<br>
&gt;     &lt;condition field=&quot;destination_number&quot; expression=&quot;^cf$&quot;&gt;<br>
&gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;         &lt;action application=&quot;transfer&quot; data=&quot;-both 3000 XML default&quot;/&gt;<br>
&gt;     &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;nb_conferences&quot;&gt;<br>
&gt;     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(3000)$&quot;&gt;<br>
&gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;         &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;conference_auto_outcall_timeout=20&quot;/&gt;<br>
&gt;         &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;conference_auto_outcall_flags=none&quot;/&gt;<br>
&gt;         &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;conference_auto_outcall_caller_id_name=${effective_caller_id_name}&quot;/&gt;<br>
&gt;         &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;conference_auto_outcall_caller_id_number=${effective_caller_id_number}&quot;/&gt;<br>
&gt;         &lt;action application=&quot;set&quot;<br>
&gt; data=&quot;conference_auto_outcall_profile=default&quot;/&gt;<br>
&gt;         &lt;action application=&quot;conference_set_auto_outcall&quot;<br>
&gt; data=&quot;user/1002@${domain}&quot;/&gt;<br>
&gt;         &lt;action application=&quot;conference&quot; data=&quot;$1@default&quot;/&gt;<br>
&gt;     &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; At this point user 1002 receive two simultaneous calls: one from user 1000<br>
&gt; and one from user 1001 (I&#39;m using softphones).<br>
&gt;<br>
&gt; The behavior I would like to achieve is that user 1002 only gets one call<br>
&gt; from user 1001 or from the conference.<br>
&gt;<br>
&gt;<br>
&gt; Lorentz<br>
&gt;<br>
</div></div>&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</blockquote></div><br></div></div>