<div>I&#39;ve been experimenting this</div>
<div>When phone callers  <strong>first</strong>  join to the conference &quot;max-members&quot; is not enforced (more members can join than max-members value)</div>
<div>below is my piece of code.</div>
<div>(it works when web audio callers first  join to conference)</div>
<div>analysed freeswitch logs but couldn&#39;t get much clue.</div>
<div>any idea what might be causes for this behavior?</div>
<div> </div>
<div> </div>
<div> </div>
<div>  $session-&gt;execute(&quot;conference&quot;,&quot;<a href="mailto:$%7BPIN%7D@test_profile">${PIN}@test_profile</a>&quot;);</div>
<div> </div>
<div>conference.conf.xml</div>
<div> </div>
<div> &lt;profile name=&quot;test_profile&quot;&gt;</div>
<div> &lt;param name=&quot;max-members&quot; value=&quot;2&quot;/&gt;<br>      &lt;param name=&quot;max-members-sound&quot; value=&quot;conference/conf-is-locked.wav&quot;/&gt;<br>........</div>
<div>........</div>
<div> </div>
<div>thx</div>
<div> </div>