aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 22:08:54 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-27 22:08:54 +0000
commit8464c2591f27033608968369fd5033b562c433e5 (patch)
tree92d8584a25c650eb106c548fcd9f576887a37cd9 /configs/queues.conf.sample
parent7ad558746266b0a5a98f3d1ccbe56bfa7ebeeaa3 (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: http://svn.digium.com/svn/asterisk/trunk@62242 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-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)
;