forked from Mirrors/freeswitch
0e76a69718
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5023 d0543943-73ff-0310-b7d9-9358b9ac24b2
76 lines
2.2 KiB
XML
76 lines
2.2 KiB
XML
<configuration name="modules.conf" description="Modules">
|
|
<modules>
|
|
<!-- Loggers (I'd load these first) -->
|
|
<load module="mod_console"/>
|
|
<!-- <load module="mod_syslog"/> -->
|
|
|
|
<!-- Multi-Faceted -->
|
|
<!-- mod_enum is a dialplan interface, an application interface and an api command interface -->
|
|
<load module="mod_enum"/>
|
|
|
|
<!-- XML Interfaces -->
|
|
<!-- <load module="mod_xml_rpc"/> -->
|
|
<!-- <load module="mod_xml_curl"/> -->
|
|
<!-- <load module="mod_xml_cdr"/> -->
|
|
|
|
<!-- Event Handlers -->
|
|
<!-- <load module="mod_cdr"/> -->
|
|
<!-- <load module="mod_event_multicast"/> -->
|
|
<!-- <load module="mod_event_socket"/> -->
|
|
<!-- <load module="mod_xmpp_event"/> -->
|
|
<!-- <load module="mod_zeroconf"/> -->
|
|
|
|
<!-- Directory Interfaces -->
|
|
<!-- <load module="mod_ldap"/> -->
|
|
|
|
<!-- Endpoints -->
|
|
<!-- <load module="mod_dingaling"/> -->
|
|
<!--<load module="mod_iax"/>-->
|
|
<load module="mod_portaudio"/>
|
|
<load module="mod_alsa"/>
|
|
<load module="mod_sofia"/>
|
|
<!-- <load module="mod_wanpipe"/> -->
|
|
<!-- <load module="mod_woomera"/> -->
|
|
|
|
<!-- Applications -->
|
|
<load module="mod_bridgecall"/>
|
|
<load module="mod_commands"/>
|
|
<load module="mod_conference"/>
|
|
<load module="mod_dptools"/>
|
|
<load module="mod_echo"/>
|
|
<!--<load module="mod_park"/>-->
|
|
<load module="mod_playback"/>
|
|
|
|
<!-- Dialplan Interfaces -->
|
|
<!-- <load module="mod_dialplan_directory"/> -->
|
|
<load module="mod_dialplan_xml"/>
|
|
|
|
<!-- Codec Interfaces -->
|
|
<load module="mod_g711"/>
|
|
<load module="mod_gsm"/>
|
|
<!-- <load module="mod_ilbc"/> -->
|
|
<load module="mod_l16"/>
|
|
<!-- <load module="mod_speex"/> -->
|
|
|
|
<!-- File Format Interfaces -->
|
|
<load module="mod_sndfile"/>
|
|
<load module="mod_native_file"/>
|
|
<!--For icecast/mp3 streams/files-->
|
|
<!--<load module="mod_shout"/>-->
|
|
|
|
<!-- Timers -->
|
|
<load module="mod_softtimer"/>
|
|
|
|
<!-- Languages -->
|
|
<!-- <load module="mod_spidermonkey"/> -->
|
|
<!-- <load module="mod_perl"/> -->
|
|
|
|
<!-- ASR /TTS -->
|
|
<!-- <load module="mod_cepstral"/> -->
|
|
<!-- <load module="mod_rss"/> -->
|
|
|
|
<!-- Say -->
|
|
<load module="mod_say_en"/>
|
|
</modules>
|
|
</configuration>
|