From a1d894953f5d8def831aed1a08f5dddf278ea7af Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 27 Jan 2008 05:45:28 +0000 Subject: [PATCH] more cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7388 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_soundtouch/mod_soundtouch.cpp | 2 +- src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp | 2 +- src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c | 2 ++ .../dialplans/mod_dialplan_directory/mod_dialplan_directory.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp index c61e68d276..647349eafc 100644 --- a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp +++ b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp @@ -25,7 +25,7 @@ * * Anthony Minessale II * - * mod_soundtouch.c -- Example of writeable media bugs + * mod_soundtouch.cpp -- Example of writeable media bugs * */ diff --git a/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp b/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp index 936c3fea6e..6048bbf1d3 100644 --- a/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp +++ b/src/mod/asr_tts/mod_lumenvox/mod_lumenvox.cpp @@ -26,7 +26,7 @@ * Anthony Minessale II * * - * mod_lumenvox.c -- Lumenvox Interface + * mod_lumenvox.cpp -- Lumenvox Interface * * */ diff --git a/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c b/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c index 90f4e40068..97b1d8269e 100644 --- a/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c +++ b/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c @@ -26,6 +26,8 @@ * Traun Leyden * Arsen Chaloyan * + * 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 diff --git a/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c b/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c index a66cd91be9..09f4cbb25d 100644 --- a/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c +++ b/src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c @@ -26,7 +26,7 @@ * Anthony Minessale II * * - * mod_dialplan_demo.c -- Example Dialplan Module + * mod_dialplan_directory.c -- Example Dialplan Module * */ #include