[sr-dev] [kamailio/kamailio] Kamailio crashes immediately after receiving SIP ACK if TLS is used (#2028)

Mathias Schneuwly notifications at github.com
Wed Aug 7 16:07:57 CEST 2019


```
kamctl srv sockets
list listen sockets
{
  "jsonrpc":  "2.0",
  "result": [
    {
      "PROTO":  "udp",
      "NAME": "192.168.147.1",
      "ADDRLIST": {
        "ADDR": "192.168.147.1"
      },
      "PORT": "5070",
      "MCAST":  "no",
      "MHOMED": "no",
      "ADVERTISE":  "-"
    }, {
      "PROTO":  "tls",
      "NAME": "192.168.147.1",
      "ADDRLIST": {
        "ADDR": "192.168.147.1"
      },
      "PORT": "5071",
      "MCAST":  "no",
      "MHOMED": "no",
      "ADVERTISE":  "-"
    }
  ],
  "id": 19400
}
```

>TCP/TLS connections are created at the OS layer, depending on OS IP routes, in many cases the app has no much control about the local ip/port when connecting to a remote peer.

Agreed, but I would assume that it doesn't matter whether it uses TLS or not...

-- 
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/2028#issuecomment-519113695
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190807/d81b0084/attachment.html>


More information about the sr-dev mailing list