From a6c2eebdd67c5aa1a4a1a6a0678c79459d6e695a Mon Sep 17 00:00:00 2001 From: karl anderson Date: Sat, 2 Feb 2013 13:51:13 -0800 Subject: [PATCH] when using an alternate segment for registrations allow them to send un-mangled OPTIONS --- opensips/opensips.tmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensips/opensips.tmp b/opensips/opensips.tmp index 906d332..98c5f0a 100644 --- a/opensips/opensips.tmp +++ b/opensips/opensips.tmp @@ -337,7 +337,7 @@ route # 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 # 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");