<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 14, 2013 at 11:16 AM, Lenz Emilitri <span dir="ltr">&lt;<a href="mailto:lenz.loway@gmail.com" target="_blank">lenz.loway@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br clear="all"><div>Hi all,</div><div>I need some advice - I have been working on originating multiple calls using AMI and then joining them. </div>
<div>What I want to do is:</div><div>- dial call 1 (where the caller is in a &quot;channel&quot; format, like SIp/1234 or Local/1234@ext) and &quot;park&quot; it somehow</div>
<div>- dial call 2 (where again the caller is in channel format) and join it to the previous call.</div><div><br></div><br></div></blockquote></div><br></div><div class="gmail_extra">Why not just originate from one extension to the other?  Something like this (not tested):<br>
<br>Action: Originate<br>Channel: Local/300@from-internal<br>Context: from-internal<br>Exten: 500<br>Timeout: 30<br><br></div><div class="gmail_extra">Should dial extension 500 in the from-internal context after the call to 300@from-internal is answered.  Meaning, the person at 300@from-internal would have their phone ring, they&#39;d pick it up, and then they&#39;d hear ringing on the line as asterisk then dialed extension 500@from-internal.<br>
</div><div class="gmail_extra"><br><br clear="all"></div><div class="gmail_extra"><br>-- <br>Thanks,<br>--Warren Selby, dCAP<br><a href="http://www.selbytech.com" target="_blank">http://www.SelbyTech.com</a><br>
</div></div>