[sr-dev] [kamailio/kamailio] Crashes on handling of BYE with 5.3.0 (#2121)

Nathan Whitehorn notifications at github.com
Wed May 6 00:09:40 CEST 2020


I finally isolated the problem here. I was trying to deal with some NAT nonsense involving dropped Contact headers from my SIP trunk provider and had a block like this in the WITHINDLG route:

```
        if (uri==myself && $ru=~";alias=10") {
                # Deal with BS on ACKs
                handle_ruri_alias();
                if($du != $null) {
                        $ru = $du;
                }
        }
```

The crash was happening in here. I've since switched to a different method of dealing with this and the problem has gone away.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2121#issuecomment-624333026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200505/3ab85571/attachment.html>


More information about the sr-dev mailing list