Skip to content
Snippets Groups Projects
Commit 2b67a9e7 authored by Mark Spencer's avatar Mark Spencer
Browse files

Actually give some time after total silence

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1013 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 78391961
No related branches found
No related tags found
No related merge requests found
......@@ -718,7 +718,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor
if (!others[x])
break;
if (totalsilence)
ast_stream_rewind(others[x], totalsilence+200);
ast_stream_rewind(others[x], totalsilence-200);
else
ast_stream_rewind(others[x], 1000);
ast_truncstream(others[x]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment