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

Measuring the Performance of SIP servlet container based on the load

I have a simple sip servlet application, based on this scenario: and I deploy it on a servlet container like Mobicents. Now, I want to send requests from a client to this application and I'm gonna to do this by SIPp. What I want to measure is the…
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
1 answer

Mobicents application router not routing external IP INVITE

I am using Mobicents on Jboss 7.2. My Mobicents seems doesn't passes messages to the application if the soft-phone is on another machine. I'm executing the server as "./standalone.sh -b 0.0.0.0" The both phone are registered to the server but: If…
MrDjToto
  • 119
  • 2
  • 11
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

Mobicents presence server. How to register softphone?

I have installed the Mobicents Presence server following the guide. The server is installed but now I am not able to proceed further. I mean now how to test the presence or register the devices with XDM, PS and RLS. How do I find on which port the…
Jardanian
  • 711
  • 1
  • 6
  • 11
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
1 answer

WebRTC on tomcat

I'm newbie in WebRtc technology and I have to implement audio/video and data exchanging using my own tomcat server for signaling. I've already fork mobicents implementation from github (https://github.com/Mobicents/sip-servlets), but it is huge…
Araneo
  • 477
  • 2
  • 9
  • 25
1
vote
1 answer

Access SipFactory from EJB

I'm using Mobicents SipServlets 2.1.547 with JBoss AS 7.2.0. I need to inject the SipFactory into an EJB and I'm using the @Resource annotation, which always results in a NullPointerException when I try to access the SipFactory. At this point I have…
Carlos AG
  • 11
  • 2
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
0 answers

Can't send outgoing MESSAGE sip request

I'm trying to send an outgoing sip request to another server but the request is just routing back to my server. I need to send the request via UDP. I'm using MOBICENTS Sip Servlets. Here's the logs: 2013-05-20 23:30:35,175 INFO …
0
votes
0 answers

RESTCOMM Mobicent Creating a Sip Message issue

I am migrating from Websphere Application Server (WAS) to Mobicent on Tomcat (MSS). In WAS Iused to create SIP message like- sipMsg = sipFactory.createRequest(appSession, "INVITE", fromAddr, toAddr); If the fromAddr and toAddr contained…
0
votes
0 answers

sip stack implementatin outside the servlet container

I want to know if it's possible to implement the SIP stack outside the servlet container and interact between them with an interface. I want to have SIP transactions and dialogs for the first part and can host the servlet inside the servlet…
0
votes
1 answer

Restcomm cluster: nodes list is empty in sip-balancer

i'm trying to create restcomm cluster: sip-balancer + a few restcomm instances. But i can't connect restcomm node and sip-loadbalancer. i used this tutorial - http://docs.telestax.com/sip-servlets-clustering-high-availability/ however haven't got…
hamsterksu
  • 125
  • 10
0
votes
1 answer

Issue in Olympus App while Dialing

I am using Olympus as a prototype to create a call application. But when I dial a I get this message "Error Parsing SIP URI"... Can you please answer a few of my questions? Question1: I am writing :22.23.228.238: in Domain. It is the default IP…
Alex Hales
  • 73
  • 6