[asterisk-commits] mmichelson: branch mmichelson/queue-penalty r93296 - /team/mmichelson/queue-p...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 17 14:35:24 CST 2007


Author: mmichelson
Date: Mon Dec 17 14:35:23 2007
New Revision: 93296

URL: http://svn.digium.com/view/asterisk?view=rev&rev=93296
Log:
Change the config file to indicate what will be achieved by this set of
fixes


Modified:
    team/mmichelson/queue-penalty/configs/queues.conf.sample

Modified: team/mmichelson/queue-penalty/configs/queues.conf.sample
URL: http://svn.digium.com/view/asterisk/team/mmichelson/queue-penalty/configs/queues.conf.sample?view=diff&rev=93296&r1=93295&r2=93296
==============================================================================
--- team/mmichelson/queue-penalty/configs/queues.conf.sample (original)
+++ team/mmichelson/queue-penalty/configs/queues.conf.sample Mon Dec 17 14:35:23 2007
@@ -362,6 +362,19 @@
 ;
 ; timeoutrestart = no
 ;
+; It is possible to change the value of QUEUE_MAX_PENALTY channel variable in
+; mid-call by defining rules in the queue for when to do so. This can allow for
+; a call to be opened to more members. The advantage to changing members this way
+; as opposed to inserting the caller into a different queue with more members or reinserting
+; the caller into the same queue with a different QUEUE_MAX_PENALTY set is that
+; the caller does not lose his place in the queue.
+;
+; The syntax for these rules is
+; penaltychange => <number of seconds into the call>,<absolute or relative change to QUEUE_MAX_PENALTY>
+;
+; penaltychange => 30,+3 ; 30 seconds into the call increase the QUEUE_MAX_PENALTY by 3
+; penaltychange => 60,10 ; 60 seconds into the call increase the QUEUE_MAX_PENALTY to 10
+;
 ; Each member of this call queue is listed on a separate line in
 ; the form technology/dialstring.  "member" means a normal member of a
 ; queue.  An optional penalty may be specified after a comma, such that




More information about the asterisk-commits mailing list