aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-16 17:40:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-16 17:40:39 +0000
commitd8ae0621c1d53af85566638dd69033f024c5eb53 (patch)
tree2b27233c13232b336b0fa5623e37fa0d7563af70
parent2a6e56017154bbf1ca5c5fb3a43d92174daf9c30 (diff)
Shave off a smaller amount of time (bug #79)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1356 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xCHANGES3
-rwxr-xr-xapps/app_voicemail2.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 60da7c975..8e50d011d 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 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]);
}