Restcomm – Docker Quick Start Guide
This is a quick user guide for Restcomm – Docker. You will learn how to install and start using Restcomm in a docker container. Prerequisites System requirements: There are not any particular minimum...
View ArticleRVD Workspace Upgrade
Given the new Applications REST API available since the previous RestComm release (7.4.0), some modifications were done to better integrate RVD Projects with Application entities. So the native...
View ArticleRestcomm – Single RVD Workspace for two Restcomm Instances
It is possible to run Restcomm in a cluster mode where two Restcomm instances can use the same Mysql server as explained HERE. In this tutorial, you will learn how to configure two Restcomm instances...
View ArticleRestcomm – Using a Single Mysql Database for 2 Restcomm Servers
This tutorial will show you how to configure two Restcomm instances to use the same Mysql Server instance. Requirements Install Mysql Download the latest version of Restcomm Telscale as explained HERE...
View ArticleRestcomm – Install and Configure Restcomm to use Mysql
When working with the binary version of Restcomm, the default database is hsqlDB. This is of course not suitable for production but it is provided as a way for you to conveniently and quickly start up...
View ArticleRestcomm – Configuring Load-balancer
This tutorial focuses on how to use Telscale Loadbalancer to distribute SIP traffic between two Restcomm Servers. The diagram below shows the network topology. Requirements Basic knowledge of Restcomm...
View ArticleRestcomm RVD – Introducing Diagrams
Diagram is a shiny new feature of RVD added in latest Restcomm release (7.5.0). It’s a new, graphical, tree-like view of a project’s call flow where modules are depicted as tree nodes and connections...
View ArticleAccessing custom SIP headers from an RCML/RVD application
Restcomm provides an additional interface to communicate with an RCML/RVD application by means of custom SIP headers. The idea is that all custom SIP headers in a SIP message are detected and converted...
View ArticleRestcomm API – Email Messages
Email Messages Using the RestComm API, you can send Emails through a simple request. Email resource URI. /2012-04-24/Accounts/{AccountSid}/Email/Messages Resource Properties Property Description...
View ArticleRestcomm API – Applications
Applications An Application instance resource represents a RCML set of instructions used by a RestComm interpreter to process an on-going call, SMS or USSD. RestComm stores only part of the metadata...
View ArticleUSSD – Running USSD Push Example
Restcomm USSD Simulator – Notify: You can simulate a simple Notify dialog by following the below steps: Fill the ISDN field with a preferred ISDN number, for example “1111” is good for SS7 Simulator....
View ArticleRestcomm – Docker Quick Start Guide
This is a quick user guide for Restcomm – Docker. You will learn how to install and start using Restcomm in a docker container. Prerequisites Install docker on your sever :...
View ArticlejSS7 Installation Guide
1. Introduction Restcomm jSS7 Stack (Java SS7) is the only Open Source Java based implementation of the SS7 protocol stack. It provides implementation for MTP2, MTP3, ISUP, SCCP, TCAP, CAMEL (Phase I...
View ArticleUSSD Installation Guide
Introduction Restcomm USSD Gateway is an Open Source Java based USSD Gateway Platform that routes USSD messages from the signaling network to service applications and the other way around. It enables...
View Article10. Monitoring
Tracers USSD Gateway USSD Gateway Application creates following tracers: USSD Gateway Application Tracer and Log Categories Sbb Tracer name LOG4J category ParentSbb USSD-Parent...
View Article9. XML Parser API
Restcomm USSD Gateway exposes easy to use Java framework to serialize and deserialize the MAP messages. So if you are using Java Servlets for your business logic, this framework will make it very easy...
View ArticleRestcomm – Docker Adding a Jar File to an Exiting Container
This guide deals with scenarios where Telestax provides you with a Jar file as a patch or as a sponsored feature that requires testing before using in a production environment. Apply new JAR to an...
View ArticleRestcomm – Docker Advanced Configuration
Automatically restart the container in case of a failure or host restart, Use the flag –restart-always docker run -e USE_STANDARD_PORTS="true" -e VOICERSS_KEY="YOUR_VOICESS_KEY_HERE" --name=restcomm...
View ArticleRestcomm – Docker How to Load Environment Variable from a File
Check the –env-file option that docker provides : docker The –env-file=[ ] reads the required environment variables from a file. Create a file similar to the one HERE Run the following command :sudo...
View ArticleRestcomm – Docker Image in OSX host
You can run RestComm Docker image using the official Docker for OSX installation found at https://docs.docker.com/engine/installation/mac/ (more details on the issues at:...
View Article