instedd / verboice

Open source toolkit for voice services; with special focus to the needs of medium- and low-income countries, scalable services, and interacting with vulnerable populations
http://verboice.instedd.org/
GNU General Public License v3.0
44 stars 18 forks source link

Add base url setting to twilio channels #878

Closed bcardiff closed 1 year ago

bcardiff commented 3 years ago

🎯 The task

De-hardcode the Twilio base URL. Let the user set it for every channel.

🥕 The motivation

The main reasons are:

🚧 Tasks:

matiasgarciaisaia commented 2 years ago

See #896 - there's an issue on production while running this feature, so I've reverted it. @ysbaddaden provided some insights. Let's properly review, test and deploy a solution instead of doing that now in a hurry.

ysbaddaden commented 1 year ago

@matiasgarciaisaia can you test that the problem you originaly had doesn't happen anymore? The base url failing when undefined if I recall correctly?

matiasgarciaisaia commented 1 year ago

I've just tested 656fb0d28ec83d0779a9e4f01beb50aeafda80e5 in staging with no TWILIO_BASE_URL environment variable set, and it worked OK 👍