[asterisk-bugs] [Asterisk 0014406]: [patch] Voicemail message recording file is shorter than duration reported in msg????.txt

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 2 17:09:02 CST 2009


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14406 
====================================================================== 
Reported By:                sasargen
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   14406
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Target Version:             1.4.24
Asterisk Version:           1.4.23 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-02-04 13:24 CST
Last Modified:              2009-03-02 17:09 CST
====================================================================== 
Summary:                    [patch] Voicemail message recording file is shorter
than duration reported in msg????.txt
Description: 
Voicemail says message duration is maxsilence seconds longer than the
actual voicemail recording length.

Error is occuring when maxsilence is exceeded. Silence is trimmed from the
end of the recording file, but the duration reported for the message is not
updated to match the recording saved.
====================================================================== 

---------------------------------------------------------------------- 
 (0101041) svnbot (reporter) - 2009-03-02 17:09
 http://bugs.digium.com/view.php?id=14406#c101041 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 179468

U   branches/1.4/main/app.c

------------------------------------------------------------------------
r179468 | tilghman | 2009-03-02 17:09:01 -0600 (Mon, 02 Mar 2009) | 10
lines

When ending a recording with silence detection, remember to reduce the
duration.
The end of the recording is correspondingly trimmed, but the duration was
not
trimmed by the number of seconds trimmed, so the saved duration was
necessarily
longer than the actual soundfile duration.
(closes issue http://bugs.digium.com/view.php?id=14406)
 Reported by: sasargen
 Patches: 
       20090226__bug14406.diff.txt uploaded by tilghman (license 14)
 Tested by: sasargen

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=179468 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-02 17:09 svnbot         Note Added: 0101041                          
2009-03-02 17:09 svnbot         Status                   ready for testing =>
assigned
2009-03-02 17:09 svnbot         Status                   assigned => resolved
2009-03-02 17:09 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list