<div dir="rtl"><div dir="ltr">If all you need is a 3-party call then why won't you do it via the phone's confference option? As far as I know all IP phones support 3 way call, some of them even support 4 and 5 way call.</div>
<div dir="ltr"> </div><div dir="ltr"> __Yehavi:</div><div dir="ltr"><br><br></div><div dir="ltr" class="gmail_quote"><div>2012/4/5 lorentz.nails <span dir="ltr"><<a href="mailto:lorentz.nails@gmail.com">lorentz.nails@gmail.com</a>></span></div>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div>I would like to create a 3-user conference from a 2-user call (bridge) without calling the third user twice.<br>
<br>The scenario is the following:<br>1. user 1000 calls user 1001 (that responds);<br>2. user 1001 may decide to create a 3-user conference by transferring the execution to an extension that use conference_set_auto_outcall to invite user 1002 and create the conference.<br>
<br><action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/><br><br><extension name="cf"><br> <condition field="destination_number" expression="^cf$"><br>
<action application="answer"/><br> <action application="transfer" data="-both 3000 XML default"/><br> </condition><br></extension><br><br><extension name="nb_conferences"><br>
<condition field="destination_number" expression="^(3000)$"><br> <action application="answer"/><br> <action application="set" data="conference_auto_outcall_timeout=20"/><br>
<action application="set" data="conference_auto_outcall_flags=none"/><br> <action application="set" data="conference_auto_outcall_caller_id_name=${effective_caller_id_name}"/><br>
<action application="set" data="conference_auto_outcall_caller_id_number=${effective_caller_id_number}"/><br> <action application="set" data="conference_auto_outcall_profile=default"/><br>
<action application="conference_set_auto_outcall" data="user/1002@${domain}"/><br> <action application="conference" data="$1@default"/><br> </condition><br>
</extension><br><br>At this point user 1002 receive two simultaneous calls: one from user 1000 and one from user 1001 (I'm using softphones).<br><br>The behavior I would like to achieve is that user 1002 only gets one call from user 1001 or from the conference.<span class="HOEnZb"><font color="#888888"><br>
<br><br>Lorentz<br>
</font></span></div><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>
<br></blockquote></div><div dir="ltr"><br></div></div>