<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>worked perfectly thanks !<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Michael
Collins<br>
<b>Sent:</b> Tuesday, March 06, 2012 6:08 PM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] How to Blind Transfer After a Conference<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>if those two calls are all that
are in the conference then you just need to uuid_bridge them. Ex from fs_cli<br>
<br>
<span style='font-size:10.0pt;font-family:"Courier New"'>uuid_bridge
8b0b8262-67df-11e1-89a5-2dc9f6a91475 8b09249a-67df-11e1-899d-</span><span
style='font-size:7.5pt;font-family:"Courier New"'>2dc9f6a91475</span><span
style='font-size:7.5pt'><br>
<br>
</span>You can also do an API from a Lua script:<br>
<span style='font-family:"Courier New"'>api = freeswitch.API()<br>
res = api:execute('uuid_bridge','8b0b8262-67df-11e1-89a5-2dc9f6a91475
8b09249a-67df-11e1-899d-2dc9f6a91475')</span><br>
<br>
-MC<o:p></o:p></p>

<div>

<p class=MsoNormal>On Tue, Mar 6, 2012 at 3:28 PM, Bob McCarthy &lt;<a
href="mailto:bob.mccarthy@experient.com">bob.mccarthy@experient.com</a>&gt;
wrote:<o:p></o:p></p>

<div>

<p class=MsoNormal>I have some customers that are using SLA but want to Blind
transfer the call after the supervisor drops out of the conference. (2 legs
left in call)&nbsp; <br>
<br>
in Asterisk I would use the bridge command which would pull the channels out of
the conference and bridge them together. &nbsp;I tried to do the same thing in
Freeswitch from a lua script but I get the error: [ERR} switch_cpp.cpp:1277
Channels not ready<br>
<br>
&nbsp;<br>
<br>
I parsed the channel names out of the Conference list:<br>
Conference 8b09249a-67df-11e1-899d-2dc9f6a91475 (2 members rate: 16000)<br>
95;sofia/internal/<a href="mailto:sip%3ACO999x1001.3@192.168.57.102"
target="_blank">sip:CO999x1001.3@192.168.57.102</a>;8b0b8262-67df-11e1-89a5-2dc9f6a91475;Outbound
Call;<a href="tel:303-444-5555" target="_blank">303-444-5555</a>;hear|speak|talking|floor;0;0;0;200<br>
94;sofia/internal/<a href="mailto:101@192.168.57.31" target="_blank">101@192.168.57.31</a>;8b09249a-67df-11e1-899d-2dc9f6a91475;911
Trunk 01;<a href="tel:303-444-5555" target="_blank">303-444-5555</a>;hear|speak;0;0;0;200<br>
<br>
Some debug output to make sure I am using the correct channel names:<br>
channelarray[1]=sofia/internal/sip:CO999x1001.3@192.168.57.102<br>
channelarray[2]=sofia/internal/<a href="mailto:101@192.168.57.31"
target="_blank">101@192.168.57.31</a><br>
<br>
Here is the relevant script commands<br>
session1 = freeswitch.Session(channelarray[1]);<br>
session1 = freeswitch.Session(channelarray[1]);<br>
freeswitch.bridge(session1, session2);<br>
<br>
&nbsp; <o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-bottom:12.0pt'><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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><o:p></o:p></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>