dect
/
asterisk
Archived
13
0
Fork 0

Increase prepend filename length.

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@318194 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
lmadsen 2011-05-09 14:41:33 +00:00
parent 1f4eb021e4
commit 81a0d746fe
1 changed files with 1 additions and 1 deletions

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) {