Merge "app_queue: reset abandoned in sl for sl2 calculations"

This commit is contained in:
zuul
2017-02-13 16:28:38 -06:00
committed by Gerrit Code Review

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