diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 23:12:19 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 23:12:19 +0100 |
commit | f4d1151238fbf01b436884ae89367a53b4360014 (patch) | |
tree | 750abe90f7b291260e6b79b0816eeb2c71f5a0e6 /misc/freeswitch | |
parent | 398d5706752a583ff8bc3ec9101fc75b507bbb89 (diff) |
add mod_snmp
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index 3c098fc..09f36d1 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -633,6 +633,7 @@ <load module="mod_tone_stream"/> <load module="mod_say_en"/> <load module="mod_spandsp"/> + <load module="mod_snmp"/> </modules> </configuration> <configuration name="lua.conf" description="LUA Configuration"> |