[Freeswitch-users] 3-user conference from 2-user call

Avi Marcus avi at avimarcus.net
Thu Apr 5 18:18:28 MSD 2012


Maybe you could use an attended transfer and then press 0 to turn it into a
three-way conference:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer

-Avi



On Thu, Apr 5, 2012 at 5:14 PM, curriegrad2004 <curriegrad2004 at gmail.com>wrote:

> My approach for what you're trying to do would be:
> 1. Transfer user 1000 and 1001 to a conference bridge
> 2. Use the originate command to call 1002 and once he answers, have
> him to be placed in the conference
>
> On Thu, Apr 5, 2012 at 2:40 AM, lorentz.nails <lorentz.nails at gmail.com>
> wrote:
> > I would like to create a 3-user conference from a 2-user call (bridge)
> > without calling the third user twice.
> >
> > The scenario is the following:
> > 1. user 1000 calls user 1001 (that responds);
> > 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.
> >
> > <action application="bind_meta_app" data="3 b s execute_extension::cf XML
> > features"/>
> >
> > <extension name="cf">
> >     <condition field="destination_number" expression="^cf$">
> >         <action application="answer"/>
> >         <action application="transfer" data="-both 3000 XML default"/>
> >     </condition>
> > </extension>
> >
> > <extension name="nb_conferences">
> >     <condition field="destination_number" expression="^(3000)$">
> >         <action application="answer"/>
> >         <action application="set"
> > data="conference_auto_outcall_timeout=20"/>
> >         <action application="set"
> > data="conference_auto_outcall_flags=none"/>
> >         <action application="set"
> >
> data="conference_auto_outcall_caller_id_name=${effective_caller_id_name}"/>
> >         <action application="set"
> >
> data="conference_auto_outcall_caller_id_number=${effective_caller_id_number}"/>
> >         <action application="set"
> > data="conference_auto_outcall_profile=default"/>
> >         <action application="conference_set_auto_outcall"
> > data="user/1002@${domain}"/>
> >         <action application="conference" data="$1 at default"/>
> >     </condition>
> > </extension>
> >
> > At this point user 1002 receive two simultaneous calls: one from user
> 1000
> > and one from user 1001 (I'm using softphones).
> >
> > The behavior I would like to achieve is that user 1002 only gets one call
> > from user 1001 or from the conference.
> >
> >
> > Lorentz
> >
> > _________________________________________________________________________
> > Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org
> > http://www.freeswitchsolutions.com
> >
> > 
> > 
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org
> > http://wiki.freeswitch.org
> > http://www.cluecon.com
> >
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > http://www.freeswitch.org
> >
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120405/c685b6cb/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list