# Server Configuration
SERVER_PORT=9050

# Debug mode (set to true for verbose logging)
DEBUG=false

# AMI Configuration
AMI_USERNAME=astmanager
AMI_PASSWORD=Xn75CFbVfjRg71v
AMI_HOST=127.0.0.1
AMI_PORT=5038

# Optional template for the announcement text (leave blank to let the AI craft it naturally).
# Supported placeholders: {callerName} and {reason}
# Example: "{callerName} is calling because {reason}"
# Leave blank to use the AI's callee_announcement or the built-in fallback.
TRANSFER_ANNOUNCEMENT_TEMPLATE=

# Directory where temporary transfer audio files are stored.
TRANSFER_AUDIO_DIR=/tmp/vitalpbx

# Voice instructions for the TTS announcement (gpt-4o-mini-tts instructions field).
# Controls tone, pace, and style of the spoken announcement played to the callee.
# Leave blank to use the default: "Speak in a clear, professional, and calm tone."
# Examples:
#   "Speak in a clear, professional, and calm tone."
#   "Speak in a warm and friendly tone, as if passing a call to a colleague."
#   "Speak clearly and with a sense of urgency."
TRANSFER_ANNOUNCEMENT_INSTRUCTIONS=Speak in a clear, professional, and calm tone.
