more cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7388 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-27 05:45:28 +00:00
parent 207b6411b9
commit a1d894953f
4 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,7 @@
* *
* Anthony Minessale II <anthmct@yahoo.com> * Anthony Minessale II <anthmct@yahoo.com>
* *
* mod_soundtouch.c -- Example of writeable media bugs * mod_soundtouch.cpp -- Example of writeable media bugs
* *
*/ */

View File

@ -26,7 +26,7 @@
* Anthony Minessale II <anthmct@yahoo.com> * Anthony Minessale II <anthmct@yahoo.com>
* *
* *
* mod_lumenvox.c -- Lumenvox Interface * mod_lumenvox.cpp -- Lumenvox Interface
* *
* *
*/ */

View File

@ -26,6 +26,8 @@
* Traun Leyden <tleyden@branchcut.com> * Traun Leyden <tleyden@branchcut.com>
* Arsen Chaloyan <achaloyan@yahoo.com> * Arsen Chaloyan <achaloyan@yahoo.com>
* *
* mod_openmrcp.c -- OpenMRCP Interface
*
* Module which acts as an MRCP client to an MRCP speech recognition * Module which acts as an MRCP client to an MRCP speech recognition
* server. In other words it bridges freeswitch to an external speech * server. In other words it bridges freeswitch to an external speech
* recognition system. Documentation on how to install and configure * recognition system. Documentation on how to install and configure

View File

@ -26,7 +26,7 @@
* Anthony Minessale II <anthmct@yahoo.com> * Anthony Minessale II <anthmct@yahoo.com>
* *
* *
* mod_dialplan_demo.c -- Example Dialplan Module * mod_dialplan_directory.c -- Example Dialplan Module
* *
*/ */
#include <switch.h> #include <switch.h>