From ef879455f58de028973f155108ec0f85846ccc95 Mon Sep 17 00:00:00 2001 From: Anthony LaMantia Date: Mon, 11 Sep 2006 16:00:53 +0000 Subject: small fix for issue 007926 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42715 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_record.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/app_record.c') diff --git a/apps/app_record.c b/apps/app_record.c index ababa2380..a51a8a508 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -329,11 +329,6 @@ static int record_exec(struct ast_channel *chan, void *data) } } else if ((f->frametype == AST_FRAME_DTMF) && (f->subclass == terminator)) { - res = ast_writestream(s,f); - - if (res) { - ast_log(LOG_WARNING,"Problem writing final record frame\n"); - } ast_frfree(f); break; } -- cgit v1.2.3