<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi folks.</p>
<p><br>
</p>
<p>I have a FreeSWITCH server with a couple of FSClient softphones attached. I've been experimenting with conference calls using the following&nbsp;<span style="font-size: 12pt;">extension configuration (based upon the Mad Boss example):</span></p>
<p></p>
<div><br>
</div>
<p></p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &lt;extension name=&quot;<span style="font-family: Calibri, Arial, Helvetica, sans-serif, EmojiFont, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols; font-size: 14.6667px;">Broadcast
 Announcement</span>&quot;&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^0911$&quot;&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_caller_id_name=Broadcast&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_caller_id_number=0911&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_timeout=60&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_utils_auto_outcall_flags=mute&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;end-conf-grace-time=0&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_prefix={sip_auto_answer=true}&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;set&quot; data=&quot;sip_exclude_contact=${network_addr}&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;user/5006@$${domain}&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;user/5007@$${domain}&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &nbsp; &lt;action application=&quot;conference&quot; data=&quot;SystemBroadcast@default&#43;&#43;flags{deaf|moderator|endconf}&quot;/&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &nbsp; &lt;/condition&gt;</span></div>
<p></p>
<p></p>
<div><span style="font-size: 11pt;">&nbsp; &lt;/extension&gt;</span></div>
<p></p>
</blockquote>
<p></p>
<div></div>
<br>
<p></p>
<p>I've noticed a couple of issues which seem to be tied to the sip_auto_answer setting.</p>
<p></p>
<ol style="margin-bottom: 0px; margin-top: 0px;">
<li>The phone making the call is providing a live radio feed, so the callees should receive audio, but they do not</li><li>When the caller disconnects from the conference, the callees remain connected despite the fact that the moderator and endconf flags are set.</li></ol>
<div><br>
</div>
<div>If I change the sip_auto_answer setting from true to false and then place the call, each phone rings until answered but</div>
<div>
<ol style="margin-bottom: 0px; margin-top: 0px;">
<li>Once a phone is&nbsp;answered you hear the radio feed.<br>
</li><li>When the caller disconnects, so do all the callees.</li></ol>
<div><br>
</div>
<div>Can anyone explain why I am seeing the difference in behaviour between the true and false settings for sip_auto_answer?</div>
<div>I was expecting the same behaviour in both cases and that setting the sip_auto_answer flag would simply mean that I didn't have to explicitly answer each phone added to the conference.</div>
<div><br>
</div>
<div>Paul</div>
</div>
<p></p>
<p></p>
</div>
</body>
</html>