[asterisk-users] Limit participants in Meetme...
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Fri Dec 7 12:15:22 CST 2007
On Friday 07 December 2007 12:04:04 Carlos Chavez wrote:
> Is there an easy way to limit the number of participants on a Meetme
> room? Lets say we only want 10 people to be able to enter a particular
> meetme conference, how can I prevent number 11 from entering this
> conference? We will not have a pin to enter.
Use group counting:
Set(GROUP()=foo)
GotoIf($[${GROUP_COUNT(foo)} > 10]?hangup)
Meetme(1234)
--
Tilghman
More information about the asterisk-users
mailing list