Thanks! it works fine for me, I though there was another way maybe in the config file for meetme.conf to set that option. &nbsp;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&nbsp;=&gt;&nbsp;s,2,Gotoif,$[${count}&nbsp;&gt;=&nbsp;${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&#39;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&nbsp;=&gt;&nbsp;s,2,Gotoif($[${count}&nbsp;&gt;=&nbsp;${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">&lt;<a href="mailto:nhadie@gmail.com">nhadie@gmail.com</a>&gt;</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>
&gt; Is it possible to restrict the maximum number of person in a particular<br>
&gt; conference room?<br>
&gt;<br>
&gt; for example, I have<br>
&gt;<br>
&gt; meetme.conf<br>
&gt;<br>
&gt; [general]<br>
&gt;<br>
&gt; [rooms]<br>
&gt;<br>
&gt; conf =&gt; c1,1234<br>
&gt; conf =&gt; c2,1234<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I want c1 to allow 10 persons max in the conference<br>
&gt; and c2 5 persons max<br>
&gt;<br>
&gt; How can I do that?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<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>
 &nbsp; <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>