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: | ||
{{DISPLAYTITLE:SIP Transport Server}} | |||
A '''SIP Transport Server''' | 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]]. | |||
A '''SIP Transport Server''' can be | |||
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.