Browse Source

move block as role, rename keepalive script

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
a7a14f5ddc
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" include_file "sip_trace-role.cfg"
#!endif #!endif
#!ifdef KEEPALIVE_ROLE #!ifdef KEEPALIVE_ROLE
include_file "keepalive.cfg"
include_file "keepalive-role.cfg"
#!endif
#!ifdef BLOCKER_ROLE
include_file "blocker-role.cfg"
#!endif #!endif
## auth ## ## auth ##
include_file "auth.cfg" include_file "auth.cfg"
## block ##
include_file "block.cfg"
####### Permissions module ########## ####### Permissions module ##########
loadmodule "permissions.so" loadmodule "permissions.so"
modparam("permissions", "db_url", "KAZOO_DB_URL") modparam("permissions", "db_url", "KAZOO_DB_URL")


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


Loading…
Cancel
Save