]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-253
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Apr 2009 12:48:42 +0000 (12:48 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Apr 2009 12:48:42 +0000 (12:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12957 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index ab0e01e8f6aa30186198f11f2e08993a2d8017c8..e52d9b0e779b8a8c67ad19499fa79cf15f391bb9 100644 (file)
@@ -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;