This might be what you're looking for http://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action +QueueStatus
Ish On Mon, 2011-02-07 at 10:44 -0500, Daniel - Asterisk wrote: > Hi Danny, > > > Could you please let me know what function do I use to get if the > queue is full? > > > Elder > > On Mon, Feb 7, 2011 at 10:42 AM, Danny Nicholas <[email protected]> > wrote: > > ______________________________________________________________ > From: [email protected] > [mailto:[email protected]] On Behalf Of > Daniel - Asterisk > Sent: Monday, February 07, 2011 9:38 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] About maxlen parameter in queues > > > > > > Dear list, > > > > > I want to avoid sending calls to a queue when it is full. From > the fact that 'maxlen' must be at least 1 (I wish it could be > zero but it isn't) I'd like to know if there's a way to do it. > Setting the Queue() timeout to a little value is not the most > suitable option. > > > I'm using asterisk 1.4.21 but I don't know if there are some > options available on release 1.8 > > > > > > Thanks, > > > > > > > > > Elder Arohuanca Lagos > > > t. 992728100 > > > > This is a bit “hackish”, but why don’t you just make a context > that uses AGI to query the queue and only let the call proceed > if not full? > -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
