Skip to content

Commit

Permalink
Update production.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-luo authored Dec 15, 2023
1 parent 50e6b57 commit d29d5f5
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion twilio-iac/helplines/ca/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,39 @@ locals {
fr_issues_url: "https://twilio-service-4854.twil.io/FrTechIssues.mp3"
fr_switch_english_url: "https://twilio-service-4854.twil.io/FrSwitchEnglish.mp3"

}
chatbot_unique_names = []
},
ab211 : {
channel_type = "voice"
contact_identity = ""
templatefile = "/app/twilio-iac/helplines/ca/templates/studio-flows/ab211.tftpl"
channel_flow_vars = {

#Twilio things
check_counsellors_function_sid: "ZH95bed62f9c0af98771e01cba4bd86d1f"
check_counsellors_function_url: "https://twilio-service-4854.twil.io/check_counsellors"
ab211fr_queue_sid: "WQd38b69a5ac03ba2cbe5275359b862688"

#Recording URLs
main_url: "https://twilio-service-4854.twil.io/HCMain.mp3"
en_function_url: "https://twilio-service-4854.twil.io/6011_ab211_english"
fr_function_url: "https://twilio-service-4854.twil.io/6012_ab211_french"
en_tos_url: "https://twilio-service-4854.twil.io/KHPENToS.mp3"
fr_tos_url: "https://twilio-service-4854.twil.io/KHPFRToS.mp3"
en_privacy_url: "https://twilio-service-4854.twil.io/KHPENPrivacy.mp3"
fr_privacy_url: "https://twilio-service-4854.twil.io/KHPFRPrivacy.mp3"
en_invalid_url: "https://twilio-service-4854.twil.io/EnInvalid.mp3"
fr_invalid_url: "https://twilio-service-4854.twil.io/FrInvalid.mp3"
en_disconnect_url: "https://twilio-service-4854.twil.io/EnDisconnect.mp3"
fr_disconnect_url: "https://twilio-service-4854.twil.io/FrDisconnect.mp3"
en_intro_url: "https://twilio-service-4854.twil.io/MSG10006E.mp3"
fr_intro_url: "https://twilio-service-4854.twil.io/MSG10006F.mp3"
en_inflight_url: "https://twilio-service-4854.twil.io/Msg60011E.mp3"
fr_inflight_url: "https://twilio-service-4854.twil.io/Msg60021.mp3"
fr_issues_url: "https://twilio-service-4854.twil.io/FrTechIssues.mp3"
fr_switch_english_url: "https://twilio-service-4854.twil.io/FrSwitchEnglish.mp3"

}
chatbot_unique_names = []
},
Expand All @@ -216,7 +249,7 @@ locals {
g2ton : ["+13656546095", "+13656546120"],
g2ttr : ["+13656546032", "+13656546120"],
g2tns : ["+15878043655"],
ab211 : ["+15877412408", "+15876095765"],
ab211 : ["+15877412408"],
hc : ["+13656540516"],
training : ["+18252547345"],
"988_camh" : ["+13656520724", "+16473707639"]
Expand Down

0 comments on commit d29d5f5

Please sign in to comment.