]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 17:40:38 +0000 (11:40 -0600)
commitd8bde990580eaa4143ab75f3693fccd5b8284f0c
tree707ae22655302063245871a67bf5f354f90fbfdb
parent5b5a512b33dd5c8de5fd3136740ea086d7182351
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 63868245c022434afef27d4a2ececb5aa039b7f1)
apps/app_queue.c
configs/samples/queues.conf.sample