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.
Questions tagged [restcomm]
244 questions
3
votes
1 answer
Restcomm RVD is not running from docker container
I am running restcomm docker container in AMI where. I have created the container by default setting.
Using the default values:
docker run --name=restcomm -d -p 8080:8080 -p 5080:5080 -p 5082:5082 -p 5080:5080/udp -p 65000-65535:65000-65535/udp…

Rafiqul Islam
- 57
- 6
3
votes
1 answer
How to select a specifc Availability Zone on AWS to get Restcomm working?
I tried to install Restcomm for VoIP Innovations on AWS using the default setup but it didn't work.
This is the error message:
Your recent Restcomm for VoIP Innovations launch failed. Your requested instance type (m1.large) is not supported in…

karel
- 93
- 8
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
Restcomm gmlc configuration issue no local SSN is present for primary Address
I'm facing an issue while trying to configure restcomm gmlc on windows server 2008 R2. I Get the this message
The picture bellow are the settings for HLR and the Windows server
And bellow are the settings
GmlcManagement_gmlcproperties.xml

NDZIE Patrick Joel
- 1,114
- 14
- 26
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
0 answers
Tomcat 7.0.82 Release for Restcomm Sip Servlets
We are using Restcomm as a sip stack for one of our applications. We would like to be able to deploy in Tomcat 7.0.82 for security fixes, but I am unable to build the jars against this version. This is the error that I receive:
`[INFO]…

whitehotsteel
- 21
- 3
2
votes
1 answer
Can't enable jboss security
I practise sip scenarios based on mobicents sip servlets. I have Restcomm-JBoss-AS7-8.2.0.1221 and my own sip application deployed on it (restcomm app is disabled). I encountered a problem with enabling jboss security. What I did:
1.Create…

enyoucky
- 103
- 1
- 9
2
votes
0 answers
Getting error while connecting to restcomm server bind 0x0000000F: "System ID invalid"
I have two different systems running restcomm smsc gw. I'm trying to configure one as a server side and other as client side. Logs for both PC are given below:
SERVER ERROR
10:40:32,975 INFO [SmppServerConnector] (SmppManagement) New channel from…

Mohsin Kamal
- 63
- 8
2
votes
1 answer
Why doesn't my JBoss AS bin directory contain a run.sh script?
I am running Ubuntu 16.04 and I need to install and run Restcomm JSS7 stack as a JBoss AS Service.
I followed this video tutorial to install JBoss AS 7. Then I set the JBOSS_HOME environment variable to installation directory of JBoss AS 7. As a…

Shy
- 542
- 8
- 20
2
votes
1 answer
Restcomm smsc gateway: How to forward incoming messages
I am using restcomm smsc gateway 7.3.135. I need to achieve the following.
SmppClient --> RestcommSMSC ---> ExternalSMPPServer
SmppClient --> RestcommSMSC ---> ExternalHTTPServer
Can you please help how to achieve this type of routing.
Thanks.

Carbonrock
- 457
- 2
- 15
2
votes
1 answer
Getting SmscManagement is not registered error in smsc gateway management UI
I am using Telestax Restcomm smsc gateway 7.2.109.
When I load sms gateway management UI, I am getting
15:31:12:520 [ERROR] javax.management.InstanceNotFoundException : org.mobicents.smsc:layer=SmscPropertiesManagement,name=SmscManagement is not…

Carbonrock
- 457
- 2
- 15
2
votes
1 answer
Send SMS with RestComm-Connect Issue
I tried to send SMS using restcomm http api, it was successful when sent with Media_Type="application/x-www-form-urlencoded" from SOAPUI.
But while trying it with "application/json" it throws following error
01:00:22,439 SEVERE…

ImranRazaKhan
- 1,955
- 5
- 33
- 74
2
votes
0 answers
Restcomm RTP standalone usage
I'm using jain-sip as standalone application. Everything works fine for my purposes.
I need to do some modification to my application - play audio file before terminating a call (something like PLAY_ANNOUNCEMENT).
It would be something like this:
…

Andrei Simileac
- 21
- 2
2
votes
0 answers
Migration from RestComm 7.6.0 to 7.8.0
I'm using the Docker Image 7.6.0 and trying to migrate to 7.8.0, but when I do, RestComm is reset and I loose all my configurations in the workspace and database (even when they are corrected persisted when working with version 7.6.0).
I've been…

Antón R. Yuste
- 980
- 7
- 17
2
votes
0 answers
General Packet Radio Service "GPRS" Simulator
I found a SMS, USSD and voice simulators By "RestComm".
Is there a GPRS simulator using restcomm library or any?

Mohammad Alkhader
- 53
- 9