<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:434253507;
        mso-list-type:hybrid;
        mso-list-template-ids:1044567132 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level2
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level3
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level4
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level5
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level6
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level7
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level8
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level9
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l1
        {mso-list-id:1092504588;
        mso-list-type:hybrid;
        mso-list-template-ids:1044567132 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l1:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level2
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level3
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l1:level4
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level5
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level6
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l1:level7
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level8
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1:level9
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style></head><body lang="EN-US" link="#0563C1" vlink="#954F72"><div class="WordSection1"><p class="MsoNormal">Let’s say I have 3 SIP endpoints: Caller_A, Caller_B and Caller_C</p><p class="MsoNormal"> </p><p class="MsoNormal">Initially Caller_A calls Caller_B, so we end up with a SIP call between them.</p><p class="MsoNormal"> </p><p class="MsoNormal">But now, there will be some cases, when Caller_A will want to ‘conference in’ Caller_C into the call between Caller_A and Caller_B.</p><p class="MsoNormal"> </p><p class="MsoNormal">How is it normally done?  Based on my limited understanding of mod_conference, I would attempt doing it as following:</p><p class="MsoNormal"> </p><p class="MsoNormal">Approach I: </p><p class="MsoNormal">Tear down the original call between A &amp; B, and set up a conference between A, B &amp; C:</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l1 level1 lfo1"><span style="mso-list:Ignore">1.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_A calls Caller_B</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l1 level1 lfo1"><span style="mso-list:Ignore">2.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>SIP call is established between Caller_A and Caller_B.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l1 level1 lfo1"><span style="mso-list:Ignore">3.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>After a while Caller_A wants to conference in Caller_C, as following:</p><p class="MsoListParagraph" style="margin-left:1.0in"><span style="mso-list:Ignore">a.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_A hangs up the call with Caller_B</p><p class="MsoListParagraph" style="margin-left:1.0in"><span style="mso-list:Ignore">b.<span style="font:7.0pt &quot;Times New Roman&quot;">      </span></span>Caller_A dials into a conference room.</p><p class="MsoListParagraph" style="margin-left:1.0in"><span style="mso-list:Ignore">c.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_B dials into the same conference room.</p><p class="MsoListParagraph" style="margin-left:1.0in"><span style="mso-list:Ignore">d.<span style="font:7.0pt &quot;Times New Roman&quot;">      </span></span>Caller_C dials into the same conference room.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l1 level1 lfo1"><span style="mso-list:Ignore">4.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_A, Caller_B and Caller_C are now in a conference.</p><p class="MsoNormal"> </p><p class="MsoNormal">Approach II: </p><p class="MsoNormal">Use conferences for all calls from the beginning, even the 2-way calls, to make it easier to conference in additional callers:</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><span style="mso-list:Ignore">1.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_A dials into a conference room.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><span style="mso-list:Ignore">2.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_B dials into a conference room.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><span style="mso-list:Ignore">3.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Calelr_A and Caller_B can now talk to each other.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><span style="mso-list:Ignore">4.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>After a while Caller_A wants to conference in Caller_C</p><p class="MsoListParagraph" style="margin-left:1.0in"><span style="mso-list:Ignore">a.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_C dials into the same conference room.</p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><span style="mso-list:Ignore">5.<span style="font:7.0pt &quot;Times New Roman&quot;">       </span></span>Caller_A, Caller_B and Caller_C are now in a conference.</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal">I’ve also read about eavesdrop tool, but I understand it only allows 3-way communication, and I need to be able to support N-way.</p><p class="MsoNormal"> </p><p class="MsoNormal">Thanks.</p></div></body></html>