Twilio <Gather input="speech dtmf" bargeIn="true"> with optional partial ASR callbacks.
docker compose up -d
docker compose logs -f swift-python-service
curl http://127.0.0.1:8001/healthCreate .env.local before starting the container:
TWILIO_SID=your-twilio-account-sid
TWILIO_TOKEN=your-twilio-auth-token
PYTHON_VOICE_TOKEN=shared-voice-secret
PYTHON_SMS_TOKEN=shared-sms-secretThe 2swiftguy/haroldhowell app posts JSON to:
POST /process-callwithfrom,to,call_sid, andtrace_idPOST /process-smswithfrom,to,body,message_sid, andtrace_id
Both endpoints require X-Service-Token and echo request correlation with X-Trace-Id.