[Home]

Summary:ASTERISK-01203: [PATCH] incorrect endpos when silence detection used during record
Reporter:critch (critch)Labels:
Date Opened:2004-03-12 12:22:02.000-0600Date Closed:2004-09-25 02:18:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_agi.diff
Description:Jason Boyd reported this problem on March 1st. I submitted a patch that day to the mailing list. Finally submitting it here to get included into the code base.

When silence detection is used and triggers the end of a recording, the file is truncated by the length of silence but the ending position of the file is not updated. Simple fix is to call ast_tellstream after the rewind takes place.
Comments:By: James Golovich (jamesgolovich) 2004-03-12 13:56:56.000-0600

Commited to CVS.  Thanks!