File: //opt/ligacao-rui/.env.example
# Twilio credentials
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_FROM_NUMBER=+5511999999999
# Who will receive the repeated calls
TARGET_NUMBER=+5511988888888
# Public base URL for Twilio webhooks (must be reachable by Twilio)
PUBLIC_BASE_URL=https://ligacoes.brunomagrini.com.br
# Call cadence
CALL_INTERVAL_MINUTES=15
MAX_ATTEMPTS=0
TIMEZONE=UTC
# Audio that Twilio will play when a human answers
# Place the file under src/static/recordings/ and set only the filename here.
RECORDING_FILE=minha-gravacao.mp3
# Optional tuning
PORT=8080
HOST=0.0.0.0
MACHINE_DETECTION=Enable
MACHINE_DETECTION_TIMEOUT=30
STATUS_CALLBACK_EVENTS=initiated,ringing,answered,completed
AUTO_START=true