mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
app_queue: periodic announcement configurable start time.
This newly introduced periodic-announce-startdelay makes it possible to configure the initial start delay of the first periodic announcement after which periodic-announce-frequency takes over. ASTERISK-30437 #close Change-Id: Ia79984b6377ef78f167ad9ea2ac084bec29955d0 Signed-off-by: Jaco Kroon <jaco@uls.co.za>
This commit is contained in:
committed by
Friendly Automation
parent
bbec5d1a99
commit
3fd0b65bae
@@ -291,6 +291,13 @@ monitor-type = MixMonitor
|
||||
;
|
||||
;periodic-announce-frequency=60
|
||||
;
|
||||
; If given indicates the number of seconds after entering the queue the first
|
||||
; periodic announcement should be played. The default (and historic) behavior
|
||||
; is to play the first periodic announcement at periodic-announce-frequency
|
||||
; seconds after entering the queue.
|
||||
;
|
||||
;periodic-announce-startdelay=10
|
||||
;
|
||||
; Should the periodic announcements be played in a random order? Default is no.
|
||||
;
|
||||
;random-periodic-announce=no
|
||||
|
Reference in New Issue
Block a user