[Freeswitch-svn] [commit] r6284 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Thu Nov 15 13:43:49 EST 2007


Author: brian
Date: Thu Nov 15 13:43:49 2007
New Revision: 6284

Added:
   freeswitch/trunk/conf/cdr.conf.xml
      - copied unchanged from r6281, /freeswitch/trunk/conf/mod_cdr.conf.xml
   freeswitch/trunk/conf/local_stream.conf.xml
      - copied unchanged from r6282, /freeswitch/trunk/conf/mod_local_stream.conf.xml
   freeswitch/trunk/conf/openmrcp.conf.xml
      - copied unchanged from r6281, /freeswitch/trunk/conf/mod_openmrcp.conf.xml
Removed:
   freeswitch/trunk/conf/mod_cdr.conf.xml
   freeswitch/trunk/conf/mod_local_stream.conf.xml
   freeswitch/trunk/conf/mod_openmrcp.conf.xml
Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
cleanup

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Thu Nov 15 13:43:49 2007
@@ -44,7 +44,7 @@
     <!-- none for mod_xml_cdr -->
 
     <!-- Event Handlers -->
-    <XX-PRE-PROCESS cmd="include" data="mod_cdr.conf.xml"/>
+    <XX-PRE-PROCESS cmd="include" data="cdr.conf.xml"/>
     <X-PRE-PROCESS cmd="include" data="event_multicast.conf.xml"/>
     <X-PRE-PROCESS cmd="include" data="event_socket.conf.xml"/>
     <X-PRE-PROCESS cmd="include" data="zeroconf.conf.xml"/>
@@ -88,11 +88,11 @@
     <!-- ASR /TTS -->
     <!-- none for mod_cepstral -->
     <X-PRE-PROCESS cmd="include" data="rss.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="mod_openmrcp.conf.xml"/>
+    <X-PRE-PROCESS cmd="include" data="openmrcp.conf.xml"/>
 
     <!-- Say -->
     <!-- none for mod_say_en -->
-    <X-PRE-PROCESS cmd="include" data="mod_local_stream.conf.xml"/>
+    <X-PRE-PROCESS cmd="include" data="local_stream.conf.xml"/>
   </section>
   
   <section name="dialplan" description="Regex/XML Dialplan">



More information about the Freeswitch-svn mailing list