[asterisk-bugs] [Asterisk 0019238]: [patch] prependfile in __ast_play_and_record
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 9 09:41:34 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19238
======================================================================
Reported By: byronclark
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19238
Category: Applications/General
Reproducibility: always
Severity: tweak
Priority: normal
Status: ready for review
Asterisk Version: 1.8.3.3
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-05-05 12:39 CDT
Last Modified: 2011-05-09 09:41 CDT
======================================================================
Summary: [patch] prependfile in __ast_play_and_record
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.
======================================================================
----------------------------------------------------------------------
(0134664) svnbot (reporter) - 2011-05-09 09:41
https://issues.asterisk.org/view.php?id=19238#c134664
----------------------------------------------------------------------
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 https://issues.asterisk.org/view.php?id=19238)
Reported by: byronclark
Patches:
increase_prepend_filename_length.patch uploaded by byronclark
(license 1200)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=318194
Issue History
Date Modified Username Field Change
======================================================================
2011-05-09 09:41 svnbot Checkin
2011-05-09 09:41 svnbot Note Added: 0134664
======================================================================
More information about the asterisk-bugs
mailing list