I am streaming call audio to my local server using Twilio Streams. For reference I used the offical guide from the Twilio Team. Decoding the audio and saving it to a .wav file works, although when playing back the audio sounds somewhat distored (“slow-motion” with compression artificats). You can listen to it on soundcloud here. Compared to the audio recording
Tag: twilio
Dialogflow – sending media from python flask app to twilio
I am trying to figure out whether it is possible to send a response back to the user from my python flask app to twilio, which is integrated with dialogflow. Using Twilio and python only, and using messaging response I can send images back to the user. However, once I link the integration with dialogflow, I’m not sure what to
Twilio with python to repeat voice call until get answered?
I can make call using twilio programmable call as my python code here The calls sometimes result as no-answer or busy i.e. the call get rejected or not-answered. My google search here and search on our stackoverflow site here found little helpful result so I asked here – how to repeat calling until get answered? p.s. I’m looking for built-in
TWILIO API ERROR Credentials are required to create a TwilioClient django
I am trying to include TWILIO API to my project. It should send sms. I have finished tutorial, but then i get error Credentials are required to create a TwilioClient. I have credentials in .env file and then i try to import them to settings and then get this credentials from settings to views. This is when i get error.