Hello Daniel, Apologies, maybe I misread or just confused, but just to confirm: Can Kamailio forward SIP traffic received over the internet to Asterisk using TLS via the dispatcher module, instead of UDP or TCP? Currently, I have this entry: 1 sip:{{ AST_IP }}:5060 0 0 weight=10 maxload=1000
Should I change it to something like this to use TLS? 1 sip:{{ AST_IP }}:5061;transport=tls 0 0 weight=10 maxload=1000
Thanks!