[Asterisk-Dev] Re: MeetMe max users and cutoff time
Tony Mountifield
tony at softins.clara.co.uk
Fri Feb 27 00:25:30 MST 2004
In article <1077833885.19551.61.camel at Steven.basesys.com>,
Steven Critchfield <asterisk-dev at lists.digium.com> wrote:
> On Thu, 2004-02-26 at 15:35, Tony Mountifield wrote:
> >
> > But I don't see any way to use MeetMeCount in this context, which is
> > why I'm thinking of enhancing the code. Similarly for conditional gotos
> > based on time: I would need them to be room specific on a common extension.
>
> This is why thorough knowledge of how to use the dial plan is essential
> to doing work with asterisk.
I am pretty new to Asterisk (that's probably obvious), which is why I was
sounding out the list before diving in :-)
> [meetme-context]
> exten => s,1,background(conf-prompt)
> exten => t,1,goto(s,1) ; or more ideally invoke a loop count check
>
> ; conferences are a fixed length
> exten => _XXXX,1,MeetmeCount(${EXTEN},var)
> exten => _XXXX,2,Do a lookup based on size
> exten => _XXXX,3,Do a lookup based on time
> exten => _XXXX,4,backgroud(Welcome-to-conf)
> exten => _XXXX,5,saynumber(${EXTEN})
> exten => _XXXX,6,meetme($EXTEN})
Excellent - thanks Steven, that makes perfect sense.
Cheers,
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
More information about the asterisk-dev
mailing list