From fe98390fe0d36806d1f07d5104b6a9175a8068e5 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 13 Nov 2003 05:46:01 +0000 Subject: [PATCH] Retain beep git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1740 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 7ff26243b4..6a5715ffaf 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -889,7 +889,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor if (playfile) { d = play_and_wait(chan, playfile); - if (!d) + if (d > -1) d = ast_streamfile(chan, "beep",chan->language); if (!d) d = ast_waitstream(chan,"");