]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more cleanup
authorBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 05:45:28 +0000 (05:45 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 05:45:28 +0000 (05:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7388 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp
src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c
src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c

index c61e68d276e422325f19df144e9a0625c31f2299..647349eafc9550a176b21b300f31f839bb9e384b 100644 (file)
@@ -25,7 +25,7 @@
  * 
  * Anthony Minessale II <anthmct@yahoo.com>
  *
- * mod_soundtouch.c -- Example of writeable media bugs
+ * mod_soundtouch.cpp -- Example of writeable media bugs
  *
  */
 
index 936c3fea6eea1e1f5172340d43920227dd1cac82..6048bbf1d3bfcb9d6e6afc3661c072f96e7a42c0 100644 (file)
@@ -26,7 +26,7 @@
  * Anthony Minessale II <anthmct@yahoo.com>
  *
  *
- * mod_lumenvox.c -- Lumenvox Interface
+ * mod_lumenvox.cpp -- Lumenvox Interface
  * 
  *
  */
index 90f4e40068031f850d11a7c0c5e729f659c2ec2a..97b1d8269eda6fa6fd850642dfed3ee38e5e5ee2 100644 (file)
@@ -26,6 +26,8 @@
  * Traun Leyden <tleyden@branchcut.com>
  * Arsen Chaloyan <achaloyan@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
index a66cd91be970d4b130c53e9c2a3827bab7c58066..09f4cbb25dc0ecc1d34e602b726d07064b484b0f 100644 (file)
@@ -26,7 +26,7 @@
  * Anthony Minessale II <anthmct@yahoo.com>
  *
  *
- * mod_dialplan_demo.c -- Example Dialplan Module
+ * mod_dialplan_directory.c -- Example Dialplan Module
  *
  */
 #include <switch.h>