diff --git a/apps/app_queue.c b/apps/app_queue.c
index f9f06f3b4f5b5dc6fb776998358a4cd21b624834..76d0f2ce5a1f9e35d9d8040dbe96e965fa97c183 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;