summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-04-27 22:08:54 +0000
committerRussell Bryant <russell@russellbryant.com>2007-04-27 22:08:54 +0000
commit672fbc1f8116a12d4000aac9010d172b390a84ab (patch)
tree92d8584a25c650eb106c548fcd9f576887a37cd9 /configs
parentc2468b4c32f69fe117df94840e0211cfc454ec2e (diff)
Add a min-announce-frequency option to queues.conf which allows you to control the
minimum amount of time between queue announcements for use when the caller's queue position changes frequently. (issue #9604, patch by Matthew Roth) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62242 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index a1238e55f..474630852 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -167,9 +167,18 @@ monitor-type = MixMonitor
; How often to announce queue position and/or estimated
; holdtime to caller (0=off)
+; Note that this value is ignored if the caller's queue
+; position has changed (see min-announce-frequency)
;
;announce-frequency = 90
;
+; The absolute minimum time between the start of each
+; queue position and/or estimated holdtime announcement
+; This is useful for avoiding constant announcements
+; when the caller's queue position is changing frequently
+; (see announce-frequency)
+;
+;min-announce-frequency = 15
;
; How often to make any periodic announcement (see periodic-announce)
;