[Freeswitch-trunk] [commit] r3600 - freeswitch/trunk/src/mod/applications/mod_dptools
Freeswitch SVN
mikej at freeswitch.org
Sun Dec 10 17:19:24 EST 2006
Author: mikej
Date: Sun Dec 10 17:19:22 2006
New Revision: 3600
Modified:
freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c
Log:
actually add the application. (thanks knhor)
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 Sun Dec 10 17:19:22 2006
@@ -403,7 +403,7 @@
/* 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 = {
More information about the Freeswitch-trunk
mailing list