]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add mod_snmp to modules.conf.in and modules.conf.xml (commented out)
authorDaniel Swarbrick <daniel@seventhsignal.de>
Fri, 21 Jan 2011 22:42:30 +0000 (23:42 +0100)
committerDaniel Swarbrick <daniel@seventhsignal.de>
Fri, 21 Jan 2011 22:42:30 +0000 (23:42 +0100)
build/modules.conf.in
conf/autoload_configs/modules.conf.xml

index 2be000f6b320ef06baf6c6d293a7a53856fa3759..84a9e9a74d536d168bc0f1eec1dc012b674a8f03 100644 (file)
@@ -78,6 +78,7 @@ event_handlers/mod_cdr_sqlite
 #event_handlers/mod_cdr_pg_csv
 #event_handlers/mod_radius_cdr
 #event_handlers/mod_erlang_event
+#event_handlers/mod_snmp
 formats/mod_native_file
 formats/mod_sndfile
 #formats/mod_shout
index b7100bd304a08e56e22ace330e9115a43f1a1484..2e7ebfabe53b3b7e7dba891f0d7b997c0cf7477b 100644 (file)
@@ -24,6 +24,7 @@
     <load module="mod_event_socket"/>
     <!-- <load module="mod_zeroconf"/> -->
     <!-- <load module="mod_erlang_event"/> -->
+    <!-- <load module="mod_snmp"/> -->
 
     <!-- Directory Interfaces -->
     <!-- <load module="mod_ldap"/> -->