Am 06.07.2011 17:54, schrieb Juha Heinanen:
Iñaki Baz Castillo writes:
Now it somebody still thinks that ;transport=tls
is valid, he should
at least point to any alive specification showing it :)
if i want my proxy to use tls on the next hop, i can set $du with
;transport=tls and it happens. how can i do it if you make
;transport=tls illegal?
You can write whatever you want to $du. $du is a Kamailio legacy thing
and the content will not appear in the message.
But you could also do the same by setting a sips scheme:
$du = "sips:1.2.3.4"
or
$du = "sips:1.2.3.4;transport=tcp"
Then Kamailio should open a TLS over TCP connection with 1.2.3.4:5061.
--
Iñaki Baz Castillo
<ibc(a)aliax.net>