SamyPesse / betty

Google Voice with Receptionist abilities, built on top of Twilio
Apache License 2.0
875 stars 53 forks source link

Support changing voice prompts #14

Open vitorio opened 9 years ago

vitorio commented 9 years ago

Right now, it looks like all the spoken prompts are specified in JS. It would be nice if a new profile didn't have to be hardcoded into profiles/index.js, and if the prompts could either be text or a recorded message (local or remote URL).

SamyPesse commented 9 years ago

Yes a command line option like betty --profile=./myprofile.json will be great.