mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
app_queue: reset abandoned in sl for sl2 calculations
ASTERISK-26775 #close Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
This commit is contained in:
committed by
Kevin Harwell
parent
b47cf1a7d6
commit
9f394d074a
@@ -2783,6 +2783,7 @@ static void clear_queue(struct call_queue *q)
|
||||
q->callscompleted = 0;
|
||||
q->callsabandoned = 0;
|
||||
q->callscompletedinsl = 0;
|
||||
q->callsabandonedinsl = 0;
|
||||
q->talktime = 0;
|
||||
|
||||
if (q->members) {
|
||||
|
Reference in New Issue
Block a user