Files
aimaq-call-center/docker-compose.override.yml
T
arystanbek 7d049e83fe
deploy / deploy (push) Successful in 44s
fix: commit pending host drift, enable emotive ack rotation
docker-compose.override.yml: VAD tuning (RMS threshold, min speech, trailing
silence), no-speech reprompt, immediate_short ack mode, media idle timeout --
all previously live on prod but uncommitted. AI_VOICE_V2_EMOTIVE_ACK_ENABLED
flipped 0 -> 1: this flag was silently disabling filler-phrase rotation
regardless of the app-level 36c2acb fix.

docker-compose.minimal.yml: removed the voice-ai (Magzhan legacy) service
and its dependency, matching what was actually running.

docker-compose.yml: added common_network to api-gateway.
2026-08-30 07:56:40 +00:00

41 lines
1.3 KiB
YAML

services:
ai-voice-runtime-service:
environment:
- AI_VOICE_V2_STREAMING_ASR_BACKEND=elevenlabs_realtime
- AI_VOICE_ASR_PROVIDER=elevenlabs
- AI_VOICE_START_DEFAULT_LANGUAGE_ON_UNCLEAR=ru
- AI_VOICE_V2_PARTIAL_ASR=1
- AI_VOICE_V2_DUPLEX_ENABLED=1
- AI_VOICE_V2_STREAMING_ASR_TIMEOUT_SECONDS=15
- AI_VOICE_V2_STREAMING_ASR_SUPPORTED_LANGUAGES=ru,kk
- AI_VOICE_VAD_RMS_THRESHOLD=300
- AI_VOICE_VAD_MIN_SPEECH_MS=200
- AI_VOICE_VAD_TRAILING_SILENCE_MS=800
- AI_VOICE_NO_SPEECH_REPROMPT_ENABLED=1
- AI_VOICE_V2_ACK_MODE=immediate_short
- AI_VOICE_V2_EMOTIVE_ACK_ENABLED=1
- AI_VOICE_MEDIA_IDLE_TIMEOUT_SECONDS=20
ports:
- 127.0.0.1:9019:9019
asterisk-bridge-service:
environment:
- ASTERISK_AMI_HOST=172.19.0.1
- ASTERISK_BRIDGE_ENABLED=1
- ASTERISK_SFTP_HOST=172.19.0.1
- MVPCC_AI_AUDIOSOCKET_SERVICE=127.0.0.1:9019
sales-service:
environment:
- WHATSAPP_OUTBOUND_ENABLED=1
- SALES_VOICE_RUNTIME_ENABLED=1
telegram-adapter-service:
environment:
- TELEGRAM_BOT_ENABLED=1
- AI_TELEGRAM_ENABLED=1
- SALES_TELEGRAM_BRIDGE_ENABLED=1
- SALES_VOICE_RUNTIME_ENABLED=1
whatsapp-adapter-service:
environment:
- WHATSAPP_OUTBOUND_ENABLED=1
- AI_WHATSAPP_ENABLED=1
- SALES_VOICE_RUNTIME_ENABLED=1