]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Add new global 'log_unpause_on_reason_change'
authorIgor Goncharovsky <igorg@iqtek.ru>
Tue, 2 Sep 2025 06:50:19 +0000 (12:50 +0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 20:18:53 +0000 (20:18 +0000)
commitbff8884629a5727d467d3ce6af7c6cd2005a6b95
treec829986eb73f8e6bf88444f4294c639a0929aa40
parentc6527945c70980f760da8d4519ef07ec569d18c4
app_queue.c: Add new global 'log_unpause_on_reason_change'

In many asterisk-based systems, the pause reason is used to separate
pauses by type,and logically, changing the reason defines two intervals
that should be accounted for separately. The introduction of a new
option allows me to separate the intervals of operator inactivity in
the log by the event of unpausing.

UserNote: Add new global option 'log_unpause_on_reason_change' that
is default disabled. When enabled cause addition of UNPAUSE event on
every re-PAUSE with reason changed.

(cherry picked from commit c982efaceba01c9c31773c7ce1d76cecc2f1d386)
apps/app_queue.c
configs/samples/queues.conf.sample