INVITE sip:[email protected];transport=UDP
when this happens, opensips has a contaminated ru variable
and since it's read-only, I cannot fix it in code
I tried
if ($ru =~ ";transport=UDP") {
         $ru = $(ru{s.select,0,-13});
but it makes no difference, ru does not change
How do I get around this?

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to