[Asterisk-Users] Queue() with timeout=0
Dinesh Nair
dinesh at alphaque.com
Fri Feb 3 20:52:59 MST 2006
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 |
+=========================================================================+
More information about the asterisk-users
mailing list