2025-07-14 03:51:59 +00:00
|
|
|
Git clone https://sources.gtsvr.net/edschuy95/yeastar-voipms-webhook-proxy.git
|
2025-07-14 03:44:17 +00:00
|
|
|
|
2025-07-17 04:12:21 +00:00
|
|
|
For docker or bare OS
|
|
|
|
|
copy .env.template.py to .env and edit
|
2025-07-14 03:44:17 +00:00
|
|
|
|
2025-07-17 04:12:21 +00:00
|
|
|
Docker/compose
|
2025-07-14 03:43:59 +00:00
|
|
|
docker-compose up -d --build
|
2025-07-14 00:00:26 -04:00
|
|
|
|
2025-07-17 04:12:21 +00:00
|
|
|
Bare OS
|
|
|
|
|
pip install requirements or apt install components (requirements.txt)
|
|
|
|
|
launch app with gunicorn
|
|
|
|
|
prepare as a systemd service (todo: add template or helper script)
|
2025-07-14 00:00:26 -04:00
|
|
|
|
|
|
|
|
-------------------------------------------
|
|
|
|
|
|
|
|
|
|
Yeastar stuff:
|
|
|
|
|
|
|
|
|
|
In the API key section for the SMS channel, enter your voip.ms API credentials separated by ||| like so:
|
|
|
|
|
|
|
|
|
|
api_username|||api_password
|
|
|
|
|
|
|
|
|
|
Voip.ms stuff:
|
|
|
|
|
|
2025-07-14 04:01:53 +00:00
|
|
|
Just point voip.ms DIDS to the /{ENDPOINT_OBSCURITY}/voipms-inbound endpoint.
|