diff --git a/conf/freeswitch.conf b/conf/freeswitch.conf index 81887b8da6..f611604eee 100644 --- a/conf/freeswitch.conf +++ b/conf/freeswitch.conf @@ -18,7 +18,7 @@ ; Loggers (I'd load these first) load => mod_console -load => mod_syslog +;load => mod_syslog ; Event Handlers ;load => mod_event_multicast @@ -43,6 +43,7 @@ load => mod_echo ;load => mod_ivrtest load => mod_playback load => mod_commands +;load => mod_commands ; Dialplan Interfaces load => mod_dialplan_demo diff --git a/modules.conf.in b/modules.conf.in index 8010f00aae..c65470394a 100644 --- a/modules.conf.in +++ b/modules.conf.in @@ -1,4 +1,6 @@ loggers/mod_console +#loggers/mod_syslog +applications/mod_commands applications/mod_bridgecall applications/mod_echo #applications/mod_ivrtest @@ -31,3 +33,4 @@ formats/mod_sndfile #languages/mod_spidermonkey timers/mod_softtimer +