aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 22:36:55 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 22:36:55 +0000
commitfed34a6362c74a4f65bae5fb89bcae3f58db5f27 (patch)
tree0a38a947c93f820dc5d0c20d4e69e8e3e0969839 /CHANGES
parent7c0bc4fa08d5e0b7a45e0e954003e23e900d6890 (diff)
Adding the queue strategy wrandom
(closes issue #10942, reported and patched by julianjm, documentation changes by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89070 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98770b31f..d8fb29156 100644
--- a/CHANGES
+++ b/CHANGES
@@ -166,6 +166,7 @@ Queue changes
queue log.
* Added ability for non-realtime queues to have realtime members
* Added the "linear" strategy to queues.
+ * Added the "wrandom" strategy to queues.
MeetMe Changes
--------------