Switch to Asterisk provider + add ARI config for star code handling
This commit is contained in:
@@ -42,12 +42,20 @@ data:
|
|||||||
appsettings.Production.json: |
|
appsettings.Production.json: |
|
||||||
{
|
{
|
||||||
"Telephony": {
|
"Telephony": {
|
||||||
"Provider": "twilio",
|
"Provider": "asterisk",
|
||||||
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"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",
|
||||||
@@ -318,3 +326,4 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
secretName: telephony-internal-tls
|
secretName: telephony-internal-tls
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user