Open benlapointe opened 3 years ago
Following this tutorial: Automated Survey with Python and Django Code from tutorial: github: automated survey
The Twilio
https://www.twilio.com/docs/voice/twiml/gather https://www.twilio.com/speech-recognition#pricing
Can we use Record verb?
The Record verb records the caller’s voice and returns to you the URL of a file containing the audio recording. You can optionally generate text transcriptions of recorded calls by setting the transcribe attribute of the
This issue will track storing an audio request using Twilio and Django.