From 672fbc1f8116a12d4000aac9010d172b390a84ab Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 27 Apr 2007 22:08:54 +0000 Subject: 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 --- configs/queues.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs/queues.conf.sample') 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) ; -- cgit v1.2.3