summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index c9dd3973e..e02eddabe 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -286,7 +286,7 @@ struct dundi_mapping {
int options;
int tech;
int dead;
- char dest[AST_MAX_EXTENSION];
+ char dest[512];
AST_LIST_ENTRY(dundi_mapping) list;
};