Browse Source

remove stale indication on challenge

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
cda63e4ab9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/registrar-role.cfg

+ 2
- 2
kamailio/registrar-role.cfg View File

@ -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;
}


Loading…
Cancel
Save