[Home]

Summary:ASTERISK-17805: [patch] prependfile in __ast_play_and_record
Reporter:Byron Clark (byronclark)Labels:
Date Opened:2011-05-05 12:39:57Date Closed:2011-05-09 09:41:35
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) increase_prepend_filename_length.patch
Description:Some of the filenames generated on our system are close to 80 characters long when passed __ast_play_and_record and overflow the available space when a prepend file is requested. The prepend file records, but it isn't found at playback time because it ends in something like "-prep" instead of "-prepend".  The attached trivial patch (against svn trunk) increases the allowed length of the prepend filename.
Comments:By: Digium Subversion (svnbot) 2011-05-09 09:41:34

Repository: asterisk
Revision: 318194

U   trunk/main/app.c

------------------------------------------------------------------------
r318194 | lmadsen | 2011-05-09 09:41:33 -0500 (Mon, 09 May 2011) | 6 lines

Increase prepend filename length.

(closes issue ASTERISK-17805)
Reported by: byronclark
Patches:
     increase_prepend_filename_length.patch uploaded by byronclark (license 1200)
------------------------------------------------------------------------

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