Questions tagged [mobicents-sip-servlets]

Mobicents Sip Servlets delivers a consistent, open platform on which to develop and deploy portable and distributable SIP and Converged JEE services. It is the first open source certified implementation of the SIP Servlet v1.1 (JSR 289 Spec) on top of Tomcat & JBoss containers.

Mobicents Sip Servlets delivers a consistent, open platform on which to develop and deploy portable and distributable SIP and Converged JEE services. It is the first open source certified implementation of the SIP Servlet v1.1 (JSR 289 Spec) on top of Tomcat & JBoss containers and strive to feature best performances, security, foster innovation and develop interoperability standards between Sip Servlets and JSLEE so that applications may exploit the strengths of both.

The project and documentation is available as open source at the following location https://github.com/Mobicents/sip-servlets

52 questions
1
vote
1 answer

how to config jboss for sip servlet

I newly work on sip servlet and find RestComm as good sip servlet and now I want to know more about its word therefore I start to config jboss myself. I found interesting and helpful thing in this journey like mobicents-dar.properties that is help…
sadeghpro
  • 448
  • 2
  • 8
  • 24
1
vote
0 answers

Mobicents disregards UDP retransmissions

I am running a B2BUA application on top of MSS-Tomcat. I have a situation where a BYE request is processed by my application, but retransmissions of the BYE are discarded as duplicates. I expected the retransmission to be processed as we are using…
1
vote
1 answer

How to synchronize Servlet client transaction?

Hello I am currently using restcomm-sip-servlets-4.0.75-apache-tomcat-8.0.26. and I am having issues canceling an ongoing request from the http request thread. I noticed that this issue only appears to happen when I create a new request with an auth…
100_Trying
  • 69
  • 6
1
vote
0 answers

Restcomm sip-servlets does not forward INVITE request

I am trying to do a simple B2BUA application using the Mobicents/Restcomm sip-servlets. At first, it should receive an INVITE, change the R-URI and send the new request - basically call forwarding. The problem I encountered is that when using the…
kennyg
  • 13
  • 3
1
vote
1 answer

Sip Servlets clustering on wildfly

I have started using Mobicents (aka Restcomm) sip servlets with Wildfly 10 but even i could not find a clear answers in documentation or anywhere else for questions i have below. 1) Do sip servlets support standalone-ha model such as in a sip dialog…
1
vote
0 answers

How to implement Kurento one to one video call tutorial with websocket Sip servlet

Here is my work till now Mobicents SIP server is running a websocket-sip-servlet for WebRTC client registration and proxy. with Sipml5 WebRTC client i had registerd and make a call audio/video after registering succesfully. Kurento tutorial one to…
jagwar
  • 31
  • 6
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

fail to forward bye when using mobicents proxy

when testing proxy in mobicents, mobicents cannot forward bye message to the other one. when one user send bye, it just receives 481 and the other user remains in talking. Such exception only occurs when call duration >= 10s. and i can see that…
david chi
  • 176
  • 1
  • 6
1
vote
2 answers

Mobicents - JAIN-SIP-RI does not retransmit error invite response

We have a situation where a UAC sends an INVITE to the server, and the server responds with 3xx-6xx. If the UAC does not send an ACK on this response - there is no retransmission. According to RFC3261 (https://www.ietf.org/rfc/rfc3261.txt) if no ACK…
1
vote
1 answer

wss certificate configuration

I'd like to know if it is possible to configure a certificate for wss when using restcomm sipservlets with a keystoretype PKCS12 I found this post: SIPML 5 Client and SipServlets not works Using WSS and looked to modify the suggestion to…
100_Trying
  • 69
  • 6
1
vote
1 answer

Restcomm SipServlet UAC missing contact when using wss

I am attempting to trigger a registration request when receiving an invite like so: SipURI fromToURI = sipFactory.createSipURI(userName, domainName); //using the invite request to make a register request SipServletRequest sipServletRequest =…
100_Trying
  • 69
  • 6
1
vote
2 answers

How to use sipML5 js with Mobicent SIP servlets?

I am using sipML5 for audio and video calls that use web socket. When I register a SIP account with details, it sends a request to the server for authentication with details and the server responds with Status(like 401 or 403 Forbidden etc.) in some…
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
1 answer

How to use Mobicents sipservlets ws transport when acting as a UAC?

I need a bit of assistance in mobicents sipservlets and defining ws or wss transports when acting as a client looking at…
100_Trying
  • 69
  • 6
1
vote
1 answer

Failed to execute goal on project sip-servlets-core-api

I am trying to make an SIP servlet, after a lot of research on Session Initiation Protocal(SIP) servlets I am now using mobicent's sip servlet project with TOMCAT...! I am following this guide to get my goal, the issue is that when I am trying to…
Arsal Imam
  • 2,882
  • 2
  • 24
  • 35