From f4e9e1080beef1ce8db210a2ec9315618975bf30 Mon Sep 17 00:00:00 2001 From: Steve Underwood <steveu@coppice.org> Date: Sun, 18 Jan 2009 09:40:58 +0000 Subject: [PATCH] Added entries for mod_fax and mod_unicall in the autoloaded modules.conf file. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11271 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/autoload_configs/modules.conf.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/autoload_configs/modules.conf.xml b/conf/autoload_configs/modules.conf.xml index 3dc694173a..e7e7ea10c7 100644 --- a/conf/autoload_configs/modules.conf.xml +++ b/conf/autoload_configs/modules.conf.xml @@ -35,6 +35,7 @@ <load module="mod_loopback"/> <!-- <load module="mod_woomera"/> --> <!-- <load module="mod_openzap"/> --> + <!-- <load module="mod_unicall"/> --> <!-- Applications --> <load module="mod_commands"/> @@ -43,6 +44,7 @@ <load module="mod_expr"/> <load module="mod_fifo"/> <load module="mod_voicemail"/> + <!--<load module="mod_fax"/>--> <!--<load module="mod_lcr"/>--> <load module="mod_limit"/> <load module="mod_esf"/>