Skip to content

Alliera/sms_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms_emulator is a simple tool for emulating receiving and sending SMS messages by the end user.

To use it locally you have to make the following steps:

  1. Install Docker and docker-compose.
  2. Add your local user to Docker's group.
sudo usermod -aG docker $USER
  1. Clone project
git clone git@github.com:Alliera/sms_emulator.git
  1. Go to demo_deployment
cd sms_emulator/demo_deployment
  1. Run build.sh script to create Docker containers
build.sh
  1. Press Ctrl-Z to detach output and go to http://localhost:9000

Usage:

  • Go to the http://localhost:9000/admin and create a record for enterprise, including proper webhook URL for REST API side. Example:
    http://0.0.0.0:8002/api/rest/gateway-answer-view/sms/test/inbox/feedback_36/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors