From: Kevin P. Fleming Date: Tue, 14 Feb 2006 20:20:15 +0000 (+0000) Subject: don't double-increment abandon counter for calls that are hung up while dialing membe... X-Git-Tag: 1.2.7.1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce008d40a1ce90f7dc315e40c766ba98a2838b13;p=thirdparty%2Fasterisk.git 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/branches/1.2@10018 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 56b8abf9f9..c5aff80d05 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2006, Digium, Inc. * * Mark Spencer * @@ -2141,7 +2141,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce if (!peer) { if (to) { /* Musta gotten hung up */ - record_abandoned(qe); res = -1; } else { res = digit;