Brekeke SIP Server Wiki

How to convert TLS to another transport protocol (UDP,TCP)

For converting TLS to another transport protocol (TCP, UDP), use “$transport” definition in Deploy Patterns.

 

Convert to TCP:

$transport = tcp

Convert to UDP:

$transport = udp

 

Also, TCP/UDP packets can be converted to TLS with the following parameter.

$transport = tls

 

Related link:

– TCP-UDP and UDP-TCP conversion

Yes No
Suggest Edit