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
1 answer

Restcomm android sdk with other sip servers

I am trying to build an Android VOIP client application for a voip server and planning to use Restcomm android sdk. But according to their getting started guide they specify Restcomm Communications Platform as a prerequisite . So I am confused…
Abhisek Lamsal
  • 473
  • 1
  • 5
  • 16
2
votes
1 answer

Can I have access to Trusted Certificate Entries in Android from my App

I have this scenario where my App needs to make requests towards a secure server (NON http(s), actually it is about SIP protocol but the question should apply to any non http(s) protocol), and I need be able to tell if the server is considered…
atsakiridis
  • 1,002
  • 5
  • 19
2
votes
1 answer

PChargingVectorParser of jain-sip-ri doesn't accept IPv6 in icid-value of P-Charging-Vector

I am building a SIP application using mss (mobicents sip servlets). P-Charging-Vector has icid-value and icid-generated-at parameters. according to rfc3455, and rfc3261 both icid-value and icid-generated-at paramaters can be in a form of : "["…
eran levi
  • 133
  • 2
  • 9
2
votes
1 answer

Re-purposing RestComm

All, Apparently, RestComm has taken up the Mobicents project, which I worked with a bit a few years ago. I am in the throws of assessing as to whether RestComm is suitable for my new project and am looking to confirm what I have read so far. …
Geoffry Roberts
  • 111
  • 1
  • 1
  • 4
2
votes
1 answer

Which Instance type support to host RestComm in AWS

I have tried to setup Docker in AWS EC2 Micro instance. I have managed to install successfully but I am not able to access from public DNS ? Is there any problem with instance type ?
Kaviyarasu Arasu
  • 329
  • 5
  • 13
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…
2
votes
0 answers

Access to the SIP Diversion Header in RestComm RVD

Is it possible to access to the SIP Diversion header in RestComm RVD using the feature explained in http://docs.telestax.com/accessing-sip-headers-from-an-rvd-application/ ? Related Github issue by @otsakir:…
Antón R. Yuste
  • 980
  • 7
  • 17
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
1 answer

Restcomm variable for the date

I'm creating a new App in RVD and creating a request to an external service. Everything works as expected, I'm using different variables as core_From, core_To and so on. The problem is, I would like also send the date when the call is done but I…
Antón R. Yuste
  • 980
  • 7
  • 17
2
votes
2 answers

SIPML 5 Client and SipServlets not works Using WSS

I Have Tomcat run on HTTPS. I have tried to deploy SIPML5 WebSocket Application To into my tomcat. When I tried to connect Sip Servlets using ws : ws://192.168.X.Y:5082 And Sip Servlets Config looks like :
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…
2
votes
0 answers

restcomm hello world project from Restcomm Client Android SDK 1.0.0 BETA3 error

I'm runnig the restcomm hello world project from Restcomm Client Android SDK 1.0.0 BETA3 I followed the steps mentioned in this answer Mobicents Restcomm Hello-World Implementation But when I dial I still have errors in the logcat and I don't hear …
firasovich
  • 21
  • 2
2
votes
1 answer

jss7 Doesn't send out GSM MAP message

I am using this version of jSS7 via maven org.mobicents.protocols.ss7 restcomm-ss7 3.0.1335 I can setup an SCTP link to a Cisco ITP that has E.1 lines on it however when trying to send…
MemCtrl
  • 131
  • 1
  • 11
2
votes
1 answer

Implementing s6a diameter endpoint using RestComm Jdiameter

I am pretty new to Diameter and I need a test application to imitate HSS behavior and send some diameter requests to the MME on s6a interface. I have checked out seagull tool but it has some problems as seagull assumes that the client always…
tej
  • 73
  • 12
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…
1 2
3
16 17