summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-10-06 15:29:56 +0000
committerMark Michelson <mmichelson@digium.com>2008-10-06 15:29:56 +0000
commitb8aed684f5f338cf124840376a934b6fed828870 (patch)
tree2b66ca6cb623d70b12da9692c60713a3ff85a29f /CHANGES
parent690f97870c0a29c3c8e0706b53cf088d8652d71a (diff)
This commit introduces a change to how the "joinempty"
and "leavewhenempty" options are configured in queues.conf. Instead of using vague terms like "yes," "no," "loose," and "strict," we now accept a comma-separated list of values to determine when to consider a member available. Extended details can be found in the queues.conf.sample file. Note also that the above four referenced values are still accepted for backwards-compatibility, but are mapped internally to the new method of representing the option. AST-105 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ea51775a..bf92583ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -607,6 +607,10 @@ Queue changes
when a realtime queue member is removed. Since there is no calling channel associated
with these events, the string "REALTIME" is placed where the channel's unique id
is typically placed.
+ * The configuration method for the "joinempty" and "leavewhenempty" options has
+ changed to a comma-separated list of methods of determining member availability
+ instead of vague terms such as "yes," "loose," "no," and "strict." These old four
+ values are still accepted for backwards-compatibility, though.
MeetMe Changes
--------------