aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:21:38 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:21:38 +0000
commit32acfae7541f424363fc79a4735c3d48cb1bef48 (patch)
treee7a16e7f6f6c5567138d6cf89a5e021734059e5b /apps
parenteed38bf1f8698fd184a94c875b350919be1e41af (diff)
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: http://svn.digium.com/svn/asterisk/trunk@10019 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index f9f06f3b4..76d0f2ce5 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;