From cc4c2cca6e1166db2571d76bbc70bfc2f9c711f1 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 6 Jun 2019 22:30:17 +0000 Subject: [PATCH] add customization points --- kamailio/default.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 00e708f..b1fb648 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -327,6 +327,8 @@ route route(SIP_TRACE); #!endif + route_if_exists("CUSTOM_START_ROUTES"); + route(HANDLE_NOTIFY); #!ifdef AUTHORIZATION_ROLE @@ -656,7 +658,7 @@ branch_route[MANAGE_BRANCH] { #!endif route(BRANCH_HEADERS); - + route_if_exists("CUSTOM_BRANCH_HEADERS"); } route[RELAY] @@ -961,5 +963,6 @@ route[LOCAL_REQUEST] exit; } +#!import_file "custom-routes.cfg" # vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab