summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index b2160791a..89f0856dd 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1184,7 +1184,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
int to; /* timeout */
struct cause_args num = { chan, 0, 0, 0 };
int cause;
- char numsubst[AST_MAX_EXTENSION];
+ char numsubst[256];
char cidname[AST_MAX_EXTENSION];
struct ast_bridge_config config;