From acf41ac2dfac3fd21b1cd18561642eb8073ae089 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 13 Nov 2003 05:37:32 +0000 Subject: [PATCH] Stop stream git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1738 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 0b45b0133f..f8c5359f3f 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -894,6 +894,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor d = ast_waitstream(chan,""); if (d < 0) return -1; + ast_stopstream(chan); } fmts = ast_strdupa(fmt);