]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Fix leave-empty not recording a call as abandoned
authorKfir Itzhak <mastertheknife@gmail.com>
Wed, 26 Aug 2020 09:58:21 +0000 (12:58 +0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 1 Sep 2020 15:13:20 +0000 (10:13 -0500)
commitcd53d8917bc9431c195b05cb47f3f4bc4651c354
tree5a1a19f60c35fb695f2dfdf20a919a1d3aefa237
parent2c09b2344439e0125985a74ea6b6b994eda89c2e
app_queue: Fix leave-empty not recording a call as abandoned

This fixes a bug introduced mistakenly in ASTERISK-25665:
If leave-empty is enabled, a call may sometimes be removed from
a queue without recording it as abandoned.
This causes Asterisk to not generate an abandon event for that
call, and for the queue abandoned counter to be incorrect.

ASTERISK-29043 #close

Change-Id: I1a71b81df78adff59af587f1d8483cf57df430c7
apps/app_queue.c