aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoranthonyl <anthonyl@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:00:53 +0000
committeranthonyl <anthonyl@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:00:53 +0000
commitfb320ddf9e22fb4cd3101b04bde43a373a15daa5 (patch)
tree2d965adc5fd05a304edc5cb17a2624b831c04237 /apps
parentad9ace8b532b97ce424f8f297240663e1aba420e (diff)
small fix for issue 007926
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42715 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_record.c5
1 files changed, 0 insertions, 5 deletions
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;
}