<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_commands" class="">https://freeswitch.org/confluence/display/FREESWITCH/mod_commands</a><div class=""><br class=""></div><div class="">check out uuid_transfer using -both</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 4, 2015, at 4:42 PM, kthofer &lt;<a href="mailto:karl-theo_hofer@inteli-sim.com" class="">karl-theo_hofer@inteli-sim.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="moz-cite-prefix" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">Hi Bote Man<br class=""><br class="">we are fighting with the same issue as<span class="Apple-converted-space">&nbsp;</span><br class=""><pre wrap="" class="">Shaks does can you please elaborate how to move 2 bridged channels into a virtual conferece room ?<span style="font-family: Helvetica;" class="">Bote Man skrev den 2015-01-13 22:49:</span>
</pre></div><blockquote cite="mid:02eb01d02f7a$dd15e6a0$9741b3e0$@com" type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class=""><pre wrap="" class="">Each "leg" of the call is represented by a uuid so you would be moving a uuid into the conference bridge, not hanging up and placing a separate call. I imagine this should be trivial from your PHP script.

 

<a class="moz-txt-link-freetext" href="https://confluence.freeswitch.org" style="color: purple; text-decoration: underline;">https://confluence.freeswitch.org</a> 

From: <a class="moz-txt-link-abbreviated" href="mailto:freeswitch-users-bounces@lists.freeswitch.org" style="color: purple; text-decoration: underline;">freeswitch-users-bounces@lists.freeswitch.org</a> [<a class="moz-txt-link-freetext" href="mailto:freeswitch-users-bounces@lists.freeswitch.org" style="color: purple; text-decoration: underline;">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Kumar, Sharath
Sent: Tuesday, 13 January, 2015 16:07
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Convert existing call to a conference and hangup the old call

 

Thanks. I found another way by using uuid_kill.

 

On Tue, Jan 13, 2015 at 12:39 PM, Steven Ayre <a class="moz-txt-link-rfc2396E" href="mailto:steveayre@gmail.com" style="color: purple; text-decoration: underline;">&lt;steveayre@gmail.com&gt;</a> wrote:

Try using <a class="moz-txt-link-freetext" href="https://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast" style="color: purple; text-decoration: underline;">https://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast</a>

 

 

 

On 13 January 2015 at 17:05, Kumar, Sharath <a class="moz-txt-link-rfc2396E" href="mailto:sharath.kumar@mezocliq.com" style="color: purple; text-decoration: underline;">&lt;sharath.kumar@mezocliq.com&gt;</a> wrote:

Hello,

 

I am new to Freeswitch and wanted some input on how best to achieve the below scenario.

 

1. A and B are in a call.

 

2. A adds user C to the call. - At this point user A and B are added to a dynamically created conf and C is added as well.

 

3 A adds user D to the call. D is added to the conf.

 

 

The fact that step 2 is a conf call and users C and D are provisioned and available to the FS. I am using FS_CURL so the PHP has access to the DB.

 

 

I know how to add A,B,C and D directly into a conference using mod_conference. I made it work. However, I don't understand how I can access an existing call i.e between A and B and turn that into a conference. and also I guess the original call should be hungup when B accepts the conf invite.

 

Is there a way to do this in the dial-plan ? i.e when A calls C, the PHP knows that this is a conf call, how do I kill the old call though. I guess I can use the uuid of the previous call, I don't know what to issue to hang up the first call.

 

My clients are webrtc based and currently they don't natively support either hold/resume or transfer(using refer). They do however support multiple calls from/to the same user at the same time. i.e 2 lines. I guess both will be active.

 

 

Thank you. Any help would be greatly appreciated!!
</pre></blockquote></div></blockquote></div><br class=""></div></body></html>