<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;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</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-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='color:#1F497D'>I am not sure if the following
method works. Please let me know how could I implement this through event
sockets.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&#8216;A&#8217; calls FSComm and
FSComm calls &#8216;B&#8217;. Now FSComm is having call details of all call
legs. If possible FSComm now creates a conference and join all 3 call legs to
the conference. This might solve the problem, but could you please let me know
how can create a conference and join all the legs. Please let me know the
commands for this. I checked with &#8220;mod_conference&#8221; module, unable
to find respective commands. I tried &#8220;api conference....&#8221;, it is
saying command not found. I tried &#8220;conference.....&#8221; command, it is
also not working.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Thanks &amp; Regards<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Suneel<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

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

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> freeswitch-dev-bounces@lists.freeswitch.org
[mailto:freeswitch-dev-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Suneel
Papineni<br>
<b>Sent:</b> 19 March 2010 15:20<br>
<b>To:</b> freeswitch-dev@lists.freeswitch.org<br>
<b>Cc:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Subject:</b> [Freeswitch-dev] Conference with FSComm<o:p></o:p></span></p>

</div>

</div>

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

<p class=MsoNormal>Hi,<o:p></o:p></p>

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

<p class=MsoNormal>I am trying to achieve 3-way (or 3-party) conference
scenario using FSComm. Scenario is as follows:<o:p></o:p></p>

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

<p class=MsoNormal>An incoming call comes to FSComm from an extension
&#8216;A&#8217; and is answered. Now FSComm makes a call to another extension
&#8216;B&#8217; and is answered. Then I want to bridge all three calls and be
in conference. So all three parties A, B and FSComm will be in conference.<o:p></o:p></p>

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

<p class=MsoNormal>Could someone please give me an idea how can I achieve this
scenario using Event Sockets. (want to test with fs_cli using commands).<o:p></o:p></p>

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

<p class=MsoNormal>Thanks &amp; Regards<o:p></o:p></p>

<p class=MsoNormal>Suneel<o:p></o:p></p>

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

<pre>*************************************************************************<o:p></o:p></pre><pre>Please consider the environment before printing this e-mail<o:p></o:p></pre><pre>*************************************************************************<o:p></o:p></pre><pre>This email and any files transmitted with it are confidential and<o:p></o:p></pre><pre>intended solely for the use of the individual or entity to whom they<o:p></o:p></pre><pre>are addressed. If you have received this email in error please notify<o:p></o:p></pre><pre>the system manager.&nbsp; http://www.mettoni.com<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Mettoni Ltd<o:p></o:p></pre><pre>Registered in England and Wales: 4485956<o:p></o:p></pre><pre>9400 Garsington Road, Oxford Business Park, Oxford, OX4 2HN<o:p></o:p></pre><pre>*************************************************************************<o:p></o:p></pre></div>

<PRE>*************************************************************************
Please consider the environment before printing this e-mail
*************************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.  http://www.mettoni.com

Mettoni Ltd
Registered in England and Wales: 4485956
9400 Garsington Road, Oxford Business Park, Oxford, OX4 2HN
*************************************************************************
</PRE></body>

</html>