[OpenSIPS-Users] INVITE brings in extra transport=UDP parameter
    Bogdan-Andrei Iancu 
    bogdan at opensips.org
       
    Tue Aug  6 12:22:19 UTC 2024
    
    
  
Hi,
Just do ruri_del_param("transport");
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
   https://www.opensips-solutions.com
   https://www.siphub.com
On 12.07.2024 09:20, Saint Michael wrote:
> INVITE sip:19206661392 at 38.95.11.250;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
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
    
    
More information about the Users
mailing list