<div>I've been experimenting this</div>
<div>When phone callers <strong>first</strong> join to the conference "max-members" 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't get much clue.</div>
<div>any idea what might be causes for this behavior?</div>
<div> </div>
<div> </div>
<div> </div>
<div> $session->execute("conference","<a href="mailto:$%7BPIN%7D@test_profile">${PIN}@test_profile</a>");</div>
<div> </div>
<div>conference.conf.xml</div>
<div> </div>
<div> <profile name="test_profile"></div>
<div> <param name="max-members" value="2"/><br> <param name="max-members-sound" value="conference/conf-is-locked.wav"/><br>........</div>
<div>........</div>
<div> </div>
<div>thx</div>
<div> </div>