]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweaks
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Feb 2007 20:03:29 +0000 (20:03 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Feb 2007 20:03:29 +0000 (20:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4208 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_types.h
src/mod/applications/mod_dptools/mod_dptools.c

index 5d65ffd9980e548428c51b3a57b58be2a71082c6..adb5556dd1d78f8e3bfe43ddafb57ab0e2947841 100644 (file)
@@ -35,7 +35,7 @@
 #define SWITCH_TYPES_H
 
 #include <switch.h>
-
+#include <ctype.h>
 SWITCH_BEGIN_EXTERN_C
 
 #ifdef WIN32
index 64fd08349efbc00da07926aaf3990626be5462d1..47d0cecfb3d0080642bb5d86fc3aecd9e7e399cf 100644 (file)
@@ -610,7 +610,7 @@ static const switch_application_interface_t pre_answer_application_interface = {
        /* long_desc */ "Pre-Answer the call for a channel.",
        /* short_desc */ "Pre-Answer the call",
        /* syntax */ "",
-       /*.next */ &hangup_application_interface
+       /*.next */ &answer_application_interface
 
 };