Browse Source

move block as role, rename keepalive script

update-rsyslog-config
lazedo 7 years ago
parent
commit
40eb110bb3
3 changed files with 4 additions and 4 deletions
  1. +0
    -0
      kamailio/blocker-role.cfg
  2. +4
    -4
      kamailio/default.cfg
  3. +0
    -0
      kamailio/keepalive-role.cfg

kamailio/block.cfg → kamailio/blocker-role.cfg View File


+ 4
- 4
kamailio/default.cfg View File

@ -268,15 +268,15 @@ include_file "nodes-role.cfg"
include_file "sip_trace-role.cfg"
#!endif
#!ifdef KEEPALIVE_ROLE
include_file "keepalive.cfg"
include_file "keepalive-role.cfg"
#!endif
#!ifdef BLOCKER_ROLE
include_file "blocker-role.cfg"
#!endif
## auth ##
include_file "auth.cfg"
## block ##
include_file "block.cfg"
####### Permissions module ##########
loadmodule "permissions.so"
modparam("permissions", "db_url", "KAZOO_DB_URL")


kamailio/keepalive.cfg → kamailio/keepalive-role.cfg View File


Loading…
Cancel
Save