]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
kaboom
authorBrian West <brian@freeswitch.org>
Sat, 17 Nov 2007 21:13:12 +0000 (21:13 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 17 Nov 2007 21:13:12 +0000 (21:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6319 d0543943-73ff-0310-b7d9-9358b9ac24b2

30 files changed:
conf/autoload_configs/alsa.conf.xml [moved from conf/alsa.conf.xml with 100% similarity]
conf/autoload_configs/cdr.conf.xml [moved from conf/cdr.conf.xml with 100% similarity]
conf/autoload_configs/conference.conf.xml [moved from conf/conference.conf.xml with 100% similarity]
conf/autoload_configs/console.conf.xml [moved from conf/console.conf.xml with 100% similarity]
conf/autoload_configs/dialplan_directory.conf.xml [moved from conf/dialplan_directory.conf.xml with 100% similarity]
conf/autoload_configs/dingaling.conf.xml [moved from conf/dingaling.conf.xml with 100% similarity]
conf/autoload_configs/enum.conf.xml [moved from conf/enum.conf.xml with 100% similarity]
conf/autoload_configs/event_multicast.conf.xml [moved from conf/event_multicast.conf.xml with 100% similarity]
conf/autoload_configs/event_socket.conf.xml [moved from conf/event_socket.conf.xml with 100% similarity]
conf/autoload_configs/iax.conf.xml [moved from conf/iax.conf.xml with 100% similarity]
conf/autoload_configs/ivr.conf.xml [moved from conf/ivr.conf.xml with 100% similarity]
conf/autoload_configs/java.conf.xml [moved from conf/java.conf.xml with 100% similarity]
conf/autoload_configs/limit.conf.xml [moved from conf/limit.conf.xml with 100% similarity]
conf/autoload_configs/local_stream.conf.xml [moved from conf/local_stream.conf.xml with 100% similarity]
conf/autoload_configs/modules.conf.xml [moved from conf/modules.conf.xml with 100% similarity]
conf/autoload_configs/openmrcp.conf.xml [moved from conf/openmrcp.conf.xml with 100% similarity]
conf/autoload_configs/portaudio.conf.xml [moved from conf/portaudio.conf.xml with 100% similarity]
conf/autoload_configs/rss.conf.xml [moved from conf/rss.conf.xml with 100% similarity]
conf/autoload_configs/sofia.conf.xml [moved from conf/sofia.conf.xml with 100% similarity]
conf/autoload_configs/spidermonkey.conf.xml [moved from conf/spidermonkey.conf.xml with 100% similarity]
conf/autoload_configs/switch.conf.xml [moved from conf/switch.conf.xml with 100% similarity]
conf/autoload_configs/syslog.conf.xml [moved from conf/syslog.conf.xml with 100% similarity]
conf/autoload_configs/voicemail.conf.xml [moved from conf/voicemail.conf.xml with 100% similarity]
conf/autoload_configs/wanpipe.conf.xml [moved from conf/wanpipe.conf.xml with 100% similarity]
conf/autoload_configs/woomera.conf.xml [moved from conf/woomera.conf.xml with 100% similarity]
conf/autoload_configs/xml_cdr.conf.xml [moved from conf/xml_cdr.conf.xml with 100% similarity]
conf/autoload_configs/xml_curl.conf.xml [moved from conf/xml_curl.conf.xml with 100% similarity]
conf/autoload_configs/xml_rpc.conf.xml [moved from conf/xml_rpc.conf.xml with 100% similarity]
conf/autoload_configs/zeroconf.conf.xml [moved from conf/zeroconf.conf.xml with 100% similarity]
conf/freeswitch.xml

index 3937fb033f57505b2292a0d7a4a2b669f468f583..07b44ac097e9c10ce859838707681f5f3e4ec51d 100644 (file)
   <X-PRE-PROCESS cmd="include" data="vars.xml"/>
 
   <section name="configuration" description="Various Configuration">
-    <!-- drop in configs -->
     <X-PRE-PROCESS cmd="include" data="autoload_configs/*.xml"/>
-
-    <X-PRE-PROCESS cmd="include" data="switch.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="modules.conf.xml"/>
-
-    <!-- Order doesn't matter, but for clarity these are in same order as modules.conf.xml. 
-         If they aren't loaded by modules.conf.xml, then they are ignored.
-    --> 
-    <!-- Loggers -->
-    <X-PRE-PROCESS cmd="include" data="console.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="syslog.conf.xml"/>
-
-    <!-- Multi-Faceted -->
-    <X-PRE-PROCESS cmd="include" data="enum.conf.xml"/>
-
-    <!-- XML Interfaces --> 
-    <X-PRE-PROCESS cmd="include" data="xml_rpc.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="xml_cdr.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="xml_curl.conf.xml"/>
-    <!-- none for mod_xml_cdr -->
-
-    <!-- Event Handlers -->
-    <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"/>
-
-    <!-- Directory Interfaces -->
-    <!-- none for mod_ldap; dialplan_directory.conf.xml has ldap connection info -->
-
-    <!-- Endpoints -->
-    <X-PRE-PROCESS cmd="include" data="dingaling.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="iax.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="portaudio.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="alsa.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="sofia.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="wanpipe.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="woomera.conf.xml"/>
-
-    <!-- Applications -->
-    <!-- none for mod_bridgecall, mod_commands, mod_echo, mod_park, mod_playback --> 
-    <X-PRE-PROCESS cmd="include" data="conference.conf.xml"/>
-    <!-- ivr.conf is used by mod_dptools -->
-    <X-PRE-PROCESS cmd="include" data="ivr.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="voicemail.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="limit.conf.xml"/>
-
-    <!-- Dialplan Interfaces -->
-    <X-PRE-PROCESS cmd="include" data="dialplan_directory.conf.xml"/>
-    <!-- mod_dialplan_xml is configured in the separate "dialplan" section. -->
-
-    <!-- Codec Interfaces -->
-    <!-- no configuration needed -->
-    <!-- File Format Interfaces -->
-    <!-- no configuration needed -->
-    <!-- Timers -->
-    <!-- no configuration needed -->
-
-    <!-- Languages -->
-    <X-PRE-PROCESS cmd="include" data="spidermonkey.conf.xml"/>
-    <!-- none for mod_perl -->
-    <X-PRE-PROCESS cmd="include" data="java.conf.xml"/>
-
-    <!-- ASR /TTS -->
-    <!-- none for mod_cepstral -->
-    <X-PRE-PROCESS cmd="include" data="rss.conf.xml"/>
-    <X-PRE-PROCESS cmd="include" data="openmrcp.conf.xml"/>
-
-    <!-- Say -->
-    <!-- none for mod_say_en -->
-    <X-PRE-PROCESS cmd="include" data="local_stream.conf.xml"/>
   </section>
   
   <section name="dialplan" description="Regex/XML Dialplan">