summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-05-04 22:46:42 +0000
committerMark Michelson <mmichelson@digium.com>2010-05-04 22:46:42 +0000
commitfc652b869af90329d6c1441c4fdf9f9584d3fc7e (patch)
tree6493bcb66ed916ed981293e3719bf5d3ef424c54 /CHANGES
parent159f0d4b243ed0513e3ec2302a750bf15ecd47e0 (diff)
Add new possible value to autopause option to allow members to be autopaused in all queues.
See the CHANGES file and queues.conf.sample for more details. (closes issue #17008) Reported by: jlpedrosa Patches: queues.autopause_en_review.diff uploaded by jlpedrosa (license 1002) Review: https://reviewboard.asterisk.org/r/581/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261051 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 d1bc024c2..720d2c098 100644
--- a/CHANGES
+++ b/CHANGES
@@ -235,6 +235,10 @@ Queue changes
* A 'relative-peroidic-announce' option has been added to queues.conf. When
enabled, this option will cause periodic announce times to be calculated
from the end of announcements rather than from the beginning.
+ * The autopause option in queues.conf can be passed a new value, "all." The
+ result is that if a member becomes auto-paused, he will be paused in all
+ queues for which he is a member, not just the queue that failed to reach
+ the member.
mISDN channel driver (chan_misdn) changes
----------------------------------------