From: Sebastian Gutierrez Date: Tue, 7 Feb 2017 17:13:09 +0000 (-0300) Subject: app_queue: reset abandoned in sl for sl2 calculations X-Git-Tag: 15.0.0-beta1~367^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F4896%2F2;p=thirdparty%2Fasterisk.git app_queue: reset abandoned in sl for sl2 calculations ASTERISK-26775 #close Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 344e9c1a5b..95f4c0eedf 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -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) {