Browse Source

update registration failure log

3.17
karl anderson 12 years ago
parent
commit
317913d70b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/registrar-role.cfg

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

@ -80,7 +80,7 @@ route[HANDLE_REGISTER]
#!endif #!endif
auth_challenge("$fd", "0"); auth_challenge("$fd", "0");
xlog("L_INFO", "$ci|end|issued new auth challenge to failed registration attempt");
xlog("L_INFO", "$ci|end|failed registration attempt from $si:$sp for $Au");
exit; exit;
} else { } else {
xlog("L_DBG", "$ci|log|caching SIP credentials for $Au"); xlog("L_DBG", "$ci|log|caching SIP credentials for $Au");


Loading…
Cancel
Save