diff --git a/conf/freeswitch.conf b/conf/freeswitch.conf index 6345a0f73c..ff70919493 100644 --- a/conf/freeswitch.conf +++ b/conf/freeswitch.conf @@ -48,6 +48,14 @@ load => mod_sndfile ; Timers load => mod_softtimer +; Languages +;load => mod_spidermonkey +;load => mod_perl + +; ASR /TTS +;load => asr_tts/mod_cepstral + + ;---- IAX PROTOCOL ;-------------------------------------------------------------------------------- diff --git a/modules.conf.in b/modules.conf.in index 6b148ae288..a53aa08b27 100644 --- a/modules.conf.in +++ b/modules.conf.in @@ -1,25 +1,28 @@ applications/mod_bridgecall applications/mod_playback -applications/mod_ivrtest +#applications/mod_ivrtest #applications/mod_skel codecs/mod_gsm codecs/mod_g711 codecs/mod_l16 -codecs/mod_speex +#codecs/mod_speex dialplans/mod_dialplan_demo endpoints/mod_exosip endpoints/mod_iax #endpoints/mod_opal #endpoints/mod_portaudio #endpoints/mod_wanpipe -endpoints/mod_woomera +#endpoints/mod_woomera #event_handlers/mod_event_test -event_handlers/mod_xmpp_event +#event_handlers/mod_xmpp_event formats/mod_sndfile timers/mod_softtimer dialplans/mod_pcre -directories/mod_ldap -dialplans/mod_dialplan_directory -event_handlers/mod_zeroconf +#directories/mod_ldap +#dialplans/mod_dialplan_directory +#event_handlers/mod_zeroconf #asr_tts/mod_cepstral #languages/mod_spidermonkey +#languages/mod_perl +#asr_tts/mod_cepstral +