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

Text to speech doesn't work in default projects #852

Closed aeatencio closed 4 years ago

aeatencio commented 4 years ago

Default projects generated by verboice itself when receiving an incoming-call with no project do not configure the language's voice setting. This fails when verboice receives a directive since it has no language for the text-to-speech.

Setup a fallback text to speech (in runtime) for a project that does not have one set up.

aeatencio commented 4 years ago

Related to #846