Re: [OpenSIPS-Users] replace_body() issue

2021-06-18 Thread Miha via Users
I have without ^ and $ before, i have now tried again like you suggested but it does not work. It goes in the if loop ("search_body") but it does not replace inactive with sendonly. I have also look at return code from replace_body and it gives me "-1". Stas Kobzar je 6/18/2021 ob 1:04 PM 

Re: [OpenSIPS-Users] replace_body() issue

2021-06-18 Thread Stas Kobzar
Hello, Just do not use ^ and $ in the search pattern. It is probably trying to match the whole SDP packet, not single line. On Fri, Jun 18, 2021 at 5:09 AM Miha via Users wrote: > Hello > > have issue with replace_body as it does not change SDP. > My code looks like this: > > if

[OpenSIPS-Users] replace_body() issue

2021-06-18 Thread Miha via Users
Hello  have issue with replace_body as it does not change SDP. My code looks like this: if (has_body("application/sdp")){             if(search_body("a=inactive")){ *replace_body("^a=inactive$", "a=sendonly");*             }                  $var(rtpengine_flags) ="trust-address