From 946e0c4f7a874ccc18fbbec32a2a71b4023e6a89 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 9 Apr 2009 12:48:42 +0000 Subject: [PATCH] MODAPP-253 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12957 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_dptools/mod_dptools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index ab0e01e8f6..e52d9b0e77 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -40,7 +40,7 @@ SWITCH_MODULE_DEFINITION(mod_dptools, mod_dptools_load, NULL, NULL); SWITCH_STANDARD_DIALPLAN(inline_dialplan_hunt) { switch_caller_extension_t *extension = NULL; - char *argv[4] = { 0 }; + char *argv[128] = { 0 }; int argc; switch_channel_t *channel = switch_core_session_get_channel(session); int x = 0;