From: Mark Michelson Date: Fri, 21 Dec 2007 20:28:04 +0000 (+0000) Subject: The one documentation source I forgot to update after the merge of the queue-penalty... X-Git-Tag: 1.6.0-beta1~3^2~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6eab6d084906a2c37b75fb19764750ae425588e;p=thirdparty%2Fasterisk.git The one documentation source I forgot to update after the merge of the queue-penalty branch was the CHANGES file. No longer! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94546 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index f4d3ed0584..47d24f51e2 100644 --- a/CHANGES +++ b/CHANGES @@ -253,6 +253,9 @@ Queue changes * Added ability for non-realtime queues to have realtime members * Added the "linear" strategy to queues. * Added the "wrandom" strategy to queues. + * Added new channel variable QUEUE_MIN_PENALTY + * QUEUE_MAX_PENALTY and QUEUE_MIN_PENALTY may be adjusted in mid-call by defining + rules in queuerules.conf. See configs/queuerules.conf.sample for details MeetMe Changes --------------