BEA Weblogic SIP server

Bea server is a old SIP servlet container ie application server which is used to embed control logic in a program. 1. Install Bea Weblogic 2. Follow the Installation steps Make domain 3. Goto the installation directory . Usually C:/bea/user_projects/mydomain/ . click on startweblogic.cmd in windows. In case the system is linux run startweblogic.sh script … Continue reading BEA Weblogic SIP server

SIP Servlets – Develop and Deploy

With this article I will outlines the SIP servlet creation and various call routing logic development. A simple proxy SIP ser vlet application also has 4 parts Extension SIP servlet Classand global var declaration public class VoiceCall extends SipServlet{ public ServletContext context; SipApplicationSession sas; public SipFactory factory; SipServletRequest incoming; public static final Log log = … Continue reading SIP Servlets – Develop and Deploy