Browse Source

blame the mac or or sublimetext

3.19
lazedo 11 years ago
parent
commit
6b08114816
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/default.cfg

+ 2
- 2
kamailio/default.cfg View File

@ -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")) {


Loading…
Cancel
Save