Setting Up Restcomm on Ubuntu 14.04 (EC2)

327 views Asked by At

I am completely new to Restcomm and currently experimenting with the application.

I want to setup a restcomm apps on my EC2 instance. I am aware that i can easily deploy Restcomm via the AWS Marketplace, however it only allows me to deploy on N.Virgina (whereas i want to deploy it on Singapore region)

After following the instruction described on this page Installing from Github

I get the following message when i run

./start-restcomm.sh

Image 1 Image 2

When i try to access it via MY_PUBLIC_IP:8080/olympus i always get "Unable to Connect" message.

My restcomm.conf is as follows:

Restcomm.conf

If i have to guess, i think restcomm is currently listening to my Private IP instead of my Public IP. I am really new at this and hoping that someone can help with this.

This is my security group configuration, in case you need to know:

Security Groups

And ifconfig spits out this:

ifconfig

ps: I think someone really need to create a new tag "restcomm" for this kind of question.

1

There are 1 answers

1
Desi Pepova On

It seems that you are missing 5082 port in the security group configuration for SIP over Websockets. Can you connect to restcomm-management (Admin UI) correctly?