Increase prepend filename length.

(closes issue #19238)
Reported by: byronclark
Patches: 
      increase_prepend_filename_length.patch uploaded by byronclark (license 1200)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318194 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Leif Madsen
2011-05-09 14:41:33 +00:00
parent ff4c7d46c0
commit f2df0ed9f1

View File

@@ -744,7 +744,7 @@ static int __ast_play_and_record(struct ast_channel *chan, const char *playfile,
int olddspsilence = 0;
struct ast_format rfmt;
struct ast_silence_generator *silgen = NULL;
char prependfile[80];
char prependfile[PATH_MAX];
ast_format_clear(&rfmt);
if (silencethreshold < 0) {