I found for reproduction important load of `tls` and `http_client` modules
Full kamailio config
```
listen=tls:eth0:5061
enable_tls=1
####### tls module ##########
loadmodule "tls.so"
loadmodule "http_client.so"
request_route {
if (is_request()) {
}
exit;
}
```
--
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/2599#issuecomment-756643745