summaryrefslogtreecommitdiff
path: root/apps/app_voicemail2.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail2.c')
-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]);
}