Fix ARI config path: Ari -> Telephony.Asterisk to match AsteriskOptions.SectionName
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user