Allow TCP and UDP both within the SIP-interface
Hello, Team!
How can I use both SIP over TCP and UDP with one SIP-interface (in and out directions)?
this example uses only first sip-port (TCP)
sip-interface
sip-port
address 10.10.10.10
port 5060
transport-protocol TCP
sip-port
address 10.10.10.10
port 5060
transport-protocol UDP
So, the question is - how to use TCP and UDP together?