From c7e59df880395e56c9254636f6a5e178951b178f Mon Sep 17 00:00:00 2001 From: bluejay Date: Sun, 15 Mar 2026 18:26:04 +0000 Subject: [PATCH] Fix ARI config path: Ari -> Telephony.Asterisk to match AsteriskOptions.SectionName --- apps/telephony/telephony.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/telephony/telephony.yaml b/apps/telephony/telephony.yaml index 8b145b0..19b7817 100644 --- a/apps/telephony/telephony.yaml +++ b/apps/telephony/telephony.yaml @@ -46,16 +46,17 @@ data: "Twilio": { "VoiceUrl": "https://telephony.flowercore.io/api/twilio/webhooks/voice/incoming", "StatusCallbackUrl": "https://telephony.flowercore.io/api/twilio/webhooks/voice/status" + }, + "Asterisk": { + "BaseUrl": "http://asterisk-ari:8088", + "Username": "flowercore", + "Password": "bluejay-asterisk-ari", + "Application": "flowercore-pbx", + "ReconnectDelaySeconds": 5, + "MaxReconnectDelaySeconds": 60 } }, - "Ari": { - "BaseUrl": "http://asterisk-ari:8088", - "Username": "flowercore", - "Password": "bluejay-asterisk-ari", - "Application": "flowercore-pbx", - "ReconnectDelaySeconds": 5, - "MaxReconnectDelaySeconds": 60 - }, + "Tts": { "PiperUrl": "http://10.0.57.15:8500", "DefaultEngine": "piper",