SIP Servlet 2.0 (JSR 359) is an enhancement to the previous versions of SIP Servlet specification. The purpose of the SIP Servlet 2.0 specification is to further evolve the SIP Servlet technology to address the new requirements pertaining to converged application development. It addresses new requirements determined by the industry.
The Java Community Process (JCP) page for JSR 359 can be found at https://jcp.org/en/jsr/detail?id=359 . The SIP Servlet Specification project page is at https://sipservlet-spec.java.net .
Download |
---|
Note: If you have downloaded the ZIP version, please run configure.sh/ configure.cmd to complete installation
cd <install_directory>
unzip sipservlet-2.0-ri.zip
This would create the ri directory.
./setup-env.sh ${WL_HOME}
Note: the path of ${WL_HOME} must be an absolute path of the directory where weblogic is installed as per step 1. Your JAVA_HOME must be set to a valid Java 7 (or above) installation.
The RI installer will automatically create a weblogic sip domain at
${WL_HOME}/user_projects/domains/jsr359riDomain .
Note: There is a specialized script to start RI with the custom application router used for SIP Servlet 2.0 TCK. Please refer to the TCK user guide for details.