+

Search Tips   |   Advanced Search

SIP applications


A SIP application is a Java program that uses at least one Session Initiation Protocol (SIP) servlet.

A SIP servlet is a Java-based application component that is managed by a SIP servlet container and that performs SIP signaling. Like other Java-based components, servlets are platform-independent Java classes that are compiled to platform-neutral bytecode that can be loaded dynamically into and run by a Java-enabled SIP appserver. Containers, sometimes called servlet engines, are server extensions that handle servlet interactions. SIP servlets interact with clients by exchanging request and response messages through the servlet container.

SIP is used to establish, modify, and terminate multimedia IP sessions including IP telephony, presence, and instant messaging. "Presence" in this context refers to user status such as "Active," "Away," or "Do not disturb." The standard that defines a model for writing SIP-based servlet applications is JSR 116.

 

SIP container

This product complies with the following SIP standards:

For a complete list of the supported IETF and Java Community Process (JCP) industry standards, see the "Compliance with industry SIP standards" topic linked below.



Subtopics


SIP industry standards compliance
Runtime considerations for SIP application developers
SIP IBM Rational Application Developer for WebSphere framework

 

Related concepts


SIP container

 

Related tasks


Browse all SIP topics
SIP servlets
Set up SIP application composition
Develop SIP applications