Increase the size of a buffer to support longer dial strings for channels.

(issue #9291, reported and fix suggested by meni)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@64756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-05-17 16:47:29 +00:00
parent 7a8ca54257
commit 78989c792f

View File

@@ -786,7 +786,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
int numcongestion = 0;
int numnochan = 0;
int cause;
char numsubst[AST_MAX_EXTENSION];
char numsubst[256];
char cidname[AST_MAX_EXTENSION];
int privdb_val = 0;
unsigned int calldurationlimit = 0;