Questions tagged [sip-servlet]

A SIP servlet is a Java programming language server-side component defined as part of the Java Specification Request 359 that performs SIP signalling and allows convergence with the Java EE Java specification.

A SIP servlet is a Java programming language server-side component defined as part of the Java Specification Request 359 (https://jcp.org/en/jsr/detail?id=359) that performs SIP signalling. SIP servlets are managed by a SIP servlet container, which typically are part of a SIP-enabled application server. SIP servlets interact with clients by responding to incoming SIP requests and returning corresponding SIP responses, acting as UAS. SIP Servlets can also acts as Clients (UAC), Back to Back User Agents and Proxy SIP Entities.

SIP servlets are built off the generic servlet API provided by the Java Servlet Specification.

40 questions
1
vote
1 answer

Differences between SipApplicationSession and servletContext

I'm studying Sip Servlet and there is something that it's not clear to me. With an application server like mobicents, I could have two type of session: SipSession: is the session linked to the request/response; SipApplicationSession: is the session…
xcsob
  • 837
  • 1
  • 12
  • 27
1
vote
1 answer

Websocket Server with JBoss AS 7.2.0.Final "Janus" and Restcomm Sip-Servlet

I'm trying to integrate a Websocket Server in my Sip-Servlet application made with Restcomm on JBoss AS 7.2.0.Final "Janus". I'm following the steps of the guide in this link. I'm trying to connect on it with a node server that I have already used…
MrDjToto
  • 119
  • 2
  • 11
1
vote
1 answer

Semaphore error logged in mobicents sip servlet

We have an application written against Mobicents SIP Servlets, currently this is using v2.1.547 but I have also tested against v3.1.633 with the same behavior noted. Our application is working as a B2BUA, we have an incoming SIP call and we also…
James Mullen
  • 51
  • 2
  • 3
1
vote
0 answers

SIP Servlet Container Scalability test

I'm gonna to have a scalability and performance test on SIP Servlet Container. what I want to do is to measuring the memory consumption and response time based on the deployed Servlets on the Container. Unfortunately I'm not so experienced in SIP…
1
vote
0 answers

Sip Servlet setAttribute mobicent

I'm facing on a problem with the set attribute of a Sip Servlet. I'm trying to send a 200 OK , when I receive another 200 OK from a different source. So I've thought to do in this way: protected void doInvite(SipServletRequest req) throws…
1
vote
1 answer

Sip Servlet not sending Invite request

I make a client using android JAIN-SIP application and I have a sip servlet running on mobiecent jboass as7. I have successful send REGISTER to server and register the client to location service. Now I send the invite request,Sip-Servlet response…
mubeen
  • 813
  • 2
  • 18
  • 39
1
vote
2 answers

Build Sip Client using Sip Servlet as signalling

I am using mobicent sip servlet and I have deployed it in JBOSS as7 successfully. But I saw testing is from the sip softphones. I have google search alot about building our own sip client but I cannot find the proper guide. What I have to do is…
mubeen
  • 813
  • 2
  • 18
  • 39
1
vote
1 answer

Sip Servlet application not started

I developed a converged (web and SIP) application. I'm using mss-3.0.564-apache-tomcat-7.0.50. sip.xml:
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
1 answer

Difference between JAIN API and JAIN SLEE API

I was reading about SIP and found that there's an java API JAIN SIP to develop SIP based applications. Then I also found that there is JAIN SLEE and SIP servlets. I believe JSLEE and SIP Servlets are containers to deploy applications based on JAIN…
user3275095
  • 1,605
  • 4
  • 24
  • 36
1
vote
1 answer

How it is to use Java SIP Servlets for developing a SIP/VOIP server side application

How it is to use Java SIP Servlets for developing a SIP/VOIP server side application which has high demands in terms of performance, scalability, availability, maintainability etc. Is java sip servlets great enough or something else available is a…
Pushpesh Kumar Rajwanshi
  • 18,127
  • 2
  • 19
  • 36
1
vote
1 answer

SIP servlet container

Does GlassFish 4.0 server act as a SIP servlet container? I googled but could not find a answer. It may be obvious but I could not figure it out. I am new to Java EE. I have got a legacy prototype implementation to work with. It uses Java SIP…
Ahmad Ferdous
  • 3,351
  • 16
  • 33
1
vote
1 answer

Java SIP Servlets, how to send REFER message

I need to implement next flow using SIP servlets: 1) My SIP Servlet should catch INVITE message 2) Look on SIP TO header, and if it match by some pattern I need comeback REFER message. I google it, and found this manual (Basic Transfer):…
0
votes
1 answer

Open Liberty : sessionCache for SIP session

I would like to know if the functionnality described in the article JCache session persistence is applicable for SIP session as well ? If not, is there an other way to synchronize sip session between Open Liberty instances ? Thanks, Clément.
Clément Honoré
  • 137
  • 1
  • 12
0
votes
0 answers

How to deploy war in RestComm Sip Servlet on Tomcat 8?

I use [this RestComm Sip Servlet release version with tomcat][1], [1]: https://github.com/RestComm/sip-servlets/releases/tag/3.2.0-89 and IntelliJ idea. when I debug the example project "LocationServiceApplication", always get error "Artifact…
Derek Wong
  • 31
  • 1
  • 4
0
votes
0 answers

How to use infinispan as a remote session repository for Cipango Servlet engine?

I need to use infinispan in a remote node for keeping session states. how can I use it with Cipango? I know that jetty can use it, but what about Cipango? do I need additional configuration in Cipango? I have seen some classes in Cipango source…
Milix
  • 107
  • 10