From 918cab0e08821df7917fe54c43fcddf1ffb8be3a Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Tue, 14 Feb 2006 20:21:38 +0000
Subject: [PATCH] Merged revisions 9961,9964,9990,10018 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_queue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/app_queue.c b/apps/app_queue.c
index f9f06f3b4f..76d0f2ce5a 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2169,7 +2169,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
 	if (!peer) {
 		if (to) {
 			/* Must gotten hung up */
-			record_abandoned(qe);
 			res = -1;
 		} else {
 			res = digit;
-- 
GitLab