mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
feat: add vonage telephony
This commit is contained in:
parent
a01f2df7ea
commit
26a9ae2381
35 changed files with 2031 additions and 539 deletions
|
|
@ -34,13 +34,7 @@ STACK_SECRET_SERVER_KEY="ssk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|||
STACK_PUBLISHABLE_CLIENT_KEY="pck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
|
||||
# Telephony Configuration
|
||||
# Provider selection (default: twilio, future options: vonage, plivo, etc.)
|
||||
TELEPHONY_PROVIDER=twilio
|
||||
|
||||
# Twilio Configuration (when TELEPHONY_PROVIDER=twilio)
|
||||
TWILIO_ACCOUNT_SID="ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
TWILIO_AUTH_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
TWILIO_FROM_NUMBER="+1234567890"
|
||||
# Telephony providers are configured via UI/database only. Navigate to: Settings → Integrations → Telephony
|
||||
|
||||
# Tracing and Analytics
|
||||
ENABLE_TRACING=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue