[Asterisk-code-review] app queue: reset abandoned in sl for sl2 calculations (asterisk[master])
Sebastian Gutierrez
asteriskteam at digium.com
Tue Feb 7 11:20:30 CST 2017
Sebastian Gutierrez has uploaded a new change for review. ( https://gerrit.asterisk.org/4896 )
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/96/4896/1
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 344e9c1..95f4c0e 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2783,6 +2783,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/4896
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I86de4b1a699d6edc77fea9b70d839440e4088284
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Sebastian Gutierrez <scgm11 at gmail.com>
More information about the asterisk-code-review
mailing list