Thanks! it works fine for me, I though there was another way maybe in the config file for meetme.conf to set that option. The example given in that link has a typo that needs to be fixed:<div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; ">exten => s,2,Gotoif,$[${count} >= ${CONFMAX}]?103</span><br></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;">there's an extra , and the evaluation has to be between parenthesis.</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;">exten => s,2,Gotoif($[${count} >= ${CONFMAX}]?103)<br></span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px;"><br></span></div><div><br><div class="gmail_quote">On Tue, Feb 10, 2009 at 6:52 PM, Nhadie <span dir="ltr"><<a href="mailto:nhadie@gmail.com">nhadie@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Try this:<br>
<br>
<a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MeetMeCount" target="_blank">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MeetMeCount</a><br>
<br>
Nhadie<br>
<div><div></div><div class="Wj3C7c"><br>
Emmanuel Bruno wrote:<br>
> Is it possible to restrict the maximum number of person in a particular<br>
> conference room?<br>
><br>
> for example, I have<br>
><br>
> meetme.conf<br>
><br>
> [general]<br>
><br>
> [rooms]<br>
><br>
> conf => c1,1234<br>
> conf => c2,1234<br>
><br>
><br>
><br>
> I want c1 to allow 10 persons max in the conference<br>
> and c2 5 persons max<br>
><br>
> How can I do that?<br>
><br>
> Thanks<br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> asterisk-users mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>