Browse Source

remove route headers from external initial requests

(cherry picked from commit f567093efe)
5.0
lazedo 5 years ago
parent
commit
17c814d7fe
1 changed files with 3 additions and 1 deletions
  1. +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();


Loading…
Cancel
Save