app_queue: reset abandoned in sl for sl2 calculations

ASTERISK-26775 #close

Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
This commit is contained in:
Sebastian Gutierrez 2017-02-07 14:13:09 -03:00 committed by Kevin Harwell
parent b47cf1a7d6
commit 9f394d074a
1 changed files with 1 additions and 0 deletions

View File

@ -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) {