ManishKG@SunMy Work At Sun |
|
Wednesday Feb 14, 2007
SIP Servlet API
What is SIP : SIP (Session Initiation Protocol) is an IETF standard protocol for IP-communication, enabling IP-Telephony gateways, client endpoints, PBXs and other communication systems or devices to communicate with each other. SIP mainly addresses the call setup and tear down mechanisms of sessions and is independent of the transmission of media streams between caller and callee. JSR 116: The SIP Servlet API v1.0 is a container based approach (modelled on the HTTP servlet paradigm) to developing communication applications utilizing the Session Initiation Protocol (SIP) protocol. SIP Servlet API is based on Java Servlet API and its base servlet javax.servlet.sip.SipServlet extends javax.servlet.GenericServlet class. If we compare SIP with Http servlet, here are some of the differences -
JSR 289: SIP Servlet API v1.1 Posted at 10:51AM Feb 14, 2007 by manishkg in Sun | Comments[3] |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by Nikolai Manek on February 14, 2007 at 12:50 PM IST #
Posted by 192.18.17.3 on February 14, 2007 at 04:05 PM IST #
Posted by Nikolai Manek on February 15, 2007 at 12:40 AM IST #