Browse Source

the regex is case-insensitive and erronously matching the ma"x-"forward header

3.19
karl anderson 11 years ago
parent
commit
485f9cd469
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -447,7 +447,7 @@ route[INTERNAL_TO_EXTERNAL_RELAY]
}
#!endif
remove_hf_re("X-.*");
remove_hf_re("^X-.*");
t_on_reply("EXTERNAL_REPLY");


Loading…
Cancel
Save