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