|
|
|
@ -745,8 +745,8 @@ failure_route[INTERNAL_FAULT] |
|
|
|
} else if (isflagset(FLAG_SESSION_PROGRESS)) { |
|
|
|
xlog("L_INFO", "$ci|failure|ignoring failure after session progress\n"); |
|
|
|
if (t_check_status("480")) { |
|
|
|
xlog("L_INFO", "$ci|failure|overriding reply code 480 with 486\n"); |
|
|
|
send_reply("486", "Endpoint Not Available"); |
|
|
|
xlog("L_INFO", "$ci|failure|overriding reply code 480 with $sel(cfg_get.kazoo.override_media_reply_480)\n"); |
|
|
|
send_reply("$(sel(cfg_get.kazoo.override_media_reply_480){s.int})", "Endpoint Not Available"); |
|
|
|
} |
|
|
|
} else if (t_check_status("403") && $T_reply_reason=="Forbidden") { |
|
|
|
xlog("L_WARNING", "$ci|failure|Failed auth from IP $si\n"); |
|
|
|
|