Call status monitoring program used by the proxy call reservation service Tely. It records the latest call status in a database based on the call status retrieved from Twilio.
- Ubuntu22.04
- Docker 24.0.5
- Python 3.11.0
- Sentry-sdk 1.39.1
- twilio 8.11.0
To run this program, you must have Docker installed and Tely running.
Create .env.dev
and write the following
MYSQL_ROOT_PASSWORD={ROOT PASSWORD}
MYSQL_DATABASE={DATABASE NAME}
MYSQL_USER={USER NAME}
MYSQL_PASSWORD={USER PASSWORD}
MYSQL_HOST={HOST}
MYSQL_PORT={PORT}
SENTRY_DNS={SENTRY DNS ADDRESS}
TWILIO_ACCOUNT_SID={TWILIO ACCOUNT SID}
TWILIO_AUTH_TOKEN={TWILIO AUTH TOKEN}
After creating .env.dev
, execute the following command to start the container.
$ docker-compose -f docker-compose.dev.yml up -d --build
Copyright © 2024 Team Quartetto Inc.
This software is released under the Apache 2.0 License, see LICENSE.