Browse Source

remove ipops module from acl-role (#161)

Since Kamailio ipops module was added to default config it probably not needed here anymore...
KAZOO-5650
OnNet 9 years ago
committed by lazedo
parent
commit
80469636f0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kamailio/acl-role.cfg

+ 0
- 1
kamailio/acl-role.cfg View File

@ -2,7 +2,6 @@
# Default "order" is "deny,allow". # Default "order" is "deny,allow".
# So if there is no data from DB request will be permitted by default. # So if there is no data from DB request will be permitted by default.
# #
loadmodule "ipops.so"
modparam("htable", "htable", "acl=>initval=-1;autoexpire=7200") modparam("htable", "htable", "acl=>initval=-1;autoexpire=7200")
#!trydef ACL_MESSAGE_DENY "Rejected by ACL" #!trydef ACL_MESSAGE_DENY "Rejected by ACL"


Loading…
Cancel
Save