Hi all,
I'm using kamailio 1.5 with TLS module.
I need to make ENUM query and get NAPTR record.
From NAPTR lookup, I'd like to relay my SIP Invite
with tls protocol.
How can I tell Kamailio to use TLS protocol ( instead of udp) after NAPTR lookup ?
I've try to set :
dns_tls_pref=1
dns_udp_pref=2
dns_tcp_pref=3
in the general section of kamailio.cfg, but I get a parse error.
Regards,
Daniel