aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:20:15 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:20:15 +0000
commitda159a42b38e3808772b5110272b057792fcf1f9 (patch)
tree73dc4d33c71e82983dee940a7d9b103add0d971f /apps/app_queue.c
parent5829daa1259d1b4edfca8699f994895d22532355 (diff)
don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10018 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 56b8abf9f..c5aff80d0 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 <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;