[Freeswitch-svn] [commit] r7388 - in freeswitch/trunk/src/mod: applications/mod_soundtouch asr_tts/mod_lumenvox asr_tts/mod_openmrcp dialplans/mod_dialplan_directory
Freeswitch SVN
brian at freeswitch.org
Sun Jan 27 00:45:28 EST 2008
Author: brian
Date: Sun Jan 27 00:45:28 2008
New Revision: 7388
Modified:
freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp
freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c
freeswitch/trunk/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c
Log:
more cleanup
Modified: freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp (original)
+++ freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp Sun Jan 27 00:45:28 2008
@@ -25,7 +25,7 @@
*
* Anthony Minessale II <anthmct at yahoo.com>
*
- * mod_soundtouch.c -- Example of writeable media bugs
+ * mod_soundtouch.cpp -- Example of writeable media bugs
*
*/
Modified: freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp Sun Jan 27 00:45:28 2008
@@ -26,7 +26,7 @@
* Anthony Minessale II <anthmct at yahoo.com>
*
*
- * mod_lumenvox.c -- Lumenvox Interface
+ * mod_lumenvox.cpp -- Lumenvox Interface
*
*
*/
Modified: freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c Sun Jan 27 00:45:28 2008
@@ -26,6 +26,8 @@
* Traun Leyden <tleyden at branchcut.com>
* Arsen Chaloyan <achaloyan at yahoo.com>
*
+ * mod_openmrcp.c -- OpenMRCP Interface
+ *
* Module which acts as an MRCP client to an MRCP speech recognition
* server. In other words it bridges freeswitch to an external speech
* recognition system. Documentation on how to install and configure
Modified: freeswitch/trunk/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c
==============================================================================
--- freeswitch/trunk/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c (original)
+++ freeswitch/trunk/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c Sun Jan 27 00:45:28 2008
@@ -26,7 +26,7 @@
* Anthony Minessale II <anthmct at yahoo.com>
*
*
- * mod_dialplan_demo.c -- Example Dialplan Module
+ * mod_dialplan_directory.c -- Example Dialplan Module
*
*/
#include <switch.h>
More information about the Freeswitch-svn
mailing list