aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 21:05:23 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 21:05:23 +0000
commit0c6de9924da5838b0e06ac72b52a043c8adefcda (patch)
treee86ee0646dda7e9f37665874a54cf6b25d650c06 /apps/app_queue.c
parentae3b6202de1dcac251f5d7b84d6a917763efbb9e (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@10044 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;