From 68588fff0a30d546960912bc509483b44d57934a Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 1 Jun 2016 20:17:50 +0100 Subject: [PATCH] remove antiflood call on empty password --- kamailio/registrar-role.cfg | 4 ---- 1 file changed, 4 deletions(-) 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;