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
5
votes
1 answer
How to debug Mobicents Media Server
I'm using RestComm Client iOS SDK to make a call to my RestComm instance deployed locally, but I'm having issues setting up a WebRTC call (something seems to be wrong with the STUN pings as part of ICE). How can I attach the eclipse debugger on the…

atsakiridis
- 1,002
- 5
- 19
4
votes
1 answer
How do I change the default ringback tone in RestComm?
I need to change or remove the default ringback tone in a RestComm instance, or on a per application basis. Does anyone know how to achieve this?

Lyle Pratt
- 5,636
- 4
- 27
- 28
3
votes
1 answer
How Mobicent Media server plays audio using URL
I want to know details how Mobicent Media server plays audio using URL? In which method it's streaming using URL. For local storage I'm understanding but for remote storage(URL) I'm not getting how it's working. I didn't find anything in the user…

N.I
- 31
- 6
3
votes
1 answer
Unexpected end of call when app is started using Web Trigger
I've created an RVD app enabling Web Trigger. One of the modules of this app contains a collect step. When I start the app using Web Trigger, the call ends few seconds after say the prompt message of the collect step, while I'm still dialing some…

ghjansen
- 349
- 1
- 9
2
votes
1 answer
Jdiameter S13: Could not process request. Result Code = [3007], Error Message: [null]
i am trying to make a diameter S13 Server,
and i have used mobicents dependencies as below :
org.mobicents.diameter
restcomm-diameter-mux-jar
1.7.0.180
…

amir bayan
- 65
- 8
2
votes
1 answer
Can not integrate TeleStax Restcomm in MetaSwitch Clearwater
I really want to study how restcomm works in clearwater as a Telephony Application Server.
I follow the guideline at:
http://telestax.com/wp-content/uploads/2013/12/ClearWater-RestComm-Integration-2013.pdf
But seemly, the verion of Restcomm in this…

raspberrypi
- 21
- 4
2
votes
0 answers
Restcomm mediaserver: audio file cache
I know that restcomm has disk cache for audio files.
Seems it provides HTTP link to mediserver to play file.
So each time mediaserver downloads file by HTTP and plays it.
Does it make sense to move cache to mediaserver?
Maybe we can use "file://"…

hamsterksu
- 125
- 10
2
votes
2 answers
JSS7 - TC-CONTINUE: No dialog/transaction for id:
We are working on SS7 CAMEL application. The application is based on jboss 5.10GA
and Mobicents/Restcomm's jss7 and Restcomm's CAP Resource adapter.
In our Sbb we receive InitialDP message and delimiter from switch. After we recieve the delimiter we…

B. Barylowicz
- 31
- 3
2
votes
1 answer
Mobicents Restcomm Hello-World Implementation
I am following Mobicents Restcomm's guide to implement Restcomm Client Android. I am following their quick start guide for that. I have imported their Hello-World program in Android Studio but there are some issues. It is imported but it is throwing…

Alex Hales
- 73
- 6
2
votes
0 answers
Multithread jdiameter client (load testing plugin)
Good afternoon.
This program is very important and difficult challenge for my team.
We need to write the implementation JDiameter client to server load testing (simple implement JMeterPlugin.JavaSampler). Please help advice or reference.
Now…

Anton
- 21
- 2
2
votes
1 answer
Issues Getting Started with Restcomm
I've been trying to get started with programming with Restcomm for a few weeks now, and I'm having trouble figuring what I need in order to get myself set up with all of the services.
So far, I have gotten myself situated with the Restcomm software…

John O'Brien
- 21
- 2
2
votes
3 answers
SIP Servlet not starting in JBOSS 7.2 from Eclipse
I currently work on a project based on Mobicents SIP Servlets and JBoss 7.2. I created a new Dynamic Web Project in Eclipse with the template the Mobicents Eclipse Plugin gives me, then mavenize it. Then I created a JBoss Server in Eclipse pointing…

jcklie
- 4,054
- 3
- 24
- 42
2
votes
1 answer
Restcomm Web Trigger returns HTTP 401
I'm trying to use Web Trigger in a RVD project, but when I do the HTTP call this error appears: Error 401 running REST GET request: Unauthorized
After some minutes under debug, I've noticed RvdController.java is trying to access the hardcoded path…

ghjansen
- 349
- 1
- 9
2
votes
2 answers
Restcomm login page error: webpage not available
I followed instruction in a restcomm video tutorial to access restcomm via AWS marketplace (I chose the recommended 'large' instance). I had no issue performing all of the steps mentioned.
However, when I try to access restcomm login page, I get a…

SimpleLogic
- 21
- 4
2
votes
2 answers
Mobicents SIP error response handling - what's the proper way to re-proxy?
The Mobicents SIP servlet container appears to handle error responses differently to other SIP containers I've used. The situation is that:
On receipt of an INVITE, app handles and proxies (supervised) downstream (so it may receive the responses…

Nathan Woodhouse
- 21
- 1