]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:12 +0000 (18:32 +0000)
commit9eeee41fc59c08f31012071fb65b7b1278b91aff
tree01e4b1793f4b84bf7c6cc566fd99abfe246fc14e
parent73179928e64aa07ed89294a488168338956b619a
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>
(cherry picked from commit 130c3ab792190f8204820431f8f80b366fa36fdd)
apps/app_queue.c
configs/samples/queues.conf.sample