Browse Source

check for custom registration handlers

master
James Aimonetti 6 years ago
committed by lazedo
parent
commit
a81375cfcc
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      kamailio/registrar-role.cfg

+ 4
- 0
kamailio/registrar-role.cfg View File

@ -175,6 +175,8 @@ route[HANDLE_REGISTER]
return; return;
} }
route_if_exists("CUSTOM_HANDLER_REGISTER");
#!ifdef PUSHER_ROLE #!ifdef PUSHER_ROLE
route(PUSHER_ATTEMPT_REGISTRATION); route(PUSHER_ATTEMPT_REGISTRATION);
#!endif #!endif
@ -594,4 +596,6 @@ event_route[usrloc:contact-expired]
#!include_file "registrar-sync-role.cfg" #!include_file "registrar-sync-role.cfg"
#!endif #!endif
#!import_file "registrar-custom-handler.cfg"
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab # vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

Loading…
Cancel
Save