Deprecated API


Contents
Deprecated Fields
javax.servlet.sip.SipServlet.PRACK_SUPPORTED
          in favor of using the "javax.servlet.sip.supported" attribute 
 

Deprecated Methods
javax.servlet.sip.SipFactory.createRequest(SipServletRequest, boolean)
          usage of this method is deprecated. Setting the sameCallId flag to "true" actually breaks the provisions of [RFC 3261] where the Call-ID value is to be unique accross dialogs. Instead use a more general method defined on the B2buaHelper B2buaHelper.createRequest(SipServletRequest) 
javax.servlet.sip.SipApplicationSession.encodeURI(URI)
          has potential to break application composition instead of this use the SipApplicationKey mechanism as described in section 15.11.2 in the SIP Servlet specification document. 
javax.servlet.sip.Proxy.getSequentialSearchTimeout()
          use a more general purpose Proxy.getProxyTimeout() 
javax.servlet.sip.Proxy.getStateful()
          stateless proxy is no longer supported 
javax.servlet.sip.Proxy.setSequentialSearchTimeout(int)
          use a more general purpose Proxy.setProxyTimeout(int) 
javax.servlet.sip.Proxy.setStateful(boolean)
          stateless proxy is no longer supported