|
|
|
@ -781,6 +781,8 @@ failure_route[INTERNAL_FAULT] |
|
|
|
xlog("L_INFO", "$ci|log|failure route ignoring call barred\n"); |
|
|
|
} else if (isflagset(FLAG_SESSION_PROGRESS)) { |
|
|
|
xlog("L_INFO", "$ci|log|failure route ignoring failure after session progress\n"); |
|
|
|
} else if (t_check_status("403") && $var(reply_reason)=="Forbidden") { |
|
|
|
xlog("L_WARNING", "$ci|log|failure route ignoring. Failed auth from IP $si\n"); |
|
|
|
} else if (t_check_status("(401)|(407)|(486)|(403)")) { |
|
|
|
xlog("L_INFO", "$ci|log|failure route ignoring auth reply $T_reply_code $var(reply_reason)\n"); |
|
|
|
} else if (t_check_status("402")) { |
|
|
|
|