SIP container

 

+

Search Tips   |   Advanced Search

 

A SIP container is a Web application server component that invokes the Session Initiation Protocol (SIP) action servlet and that interacts with the action servlet to process SIP requests.

The servlet container provides the network services over which requests and responses are received and sent. It decides which applications to invoke and in what order. The container also contains and manages servlets through their life cycle.

A SIP servlet container manages the network listener points on which it listens for incoming SIP traffic. A listener point is a combination of transport protocol, IP address, and port number. The SIP specification (JSR 116) requires all SIP elements to support both UDP and TCP, and optionally TLS, SCTP, and potentially other transports.

The SIP servlet container can employ a SIP proxy server to route, load balance, and improve response times between SIP requests and back-end SIP container resources. For more information about the SIP proxy server, see: Session Initiation Protocol proxy server.


 

Related tasks

Browse all SIP topics
Install a Session Initiation Protocol proxy server