SIP Transport Server: Difference between revisions
No edit summary |
No edit summary |
||
| 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 [[ | 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]]. | ||
Revision as of 09:09, 31 May 2021
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 Create a SIP Transport Server.