<div dir="ltr">Hi Aldo,<br><br>Thank you very much for answering my question.<br><br>Can you kindly elaborate on how to do the following or at least where to read about the way to do it?<br>&gt;send both channels of the active call 111 - 22334455 to a context that joins them in a conference room.<br>
<br>&gt;through AMI, I would originate the call to 22556677 and join it into the conference.<br><br>Thank you very much,<br><br>Michael<br><br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 3:50 PM, Aldo Bergamini <span dir="ltr">&lt;<a href="mailto:aaberga@gmail.com" target="_blank">aaberga@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"><div class="HOEnZb"><div class="h5">On 15 Nov 2012, at 14:21, Michael wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; Does anyone know if it&#39;s possible to setup the following scenario?<br>
&gt;<br>
&gt; 1. A specific ext(let&#39;s say 111) is on active call with an external number via SIP (let&#39;s say 22334455).<br>
&gt; 2. Via a web GUI, send to asterisk another phone number (22556677) and the ext number (111).<br>
&gt; 3. Asterisk initiates a call to that number (22556677) and joins it to the call in progress (between 111 and 22334455) in order to establish a 3-party conf call.<br>
&gt;<br>
&gt; It&#39;s somewhat similar to ChanSpy, but with full conf capabilities and not only whisper to one side.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Michael<br>
&gt;<br>
<br>
<br>
</div></div>Hi Michael,<br>
<br>
I would use a combination of AMI &amp; dialplan programming.<br>
<br>
Over AMI I would send both channels of the active call 111 - 22334455 to a context that joins them in a conference room. It is a matter of choice if it is better to create an ad hoc/ on the fly conference or use a set of predefined rooms.<br>

<br>
Next, again through AMI, I would originate the call to 22556677 and join it into the conference.<br>
<br>
You have to be aware that calling somebody and transferring the channel into a conference may leave the person on the other side of the wire WITHOUT means to exit the conference room and thus to close the call (I did it!!! embarrassing..).<br>

<br>
So one has to be sure (I am speaking of the old MeetMe app) that the &quot;originator&#39;s&quot; channel enters the conference room as the conference master. So, when that channel closes, all other channels are dumped out of the conference room and the whole thing closes down.<br>

<br>
HTH,<br>
Aldo<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>