[Asterisk-code-review] app queue: reset abandoned in sl for sl2 calculations (asterisk[14])
Sebastian Gutierrez
asteriskteam at digium.com
Tue Feb 7 11:20:22 CST 2017
Sebastian Gutierrez has uploaded a new change for review. ( https://gerrit.asterisk.org/4895 )
Change subject: app_queue: reset abandoned in sl for sl2 calculations
......................................................................
app_queue: reset abandoned in sl for sl2 calculations
Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
---
M apps/app_queue.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/95/4895/1
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 6c3cc87..f60d831 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2764,6 +2764,7 @@
q->callscompleted = 0;
q->callsabandoned = 0;
q->callscompletedinsl = 0;
+ q->callsabandonedinsl = 0;
q->talktime = 0;
if (q->members) {
--
To view, visit https://gerrit.asterisk.org/4895
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Sebastian Gutierrez <scgm11 at gmail.com>
More information about the asterisk-code-review
mailing list