Hello,
On 15.11.2009 7:59 Uhr, GEMINORIUM crux wrote:
hi
i am transferring tls protocol to udp protocol.
client <---tls----> kamilio <----udp---> asterisk
how can i add in contact "transport=tls" when i am sending 200 OK message.
please help me. any suggestion is appreciated.
in which context do you need that?
For a call, you must do record_route() to INVITE in kamailio and then everything is been taken care via loose_route() and t_relay().
For registration, you have to use PATH extension, do not know if asterisk is supporting that.
However, probably the best is to configure the client to use Kamailio via tls as outbound proxy.
Cheers, Daniel