<div dir="ltr"><div>I have a call between two people.&nbsp; I know their channel identifier.&nbsp; I want to trasfer a call away from one person and pass it to another person.</div>
<div>&nbsp;</div>
<div>To start, let&#39;s talk about a blind transfer.&nbsp; My system places both outgoing calls to people and bridges them together (cheaper, works via AGI).</div>
<div>&nbsp;</div>
<div>Action: Redirect</div>
<div>Channel: &lt;prospect&gt;</div>
<div>ExtraChannel: 0</div>
<div>Exten: SIP/transfer_to</div>
<div>Context: default</div>
<div>Priority: 1</div>
<div>&nbsp;</div>
<div>So that works just fine.&nbsp; I&#39;m having an issue however that when the person who was orginally talking decides to hang up his call, Asterisk disconnects the other line as well, as if the ownership of that line is still controled by the orginal process.&nbsp; I&#39;d love to solve that problem.&nbsp; Maybe putting the SIP/transfer_to into the ExtraChannel and then transfering them to a conference room.&nbsp; Suggestions welcome.&nbsp; Could also be that AGI maintains control of any channels it creates and when the main calling line dies, it kills all the others even if they&#39;ve been transfered away.</div>

<div>&nbsp;</div>
<div>Okay, in the end, I&#39;d like this to be assisted transfer.&nbsp; Place the party on hold, call another party, and then bridge the two together.&nbsp; Whenever a channel is taken away from the current person, the call status is returned and my AGI script can continue.&nbsp; So I think it should be fine.&nbsp; Has anyone done anything like this?&nbsp; Any pointers would be great.</div>

<div>&nbsp;</div>
<div><br clear="all"><br>-- <br>Nicholas Blasgen<br><a href="mailto:nicholas@blasgen.com">nicholas@blasgen.com</a><br>408.497.9796 (c)<br></div></div>