Questions tagged [restcomm]

Restcomm is an Open Source turn-key CPaaS (Communications Platform as a Service) solution ready for public, private or hybrid cloud deployment. Restcomm is compatible with Twilio API’s and was previously known as Mobicents.

Restcomm GitHub

244 questions
2
votes
2 answers

-restcomm configuration for Windows

I am beginning to set up on Restcomm Mobicents framework. In particular I am trying to set up Restcomm on my Windows 8.1 laptop. Can anyone assist with how to set up RESTCOMM on Windows Server please. The reason I ask this is that most of the…
Ias M
  • 117
  • 1
  • 7
2
votes
0 answers

*** Assertion failure in -[UITableView _endCellAnimationsWithContext:]

I'm working on an iOS application and have a UITableView containing text messages (a table cell for each message). When a new message arrives a new cell is added in the UITableView. At first I used a single UITableView section and added all cells…
atsakiridis
  • 1,002
  • 5
  • 19
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…
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…
2
votes
1 answer

Restcomm default username and password

Hi Guys I was trying run mobicents Telestax RestComm, and after I and the "mobicents-media-server\bin\run.bat" and the "Mobicents-RestComm-Jboss-AS7-7.2.2.616\bin\standalone.bat -c standalone-sip.xml" and both commands ran fine. and the I tried to…
2
votes
3 answers

Basic logic components in Restcomm Apps

I don't see a way in Restcomm Apps using RVD to create basic data or basic logic trees. Is there a way to create components for: Creating and assigning variable values Basic logic components such as If Then Else, Equal / Not Equal, Contains,…
2
votes
1 answer

Registering Range Networks Dev Kit / OpenBTS with Restcomm

I'm trying to configure OpenBTS 4 to use Restcomm for SIP registrar, voice and SMS proxy. Looks like OpenBTS has a minimal SIP stack and expects not to be challenged when registering mobile devices as sip clients. I see this question addressed for…
Ivelin Ivanov
  • 373
  • 2
  • 12
2
votes
2 answers

Mobicents - RestComm Issue

I am following Tutorials by RestComm for their Mobicents Implementation. I successully bind and register users through CURL for Hello-World demo and DTMF Demo. Whenever i place a call on sip:1234@127.0.0.1:5080 or sip:3333@127.0.0.1:5080 i receive…
Waqas Memon
  • 1,247
  • 9
  • 22
1
vote
0 answers

How to monitor RestComm Sip Servlets

I know that it is possible to monitor RestComm SIP Servlets under Tomcat via JMX, but I am more interested if it is possible to accomplish via SNMP? I cannot find any references how to do it. Has anybody tried it?
bkalcho
  • 309
  • 2
  • 11
1
vote
1 answer

where i could find latest binary distribution of jss7

I try to install mobicents-Restcomm-JBoss-AS7 but - found many src distributions, i don't want to go down the road - compiling the whole src tree. Many docs point some urls - that i should look mobicents-Restcomm-JBoss-AS7-*-zip. On github…
1
vote
0 answers

Token expiry of Rest Sharp API

Working on Rest Sharp API automation framework, I have to run a script for 8-10 hrs to do some task. But the token expires after 30 minutes with the message: Unauthorized: { "Message":"Expired Token" } How can I handle it? Or is there any…
Shirsh
  • 73
  • 3
  • 9
1
vote
0 answers

RCDevice is taking too long time to initialise

I used restcomm to make audio call in my app. Because of initialisation issue sometimes getting error message that 'peer not found' so it fails to connect audio call. I also know that it depends on network connection. But i need some suggestion that…
Arti Patel
  • 671
  • 4
  • 15
1
vote
0 answers

Restcomm ClassCastException during creating SBB child relation

I'm trying to create SBB child on Restcomm, most of the times I encounter this exception: java.lang.ClassCastException: com.edafa.slee.http.sbb.api.HttpSbbLocalObjectImpl cannot be cast to com.edafa.slee.http.sbb.api.HttpSbbLocalObject …
1
vote
0 answers

jdiameter-ha-* ClassNotFoundException

I'm attempting introduce high availability mode (via JBoss Cache) in my server implementation (essentially an expanded version of the example server) by configuring my Maven project to use jdiameter-ha-api and jdiameter-ha-impl dependencies instead…
stellarossa
  • 1,730
  • 1
  • 18
  • 29