water down default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@794 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
781107bcc6
commit
ff4c3c1a42
|
@ -48,6 +48,14 @@ load => mod_sndfile
|
||||||
; Timers
|
; Timers
|
||||||
load => mod_softtimer
|
load => mod_softtimer
|
||||||
|
|
||||||
|
; Languages
|
||||||
|
;load => mod_spidermonkey
|
||||||
|
;load => mod_perl
|
||||||
|
|
||||||
|
; ASR /TTS
|
||||||
|
;load => asr_tts/mod_cepstral
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;---- IAX PROTOCOL
|
;---- IAX PROTOCOL
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,25 +1,28 @@
|
||||||
applications/mod_bridgecall
|
applications/mod_bridgecall
|
||||||
applications/mod_playback
|
applications/mod_playback
|
||||||
applications/mod_ivrtest
|
#applications/mod_ivrtest
|
||||||
#applications/mod_skel
|
#applications/mod_skel
|
||||||
codecs/mod_gsm
|
codecs/mod_gsm
|
||||||
codecs/mod_g711
|
codecs/mod_g711
|
||||||
codecs/mod_l16
|
codecs/mod_l16
|
||||||
codecs/mod_speex
|
#codecs/mod_speex
|
||||||
dialplans/mod_dialplan_demo
|
dialplans/mod_dialplan_demo
|
||||||
endpoints/mod_exosip
|
endpoints/mod_exosip
|
||||||
endpoints/mod_iax
|
endpoints/mod_iax
|
||||||
#endpoints/mod_opal
|
#endpoints/mod_opal
|
||||||
#endpoints/mod_portaudio
|
#endpoints/mod_portaudio
|
||||||
#endpoints/mod_wanpipe
|
#endpoints/mod_wanpipe
|
||||||
endpoints/mod_woomera
|
#endpoints/mod_woomera
|
||||||
#event_handlers/mod_event_test
|
#event_handlers/mod_event_test
|
||||||
event_handlers/mod_xmpp_event
|
#event_handlers/mod_xmpp_event
|
||||||
formats/mod_sndfile
|
formats/mod_sndfile
|
||||||
timers/mod_softtimer
|
timers/mod_softtimer
|
||||||
dialplans/mod_pcre
|
dialplans/mod_pcre
|
||||||
directories/mod_ldap
|
#directories/mod_ldap
|
||||||
dialplans/mod_dialplan_directory
|
#dialplans/mod_dialplan_directory
|
||||||
event_handlers/mod_zeroconf
|
#event_handlers/mod_zeroconf
|
||||||
#asr_tts/mod_cepstral
|
#asr_tts/mod_cepstral
|
||||||
#languages/mod_spidermonkey
|
#languages/mod_spidermonkey
|
||||||
|
#languages/mod_perl
|
||||||
|
#asr_tts/mod_cepstral
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue