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