From 40eb110bb33c6c2bc448aae94b0fb3fc56dafd07 Mon Sep 17 00:00:00 2001 From: lazedo Date: Tue, 19 Mar 2019 08:14:29 +0000 Subject: [PATCH] move block as role, rename keepalive script --- kamailio/{block.cfg => blocker-role.cfg} | 0 kamailio/default.cfg | 8 ++++---- kamailio/{keepalive.cfg => keepalive-role.cfg} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename kamailio/{block.cfg => blocker-role.cfg} (100%) rename kamailio/{keepalive.cfg => keepalive-role.cfg} (100%) diff --git a/kamailio/block.cfg b/kamailio/blocker-role.cfg similarity index 100% rename from kamailio/block.cfg rename to kamailio/blocker-role.cfg diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 9e21478..9dacc05 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -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") diff --git a/kamailio/keepalive.cfg b/kamailio/keepalive-role.cfg similarity index 100% rename from kamailio/keepalive.cfg rename to kamailio/keepalive-role.cfg