mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merge "app_queue: reset abandoned in sl for sl2 calculations"
This commit is contained in:
@@ -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