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
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:
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:
And ifconfig spits out this:
ps: I think someone really need to create a new tag "restcomm" for this kind of question.
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?