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

_______________________________________________
--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

Reply via email to