aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 18:23:55 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 18:23:55 +0000
commit46489d816d86e4b3083b71b13cee69409802c448 (patch)
treea88c9424a071d7c1ba610aaffe9e2e248a2d37a4 /CHANGES
parentd9a503cf36d04bee53ea0b7acda5caa3a6424635 (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: http://svn.digium.com/svn/asterisk/trunk@47567 f38db490-d61c-443f-a65b-d21fe96a405b
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.