[Asterisk-Users] Queue() with timeout=0
Bart van Daal
B.Vandaal at edpnet.net
Thu Feb 23 06:57:11 MST 2006
Hello Dinesh,
sorry for the late reply but that was exactly what was wrong..
using a real 'null' value solved my problem..
thanks,
Bart
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Dinesh Nair
Sent: zaterdag 4 februari 2006 4:53
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Queue() with timeout=0
On 01/31/06 20:49 Bart van Daal said the following:
> I thought a nul-value as the
> timeout variable would do (Queue(654|t|||0)).
reading the code in app_queue.c, you've not provided a null value but rather
provided a value of 0, as such it will behave as you've observed.
try using Queue(654|t) in your dialplan instead, thus really providing a
null value for the timeout parameter.
--
Regards, /\_/\ "All dogs go to heaven."
dinesh at alphaque.com (0 0) http://www.alphaque.com/
+==========================----oOO--(_)--OOo----========================
+==+
| for a in past present future; do |
| for b in clients employers associates relatives neighbours pets; do |
| echo "The opinions here in no way reflect the opinions of my $a $b." |
| done; done |
+=======================================================================
+==+
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list