[Freeswitch-svn] [commit] r4208 - in freeswitch/trunk/src: include mod/applications/mod_dptools

Freeswitch SVN anthm at freeswitch.org
Mon Feb 12 15:03:30 EST 2007


Author: anthm
Date: Mon Feb 12 15:03:29 2007
New Revision: 4208

Modified:
   freeswitch/trunk/src/include/switch_types.h
   freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c

Log:
tweaks

Modified: freeswitch/trunk/src/include/switch_types.h
==============================================================================
--- freeswitch/trunk/src/include/switch_types.h	(original)
+++ freeswitch/trunk/src/include/switch_types.h	Mon Feb 12 15:03:29 2007
@@ -35,7 +35,7 @@
 #define SWITCH_TYPES_H
 
 #include <switch.h>
-
+#include <ctype.h>
 SWITCH_BEGIN_EXTERN_C
 
 #ifdef WIN32

Modified: freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c	Mon Feb 12 15:03:29 2007
@@ -610,7 +610,7 @@
 	/* long_desc */ "Pre-Answer the call for a channel.",
 	/* short_desc */ "Pre-Answer the call",
 	/* syntax */ "",
-	/*.next */ &hangup_application_interface
+	/*.next */ &answer_application_interface
 
 };
 



More information about the Freeswitch-svn mailing list