Actions

SIP Transport Server: Difference between revisions

(Created page with "A '''SIP Transport Server''' represents a local IP Interface, and port to receive incoming SIP call with. A '''SIP Transport Server''' can be of type UDP, or TCP. The de...")
 
m (Added TLS)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
A '''SIP Transport Server''' represents a local IP Interface, and port to receive incoming [[SIP]] call with.
{{DISPLAYTITLE:SIP Transport Server}}


A '''SIP Transport Server''' can be of type UDP, or TCP.
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 [[Toolpack:Creating_a_SIP_Transport_Server_SBC_A|Create a SIP Transport Server]].
The default port for SIP is 5060.
 
 
A '''SIP Transport Server''' can be assigned to one or multiple [[NAP]], in order to define on which local IP interface and port [[SIP]] calls can be received from.

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.