Fix ARI config path: Ari -> Telephony.Asterisk to match AsteriskOptions.SectionName

This commit is contained in:
2026-03-15 18:26:04 +00:00
parent adf8f40fe2
commit c7e59df880

View File

@@ -46,16 +46,17 @@ data:
"Twilio": { "Twilio": {
"VoiceUrl": "https://telephony.flowercore.io/api/twilio/webhooks/voice/incoming", "VoiceUrl": "https://telephony.flowercore.io/api/twilio/webhooks/voice/incoming",
"StatusCallbackUrl": "https://telephony.flowercore.io/api/twilio/webhooks/voice/status" "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": { "Tts": {
"PiperUrl": "http://10.0.57.15:8500", "PiperUrl": "http://10.0.57.15:8500",
"DefaultEngine": "piper", "DefaultEngine": "piper",