jmordica left a comment (kamailio/kamailio#4102)
We are testing a potential fix/workaround that prevents kamailio from crashing
when this occurs. Adding this toward the beginning of the routing script:
```
if KSR.is_SUBSCRIBE() then
if KSR.tm.t_check_trans()==0 then
KSR.xlog.xerr('Retransmission from ' .. KSR.kx.get_srcip() .. '\n');
KSR.x.exit();
end
end
```
Prevents the CRITICAL/BUG errors from occurring and therefore the process
doesn't crash as a result of the timer issue.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4102#issuecomment-3434388409
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4102/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!