|
|
@ -471,7 +471,7 @@ route[EXTERNAL_TO_INTERNAL_RELAY] |
|
|
} |
|
|
} |
|
|
#!endif |
|
|
#!endif |
|
|
|
|
|
|
|
|
remove_hf_re("X-.*"); |
|
|
|
|
|
|
|
|
remove_hf_re(“^X-.*"); |
|
|
append_hf("X-AUTH-IP: $si\r\n"); |
|
|
append_hf("X-AUTH-IP: $si\r\n"); |
|
|
|
|
|
|
|
|
t_on_reply("INTERNAL_REPLY"); |
|
|
t_on_reply("INTERNAL_REPLY"); |
|
|
@ -554,7 +554,7 @@ failure_route[INTERNAL_FAULT] |
|
|
$sht(redirects=>$avp(AVP_REDIRECT_KEY)) = $null; |
|
|
$sht(redirects=>$avp(AVP_REDIRECT_KEY)) = $null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
remove_hf_re("X-.*"); |
|
|
|
|
|
|
|
|
remove_hf_re(“^X-.*"); |
|
|
|
|
|
|
|
|
# change 6xx to 4xx |
|
|
# change 6xx to 4xx |
|
|
if (t_check_status("6[0-9][0-9]") && !t_check_status("600|603|604|606")) { |
|
|
if (t_check_status("6[0-9][0-9]") && !t_check_status("600|603|604|606")) { |
|
|
|