From: Michael Jerris Date: Sun, 10 Dec 2006 22:19:22 +0000 (+0000) Subject: actually add the application. (thanks knhor) X-Git-Tag: v1.0-beta1~1602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea20e92e593d2ddd36e8f023659f9e31b44b4342;p=thirdparty%2Ffreeswitch.git actually add the application. (thanks knhor) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3600 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index f9ee910ad9..c6607cbf76 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -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 */ " [] OR grammar [] OR pause OR resume", - /*.next */ NULL + /*.next */ &ivr_application_interface }; static const switch_application_interface_t ringback_application_interface = {