[Home]

Summary:ASTERISK-00252: [patch] error in agi record from functionality
Reporter:critch (critch)Labels:
Date Opened:2003-09-11 18:13:18Date Closed:2004-09-25 02:21:16
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) agi_patch.diff
Description:There was an error in the flags being passed in ast_writefile. When an offset was passed the O_APPEND flag was not being set and caused the file to be truncated at the begining of the file. Added a tertiary on sample_offset to include O_APPEND if sample_offset is other than 0.
Comments:By: Mark Spencer (markster) 2003-10-21 22:11:52

Fixed in CVS