summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-16 17:40:39 +0000
committerMark Spencer <markster@digium.com>2003-08-16 17:40:39 +0000
commitfff9b4ecba8f8404a745e36c6cfb79acad020f7a (patch)
tree2b27233c13232b336b0fa5623e37fa0d7563af70 /apps
parente5f7fd404ea68a593432f843cb503e44e6d17752 (diff)
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
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_voicemail2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c
index 8d984554d..12a5ac9a9 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]);
}