]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
don't double-increment abandon counter for calls that are hung up while dialing membe...
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 14 Feb 2006 20:20:15 +0000 (20:20 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 14 Feb 2006 20:20:15 +0000 (20:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10018 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 56b8abf9f9cd9cabeeef70a1e7b70213ad2ead87..c5aff80d05313e149dfe1842649e1fb3b86f65dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 1999 - 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2006, Digium, Inc.
  *
  * Mark Spencer <markster@digium.com>
  *
@@ -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;