[asterisk-users] Max person in meetme conference

Emmanuel Bruno tipascal at gmail.com
Tue Feb 10 18:08:48 CST 2009


Thanks! it works fine for me, I though there was another way maybe in the
config file for meetme.conf to set that option.  The example given in that
link has a typo that needs to be fixed:
exten => s,2,Gotoif,$[${count} >= ${CONFMAX}]?103

there's an extra , and the evaluation has to be between parenthesis.

exten => s,2,Gotoif($[${count} >= ${CONFMAX}]?103)



On Tue, Feb 10, 2009 at 6:52 PM, Nhadie <nhadie at gmail.com> wrote:

> Hi,
>
> Try this:
>
> http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MeetMeCount
>
> Nhadie
>
> Emmanuel Bruno wrote:
> > Is it possible to restrict the maximum number of person in a particular
> > conference room?
> >
> > for example, I have
> >
> > meetme.conf
> >
> > [general]
> >
> > [rooms]
> >
> > conf => c1,1234
> > conf => c2,1234
> >
> >
> >
> > I want c1 to allow 10 persons max in the conference
> > and c2 5 persons max
> >
> > How can I do that?
> >
> > Thanks
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > -- 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
>
> _______________________________________________
> -- 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090210/d818da03/attachment.htm 


More information about the asterisk-users mailing list