From 53e8e35d79c11f67337f6306358fb3b2bb8a6918 Mon Sep 17 00:00:00 2001
From: BJ Weschke <bweschke@btwtech.com>
Date: Thu, 4 May 2006 21:02:26 +0000
Subject: [PATCH]  Another adjustment for #6991 (casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 app.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app.c b/app.c
index d8069c3813..c70d33c06b 100644
--- a/app.c
+++ b/app.c
@@ -781,8 +781,7 @@ static int __ast_play_and_record(struct ast_channel *chan, const char *playfile,
 	if (rfmt && ast_set_read_format(chan, rfmt)) {
 		ast_log(LOG_WARNING, "Unable to restore format %s to channel '%s'\n", ast_getformatname(rfmt), chan->name);
 	}
-	if (outmsg > 1) {
-		/* Let them know it worked */
+	if (outmsg == 2) {
 		ast_stream_and_wait(chan, "auth-thankyou", chan->language, "");
 	}	
 	if (sildet)
-- 
GitLab