Browse Source

add customization points

4.2
lazedo 7 years ago
parent
commit
8afbef27dd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      kamailio/default.cfg

+ 4
- 0
kamailio/default.cfg View File

@ -324,6 +324,8 @@ route
route(HANDLE_OPTIONS);
route_if_exists("CUSTOM_START_ROUTES");
route(HANDLE_NOTIFY);
#!ifdef AUTHORIZATION_ROLE
@ -919,4 +921,6 @@ event_route[tm:local-request]
}
#!endif
#!import_file "custom-routes.cfg"
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

Loading…
Cancel
Save