Yes, I see that in the source code. But how do I know how many users are in the conference room in real time. I mean how can I retrieve the number of user from meetme? Do I need to edit the source?
Foong ----- Original Message ----- From: "Steven Critchfield" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 8:15 PM Subject: Re: [Asterisk-Users] Limit Number of user in Conference > On Wed, 2003-08-20 at 02:55, Florian Overkamp wrote: > > Citeren Chee Foong <[EMAIL PROTECTED]>: > > > > > Hello, > > > > > > Is it possible to limit the number of user in a particular conference room? > > > > > > Foong > > > > Hi, > > > > I think the easiest way is to create a counter that adds one when a user joins > > and subtracts when a user leaves or hangs up. A few simple AGI scripts could > > do it. Just make sure you lock the counter when updating so as to avoid > > miscounting when two channels join at the same time.. > > Problem with that is making sure that calls exit the conference and > passes through your exit AGI. > > This is why I submitted a patch some time ago to modify MeetMeCount to > set a variable to the number of users in the conference. > -- > Steven Critchfield <[EMAIL PROTECTED]> > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
