Browse Source

when using an alternate segment for registrations allow them to send un-mangled OPTIONS

3.12
karl anderson 13 years ago
parent
commit
a6c2eebdd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      opensips/opensips.tmp

+ 1
- 1
opensips/opensips.tmp View File

@ -337,7 +337,7 @@ route
# if the source IP/port are in one of the server dispatch lists # if the source IP/port are in one of the server dispatch lists
# then this request originated from one of our media servers, mark it # then this request originated from one of our media servers, mark it
# as such by setting flag 26 # as such by setting flag 26
if (ds_is_in_list("$si", "", "1"))
if (ds_is_in_list("$si", "", "1") || ds_is_in_list("$si", "", "3"))
{ {
xlog("L_INFO", "$ci|log|originated from internal sources"); xlog("L_INFO", "$ci|log|originated from internal sources");


Loading…
Cancel
Save