On Fri, Nov 21, 2008 at 5:46 PM, Danny Nicholas <[EMAIL PROTECTED]> wrote: > Armed with a little more information, here is a more realistic reply. > In the 1.6.0.1 code, app_meetme.c defines maxusers in line 369 and sets the > max value in line 870 to 0x7fffffff. > Therefore changing line 870 would allow you to limit the maxusers. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Noah Miller > Sent: Friday, November 21, 2008 9:05 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Limit the number of users in a > meetmeconference? > > Hi Dan - > >>> I found the "maxusers" defined in meetme.c, but I'm >>> not sure how this value is set. Does anybody know >>> if one can limit the number of users permitted in a >>> meetme conference? I know there's MeetmeCount(), but >>> I'd rather avoid the dialplan logic and just set >>> maxusers instead. >> >> That feature is primarily used with RealTime conferences. >> The maxusers value is read from a database and enforced >> on RealTime enable conferences. This presumes you are >> looking at 1.6.X or Trunk code... > > Ah. No realtime for me, so I guess I'll just stick with using > MeetmeCount() in the dialplan. Thanks for the info! > > > - Noah >
If it's in realtime, then it should also work from config file. If it's not, then file a bug. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
