[Freeswitch-svn] [commit] r5552 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
mikej at freeswitch.org
Thu Aug 2 23:44:27 EDT 2007
Author: mikej
Date: Thu Aug 2 23:44:27 2007
New Revision: 5552
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
fix for FSCORE-41
Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c Thu Aug 2 23:44:27 2007
@@ -264,7 +264,7 @@
#define TONE_DETECT_SYNTAX "<uuid> <key> <tone_spec> [<flags> <timeout> <app> <args>]"
SWITCH_STANDARD_API(tone_detect_session_function)
{
- char *argv[6] = { 0 };
+ char *argv[7] = { 0 };
int argc;
char *mydata = NULL;
time_t to = 0;
More information about the Freeswitch-svn
mailing list