it makes an immediate connection to the broker on
startup
Can you run kamailio under gdb with tls_thread_mode=1 with the following script
You will need to start kamailio first as thread 1 is not started yet something like
gdb --args /usr/local/sbin/kamailo ................
break main
r
then use the following script:
break CRYPTO_THREAD_set_local thread 1
commands
bt 16
cont
end
...then continue
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3764#issuecomment-1961448573
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3764/1961448573(a)github.com>