rootio / rootio_web

RootIO web app & telephony services
https://rootio.eu
GNU Affero General Public License v3.0
36 stars 19 forks source link

Allow both file upload and text for IVR prompts #229

Open nightsh opened 5 years ago

nightsh commented 5 years ago

For IVR prompts, we only allow uploading audio files to the server.

However, we also need to support TTS integration using Cereproc's API. For this to happen, a text box should be presented as alternative to the audio file upload button, in which case the voice prompt will be generated instead of prerecorded.

Blocked by #228