-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env.example
More file actions
29 lines (22 loc) · 937 Bytes
/
config.env.example
File metadata and controls
29 lines (22 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Amazon Chime SIP -> Vapi Configuration
# Copy this file to config.env and fill in the required values before running deploy.sh
#
# cp config.env.example config.env
# Optional -- your AWS account ID (12-digit number)
# If blank, deploy.sh will auto-detect it via STS
AWS_ACCOUNT_ID=
# Required -- AWS region for all resources
AWS_REGION=us-west-2
# Required -- your existing Voice Connector ID
# Find it with: aws chime-sdk-voice list-voice-connectors
VOICE_CONNECTOR_ID=
# Required -- the Vapi SIP endpoint host (credential-specific domain)
# Format: <credential-id>.sip.vapi.ai
# Get this from your Vapi BYO SIP trunk credential
VAPI_SIP_HOST=
# Required -- the user part of sip:USER@<VAPI_SIP_HOST> that Vapi maps to your assistant
VAPI_SIP_URI_USER=
# Optional -- timeout in seconds for the outbound SIP call to Vapi
CALL_TIMEOUT_SECONDS=30
# Optional -- area code for searching available Chime phone numbers
AREA_CODE=503