Fix ARI config: clean JSON with both Ari + Telephony.Asterisk sections

This commit is contained in:
2026-03-15 18:34:23 +00:00
parent d66db38638
commit f918091f3f

View File

@@ -56,16 +56,15 @@ data:
"MaxReconnectDelaySeconds": 60 "MaxReconnectDelaySeconds": 60
} }
}, },
"Ari": {
"Ari": { "BaseUrl": "http://asterisk-ari:8088",
"BaseUrl": "http://asterisk-ari:8088", "Username": "flowercore",
"Username": "flowercore", "Password": "bluejay-asterisk-ari",
"Password": "bluejay-asterisk-ari", "Application": "flowercore-pbx",
"Application": "flowercore-pbx", "ReconnectDelaySeconds": 5,
"ReconnectDelaySeconds": 5, "MaxReconnectDelaySeconds": 60
"MaxReconnectDelaySeconds": 60 },
}, "Tts": {
"Tts": {
"PiperUrl": "http://10.0.57.15:8500", "PiperUrl": "http://10.0.57.15:8500",
"DefaultEngine": "piper", "DefaultEngine": "piper",
"SampleRate": 8000 "SampleRate": 8000
@@ -336,3 +335,4 @@ spec:
secretName: telephony-internal-tls secretName: telephony-internal-tls