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, view it on GitHub, or unsubscribe.