Shave off a smaller amount of time (bug #79)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-08-16 17:40:39 +00:00
parent e5f7fd404e
commit fff9b4ecba
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
-- H.323 build improvements
-- Agent Callback-login support
-- RFC2833 Improvements
-- Add thread debugging
-- Add optional pedantic SIP checking for Pingtel
-- Allow extension names, include context, switch to use global vars.

View File

@ -927,7 +927,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor
if (totalsilence)
ast_stream_rewind(others[x], totalsilence-200);
else
ast_stream_rewind(others[x], 1000);
ast_stream_rewind(others[x], 200);
ast_truncstream(others[x]);
ast_closestream(others[x]);
}