diff --git a/kamailio/registrar-role.cfg b/kamailio/registrar-role.cfg index 7ae748a..6c31c87 100644 --- a/kamailio/registrar-role.cfg +++ b/kamailio/registrar-role.cfg @@ -93,10 +93,6 @@ route[ATTEMPT_AUTHORIZATION] } if($var(password) == $null || $var(password) == "") { - #!ifdef ANTIFLOOD-ROLE - route(ANITFLOOD_FAILED_AUTH); - #!endif - auth_challenge("$fd", "0"); xlog("L_INFO", "$ci|end|issued auth challenge to registration attempt for $Au $si:$sp due to empty password"); exit;