[Freeswitch-branches] [commit] r3591 - freeswitch/branches/knhor/trunk/src/mod/applications/mod_dptools

Freeswitch SVN knhor at freeswitch.org
Fri Dec 8 23:54:25 EST 2006


Author: knhor
Date: Fri Dec  8 23:54:24 2006
New Revision: 3591

Modified:
   freeswitch/branches/knhor/trunk/src/mod/applications/mod_dptools/mod_dptools.c

Log:
add ivr application to the application_interface chain

Modified: freeswitch/branches/knhor/trunk/src/mod/applications/mod_dptools/mod_dptools.c
==============================================================================
--- freeswitch/branches/knhor/trunk/src/mod/applications/mod_dptools/mod_dptools.c	(original)
+++ freeswitch/branches/knhor/trunk/src/mod/applications/mod_dptools/mod_dptools.c	Fri Dec  8 23:54:24 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-branches mailing list