Browse Source

add customization points

update-rsyslog-config
lazedo 7 years ago
parent
commit
cc4c2cca6e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      kamailio/default.cfg

+ 4
- 1
kamailio/default.cfg View File

@ -327,6 +327,8 @@ route
route(SIP_TRACE); route(SIP_TRACE);
#!endif #!endif
route_if_exists("CUSTOM_START_ROUTES");
route(HANDLE_NOTIFY); route(HANDLE_NOTIFY);
#!ifdef AUTHORIZATION_ROLE #!ifdef AUTHORIZATION_ROLE
@ -656,7 +658,7 @@ branch_route[MANAGE_BRANCH] {
#!endif #!endif
route(BRANCH_HEADERS); route(BRANCH_HEADERS);
route_if_exists("CUSTOM_BRANCH_HEADERS");
} }
route[RELAY] route[RELAY]
@ -961,5 +963,6 @@ route[LOCAL_REQUEST]
exit; exit;
} }
#!import_file "custom-routes.cfg"
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab # vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

Loading…
Cancel
Save