.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
CALLME_PHONE_ACCOUNT_SID
Telnyx: Get these from https://portal.telnyx.com CALLME_PHONE_ACCOUNT_SID = Your Connection ID (from Call Control app)…
CALLME_PHONE_AUTH_TOKEN
secret
CALLME_PHONE_NUMBER
The phone number to call FROM (must be purchased from your provider)
CALLME_USER_PHONE_NUMBER
Your Phone Number The phone number to call YOU at
CALLME_OPENAI_API_KEY
secret
Speech Services OpenAI API key (required for speech-to-text and text-to-speech)
CALLME_NGROK_AUTHTOKEN
secret
ngrok Get a free auth token at https://dashboard.ngrok.com/get-started/your-authtoken
brew install flyctl && fly launch --from https://github.com/dontriskit/call-me
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dontriskit/call-me
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dontriskit/call-me