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
remove route headers from external initial requests
(cherry picked from commit
f567093efe
)
5.0
lazedo
5 years ago
parent
742dd379a6
commit
17c814d7fe
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
kamailio/default.cfg
+ 3
- 1
kamailio/default.cfg
View File
@ -509,7 +509,9 @@ route[PREPARE_INITIAL_REQUESTS]
break;
}
loose_route();
if (!isflagset(FLAG_INTERNALLY_SOURCED)) {
remove_hf("Route");
}
if(!isflagset(FLAG_INTERNALLY_SOURCED)) {
record_route();
Write
Preview
Loading…
Cancel
Save