From aabff54c4bfb687714df72119a0241af6a14edf4 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Mon, 9 Nov 2009 16:28:31 +0000 Subject: Add the 'relative-periodic-announce' option to app_queue to allow for calculating the time of announcments from the end of the previous announcment rather than from the beginning. (closes issue #15260) Reported by: tonils git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228947 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 6752bbffd..56ebeed41 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -254,6 +254,12 @@ shared_lastcall=no ; ;random-periodic-announce=no ; +; If set to yes, the periodic announcment frequency will be timed from the end +; of each announcment rather than from the start of each announcment. This +; defaults to off. +; +;relative-periodic-announce=yes +; ; Should we include estimated hold time in position announcements? ; Either yes, no, or only once. ; Hold time will be announced as the estimated time. -- cgit v1.2.3