]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add softtimer to the core, begin framework for static modules and reduces calls to...
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Oct 2007 16:45:02 +0000 (16:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Oct 2007 16:45:02 +0000 (16:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5785 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/modules.conf.in
conf/modules.conf.xml

index 01c4d0e138f886db1067e4025eb3112d228eaa81..3ea8316b83819904835c5e23a23c644ce4f9b745 100644 (file)
@@ -50,7 +50,6 @@ formats/mod_sndfile
 #languages/mod_spidermonkey_core_db
 #languages/mod_spidermonkey_odbc
 #languages/mod_spidermonkey_etpan
-timers/mod_softtimer
 #xml_int/mod_xml_rpc
 #xml_int/mod_xml_curl
 #xml_int/mod_xml_cdr
index cf6236752286ed98bf61b06906808872a919e434..3d5cd7d43ad34e6f305d6c6bf0dc655f506e8bc8 100644 (file)
@@ -58,7 +58,6 @@
     <!--<load module="mod_local_stream"/>-->
 
     <!-- Timers -->
-    <load module="mod_softtimer"/>
 
     <!-- Languages -->
     <!-- <load module="mod_spidermonkey"/> -->