From: Kevin P. Fleming Date: Tue, 14 Feb 2006 20:21:38 +0000 (+0000) Subject: Merged revisions 9961,9964,9990,10018 via svnmerge from X-Git-Tag: 1.4.0-beta1~2623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918cab0e08821df7917fe54c43fcddf1ffb8be3a;p=thirdparty%2Fasterisk.git 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 --- 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;