Skip to content
Snippets Groups Projects
Commit be6eea0c authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

handle longer ENUM lookup results (issue #6476)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 62a24acf
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ static int function_enum(struct ast_channel *chan, char *cmd, char *data,
);
int res = 0;
char tech[80];
char dest[80] = "";
char dest[256] = "";
struct localuser *u;
char *s, *p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment