]> 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 19:55:24 +0000 (19:55 +0000)
commite8d4f9bde72595910d66106661dae08c8c355a1a
tree68e7f9ef5e805ab7b2b1ee90f50aeba228eb0236
parentc430f53044705666071d41fa01005eba2a0c770f
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 744e8d39381c57ef4ae4c9472ded5f99e110e523)
apps/app_queue.c
configs/samples/queues.conf.sample