Hello, the protocol scheme is sip.
Cheers Jesse
At 2017-06-07 18:03:08, "Daniel-Constantin Mierla" miconda@gmail.com wrote:
Hello,
is the protocol scheme 'sips'? Because if the scheme is 'sip', the lack of transport parameter implies use of UDP.
Cheers, Daniel
On 06.06.17 10:48, 赵国杰 wrote:
Hi Daniel, I solved the problem by add "transport=udp". Thanks anyway.
Cheers Jesse
At 2017-06-06 15:36:22, "Daniel-Constantin Mierla" miconda@gmail.com wrote:
Hello,
if you set r-uri to a UDP address, then you can just use t_relay(), and everything needed should be done by kamailio. Be sure you do record_route()/loose_route(), so the requests within dialog are also routed properly.
Cheers, Daniel
On 06.06.17 08:50, 赵国杰 wrote:
Hi everyone, I have a kamailio server with TLS enabled. I need to forword UAC request to a PSTN gateway which only support UDP. Is it possible that kamailio can translate this with proper configuration? How can i do this?
many thanks Jesse