app_queue: reset abandoned in sl for sl2 calculations

ASTERISK-26775 #close

Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
changes/96/4896/2
Sebastian Gutierrez 10 years ago 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) {

Loading…
Cancel
Save