mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
handle longer ENUM lookup results (issue #6476)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -66,7 +66,7 @@ static int function_enum(struct ast_channel *chan, char *cmd, char *data,
|
|||||||
);
|
);
|
||||||
int res = 0;
|
int res = 0;
|
||||||
char tech[80];
|
char tech[80];
|
||||||
char dest[80] = "";
|
char dest[256] = "";
|
||||||
struct localuser *u;
|
struct localuser *u;
|
||||||
char *s, *p;
|
char *s, *p;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user