TCP-UDP and UDP-TCP conversion
If a UA is registered with Brekeke SIP Server, the SIP Server automatically uses the same transport which the UA used with its registration. Otherwise, you need to add DialPlan rules to convert a transport.
Convert to TCP
Matching Patterns | Deploy Patterns |
$request = ^INVITE | $transport = tcp |
Convert to UDP
Matching Patterns | Deploy Patterns |
$request = ^INVITE | $transport = udp |
Sample
If you want to access sip:user@192.168.0.1 over TCP.
Matching Patterns | Deploy Patterns |
$request = ^INVITE | $transport = tcp To = sip:user@192.168.0.1 |