From cda63e4ab998558548dfbf1bd4e06c9186817260 Mon Sep 17 00:00:00 2001 From: lazedo Date: Mon, 19 Nov 2018 18:41:58 +0000 Subject: [PATCH] remove stale indication on challenge --- kamailio/registrar-role.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamailio/registrar-role.cfg b/kamailio/registrar-role.cfg index e0a2d06..d8332ed 100644 --- a/kamailio/registrar-role.cfg +++ b/kamailio/registrar-role.cfg @@ -215,7 +215,7 @@ onreply_route[KZ_AUTHORIZATION_OK] #!ifdef ANTIFLOOD_ROLE route(ANITFLOOD_FAILED_AUTH); #!endif - auth_challenge("$fd", "21"); + auth_challenge("$fd", "5"); xlog("L_INFO", "$ci|end|challenging $Au $si:$sp via $(kzR{kz.json,App-Name})-$(kzR{kz.json,App-Version}) response\n"); exit; } else { @@ -235,7 +235,7 @@ route[CHECK_AUTHORIZATION] #!endif xlog("L_WARNING", "$ci|end|issuing auth challenge to failed registration attempt for $Au from IP $si:$sp\n"); - auth_challenge("$fd", "21"); + auth_challenge("$fd", "5"); exit; }