A experimental HTTP to SCAIP over SIP gateway. Not intended for production use!
- create
config.json
(see config.py for structure) - create
.env
file withSCAIP_GATEWAY_CONFIG
pointing toconfig.json
- run
docker-compose up
to start the service - open http://0.0.0.0:8000/docs
docker-compose restart
to restart the service (unfortunately to auto-reload does not work due to the SIP-Thread)