]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
actually add the application. (thanks knhor)
authorMichael Jerris <mike@jerris.com>
Sun, 10 Dec 2006 22:19:22 +0000 (22:19 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 10 Dec 2006 22:19:22 +0000 (22:19 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3600 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index f9ee910ad9dfc41c5b09d007c8431dad4344a20f..c6607cbf76dd5adb1a1febc0cd2fbc0b64198f21 100644 (file)
@@ -403,7 +403,7 @@ static const switch_application_interface_t detect_speech_application_interface
        /* long_desc */ "Detect speech on a channel.",
        /* short_desc */ "Detect speech",
        /* syntax */ "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume",
-       /*.next */ NULL
+       /*.next */ &ivr_application_interface
 };
 
 static const switch_application_interface_t ringback_application_interface = {