From 38d680864c5bee713f6c30fe361d245d18cc551c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 30 Mar 2006 23:06:47 +0000 Subject: [PATCH] update default conf file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@984 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/freeswitch.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/freeswitch.conf b/conf/freeswitch.conf index 9ce6d71b9d..cbaa489255 100644 --- a/conf/freeswitch.conf +++ b/conf/freeswitch.conf @@ -17,7 +17,7 @@ ;load => mod_xmpp_event ; Directory Interfaces -load => mod_ldap +;load => mod_ldap ; Endpoints load => mod_exosip @@ -28,19 +28,20 @@ load => mod_iax ; Applications load => mod_bridgecall -load => mod_ivrtest +load => mod_echo +;load => mod_ivrtest load => mod_playback ; Dialplan Interfaces load => mod_dialplan_demo -load => mod_dialplan_directory +;load => mod_dialplan_directory load => mod_pcre ; Codec Interfaces load => mod_g711 load => mod_gsm load => mod_l16 -load => mod_speex +;load => mod_speex ; File Format Interfaces load => mod_sndfile