mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
handle longer ENUM lookup results (issue #6476)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,7 +55,7 @@ static char *function_enum(struct ast_channel *chan, char *cmd, char *data, char
|
|||||||
{
|
{
|
||||||
int res=0;
|
int res=0;
|
||||||
char tech[80];
|
char tech[80];
|
||||||
char dest[80] = "";
|
char dest[256] = "";
|
||||||
char *zone;
|
char *zone;
|
||||||
char *options;
|
char *options;
|
||||||
struct localuser *u;
|
struct localuser *u;
|
||||||
|
Reference in New Issue
Block a user