]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: periodic announcement configurable start time.
authorJaco Kroon <jaco@uls.co.za>
Tue, 21 Feb 2023 12:24:36 +0000 (14:24 +0200)
committerJaco Kroon <jaco@uls.co.za>
Thu, 7 Sep 2023 11:28:25 +0000 (11:28 +0000)
commit60b529ea009ece0f115b7b04370441e6c36152da
tree3402048718ae2d809cf42c2cc681af0f64e04de2
parent039bbddd4f0d362ecf6d35921e5d4171d0ee1ae8
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.

UserNote: Introduce a new queue configuration option called
'periodic-announce-startdelay' which will vary the normal (historic)
behavior of starting the periodic announcement cycle at
periodic-announce-frequency seconds after entering the queue to start
the periodic announcement cycle at period-announce-startdelay seconds
after joining the queue.  The default behavior if this config option is
not set remains unchanged.

Signed-off-by: Jaco Kroon <jaco@uls.co.za>
apps/app_queue.c
configs/samples/queues.conf.sample