Skip to content

dima056359/asterisk-scale-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk Scale

How to start

docker-compose up -V

This will start :

  • Asterisk
  • Kamailio
  • Consul
  • Nginx (aka api-gateway)
  • Rabbitmq
  • The demo App

How to test

SIP :

  • username: demo
  • password: demo

Once registered you can call the number 8001, you should hear which asterisk you are connected to. This is the demo App which answers to the call and play the sound.

How to scale

docker-compose scale asterisk=3

Calling the number 8001 multiple times you should hear different Asterisk IDs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.7%
  • C 10.7%
  • Other 1.6%