Close
 Brekeke Website | Bekeke SIP Server | Brekeke PBX   
Notification:  
v2.4.18 Professional
Login
Loading

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 PatternsDeploy Patterns
$request = ^INVITE$transport = tcp


Convert to UDP

Matching PatternsDeploy Patterns
$request = ^INVITE$transport = udp


Sample

If you want to access sip:user@192.168.0.1 over TCP.
Matching PatternsDeploy Patterns
$request = ^INVITE$transport = udp
To = sip:user@192.168.0.1


Related Link: