From fff9b4ecba8f8404a745e36c6cfb79acad020f7a Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 16 Aug 2003 17:40:39 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ apps/app_voicemail2.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 60da7c975a..8e50d011d3 100755 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index 8d984554d9..12a5ac9a9d 100755 --- a/apps/app_voicemail2.c +++ b/apps/app_voicemail2.c @@ -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]); }