summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-11-13 18:23:55 +0000
committerJoshua Colp <jcolp@digium.com>2006-11-13 18:23:55 +0000
commit64d5316a537b710b689c8d7d62b86e912ceee3fd (patch)
treea88c9424a071d7c1ba610aaffe9e2e248a2d37a4 /CHANGES
parent2bdd7b77901a83f59889a2557e5fd942e84c438d (diff)
Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 586555f08..26ece87c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,3 +59,5 @@ Changes since Asterisk 1.4-beta was branched:
setqueueentryvar options for each queue, see queues.conf.sample for details.
* Brazilian Portuguese (pt-BR) in VM, and say.c was added via patch from cfassoni.
* CID matching information is now shown when doing 'dialplan show'.
+ * app_queue now has a 'loose' option which is almost exactly like 'strict' except it
+ does not count paused queue members as unavailable.