This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
the regex is case-insensitive and erronously matching the ma"x-"forward header
3.18
karl anderson
11 years ago
parent
d00485f9cb
commit
bf0152ab5d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/default.cfg
+ 1
- 1
kamailio/default.cfg
View File
@ -447,7 +447,7 @@ route[INTERNAL_TO_EXTERNAL_RELAY]
}
}
#!endif
#!endif
remove_hf_re("X-.*");
remove_hf_re("
^
X-.*");
t_on_reply("EXTERNAL_REPLY");
t_on_reply("EXTERNAL_REPLY");
Write
Preview
Loading…
Cancel
Save