Thanks for the explanation. I was trying to find the correct way to do this as I saw several ways of doing this. I will try to explain how I did on the asterisk land.<br><br>In asterisk land, Caller A will be parked at extension 701 and Caller B "transfers" the call to extension 701 and and Caller A and C are connected and Caller B is hung up right after transfer.<br>
<br>In Freeswitch, Can Caller B do a "transfer" and connect caller A and C? How can I do this? Since Freeswitch does not have a concept of parked extensions.<br><br>Thank you for the help.<br><br><br><div class="gmail_quote">
On Tue, Aug 11, 2009 at 3:19 PM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK I try so hard to follow what you're doing but it makes little sense<br>
to me.<br>
<br>
I'm guessing you'll need to set/export hangup_after_bridge=false to<br>
prevent the hangup from taking place on B and C!<br>
<br>
The other option is to uuid_transfer both B and C to park using the -<br>
both then hangup on C and then uuid_bridge A and C. Because once you<br>
break the bridge on B and C by hanging up on B you left C hanging so<br>
its naturally going to hangup.<br>
<br>
-USAGE: <uuid> [-bleg|-both] <dest-exten> [<dialplan>] [<context>]<br>
<br>
/b<br>
<div><div></div><div class="h5"><br>
On Aug 11, 2009, at 2:10 PM, Shameem Shiek wrote:<br>
<br>
> Hello,<br>
><br>
> Good work guys. I am having good fun using freeswitch so far.<br>
> Currently, I am having a serious issue on making a call transfer<br>
> happen. The scenario is simple.<br>
><br>
> 1. Caller A arrives on extension 1 and is waiting on a fifo queue.<br>
> 2. Caller B arrives on extension 2 and dial plan bridges the call<br>
> to Caller C.<br>
><br>
> Now after a certain period of time, I want to hang up Caller B and<br>
> put Caller C in the fifo queue where Caller A is waiting. I know the<br>
> UUIDs of the all 3 calls. Naively, I tried the following and failed.<br>
><br>
> 1. I put the bridged call to Caller C on park .<br>
> 2. I did a "hang up" to caller B.<br>
> 3. I did "fifo in" for Caller C into fifo queue of caller A.<br>
><br>
> This did not work. What is the right way to do this? Do I have make<br>
> sure uuid_transfer? I am using Event socket to do all of this.<br>
><br>
> -Shameem.<br>
</div></div>> _______________<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>