Actions

SIP Transport Server: Difference between revisions

No edit summary
m (Added TLS)
 
Line 2: Line 2:


A '''SIP Transport Server''' is used to transport the traffic from the SIP stack. It comprises a local IP Interface, and port to receive the [[SIP]] call.  
A '''SIP Transport Server''' is used to transport the traffic from the SIP stack. It comprises a local IP Interface, and port to receive the [[SIP]] call.  
A '''SIP Transport Server''' can be of type UDP, or TCP and the default port for SIP is 5060. To learn how to create a transport server for the FreeSbc/ProSbc, refer to [[Toolpack:Creating_a_SIP_Transport_Server_SBC_A|Create a SIP Transport Server]].
A '''SIP Transport Server''' can be of type UDP, TCP, or TLS and the default port for SIP is 5060. To learn how to create a transport server for the FreeSbc/ProSbc, refer to [[Toolpack:Creating_a_SIP_Transport_Server_SBC_A|Create a SIP Transport Server]].

Latest revision as of 16:55, 10 October 2023


A SIP Transport Server is used to transport the traffic from the SIP stack. It comprises a local IP Interface, and port to receive the SIP call. A SIP Transport Server can be of type UDP, TCP, or TLS and the default port for SIP is 5060. To learn how to create a transport server for the FreeSbc/ProSbc, refer to Create a SIP Transport Server.