dect
/
asterisk
Archived
13
0
Fork 0

spacing update

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41648 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
anthonyl 2006-08-31 21:12:26 +00:00
parent 08746f779d
commit 2ea46c1628
1 changed files with 2 additions and 1 deletions

View File

@ -303,7 +303,8 @@ 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) {
if (res) {
ast_log(LOG_WARNING,"Problem writing final record frame\n");
}
ast_frfree(f);