The Mobicents Communication Platform is the best architecture to create, deploy and manage services and applications integrating voice, video and data across a range of IP and legacy communications networks.
Questions tagged [mobicents]
84 questions
1
vote
1 answer
mobicents jain slee hello world serivce for beginner
I am trying to build a simple jain slee project by following the steps given here
https://developer.jboss.org/wiki/HelloSLEEWorldServiceJAINSLEETutorial
but when i try to create a service i get an error message error message scr shot
can anyone…
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
1
vote
1 answer
Jboss 5.1 mobicents http response timeout interval
I 'm using Mobicents http client and I get http requests using GET method.
then I suspend the event using suspendDelivery() and do my work. finally i resume the event using resumeDelivery() and send the http respond.
this is working only less than…

Hasitha
- 738
- 8
- 16
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…

MrDjToto
- 119
- 2
- 11
1
vote
1 answer
JSS7: Dahdli Card Configurations
Our SS7 service is integrated with telecom operator using "Digium TE420 E1 PRI" card through one digital E1 Cable 64 kbps.
The signaling is performed on channel 16.
This is steps we followed to start the sgw and activate SS7…

mtmwwf
- 11
- 2
1
vote
1 answer
Rescomm API based call towards webRTC client issue
I would like to perform a call using API towards webRTC based client.
The scenario is:
Login as alice to olympus client (I also tried with different one with the same results).
Trigger the simple sip call to alice client ( curl -X POST…

Hubert Zegota
- 21
- 1
1
vote
1 answer
Mobicents Media Server failed to bind
I am running Mobicents Media Server and Restcomm in Oracle VirtualBox on the local machine. While making a call to 1234 I am getting following error.
2015-06-24 14:47:50,231 INFO [MGCP] (Thread-2) tx=147483653 Started, message= CRCX…

Techpreneur
- 77
- 6
1
vote
2 answers
Restcomm Demo Call Failed
I have autoconfigured restcomm with the network details.
Now when I am trying to call sip:1234@host:5080
I have checked all the other demos and all of them are failing. I tried changing the cache folder to an external folder on the disk even it is…

Techpreneur
- 77
- 6
1
vote
1 answer
Setting Up Restcomm on Ubuntu 14.04 (EC2)
I am completely new to Restcomm and currently experimenting with the application.
I want to setup a restcomm apps on my EC2 instance. I am aware that i can easily deploy Restcomm via the AWS Marketplace, however it only allows me to deploy on…

Jeremy
- 2,516
- 8
- 46
- 80
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
JDiameter and SCTP throw SCTPManagement exception
I am trying to build an application that provides an S6 endpoint over SCTP. I am currently using jDiameter 1.7.0-SNAPSHOT and SCTP 1.5.0, bundled in an EAR that gets deployed to wildfly 8. I already tried with 1.6.0.Final, but have the same…

mbauer
- 183
- 10
1
vote
0 answers
ussd server sample example
I am working on jss7 project. I am trying to implement ussd server and client simple example.
I tried this example:
Jss7 standalone example
but it didn't work because it doesn't use the latest version of jss7 implementation 2.1.0
i found this…

antoine magdi
- 31
- 4
1
vote
1 answer
Restcomm - configuring incoming DID with Nexmo
We are trying to create a testing environment with Restcomm and a Nexmo DID incoming number. We followed this tutorial.
Although we are not sure about step 3, so we leave that aside.
When we try sendig calls from Nexmo, Restcomm answers with a 404…

B-K
- 359
- 1
- 2
- 9
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