Twilio Voice allows you to make, receive, and monitor phone calls around the world using a robust API.
Questions tagged [twilio-programmable-voice]
195 questions
1
vote
0 answers
Ring group: associate ensuing calls with initial call
So my call app has a 'ring group' functionality. The idea being that certain numbers should fan the call out to multiple ring group members. Twilio has an article which describes this process here:…

Josh Forbes
- 328
- 3
- 6
1
vote
0 answers
How to start recording `in-progress` outbound calls in Twilio?
I have Twilio starting, pausing, resuming, and stopping the recording of in-progress inbound calls. However, when I use the same approach, same code, to record in-progress outbound calls I get a 20404 error.
I get that I can record outbound calls…

forrestedw
- 366
- 3
- 16
1
vote
1 answer
Is it possible to set the volume of sound in Twilio Programmable Voice for Android?
Is it possible to set the volume of the stream using Twilio Programmable Voice SDK for Android?
I have an use case where user needs to play sound from other apps (such as Spotify) and my Twilio client app at the same time.
What I'm trying to…

Piotr Aleksander Chmielowski
- 5,640
- 7
- 29
- 45
1
vote
1 answer
Find the voice task currently assigned to a specific worker
This sounds pretty straightforward, but I'm not sure it's something I can do. I want to know what voice task a specific worker is currently working on (if any) without having to store this information on my side when the task is assigned to that…

nam
- 15
- 2
1
vote
1 answer
How to use Twilio function to repeat the message?
Here is my code
exports.handler = function(context, event, callback) {
let twiml = new Twilio.twiml.VoiceResponse();
twiml.gather({ numdigit:"1", tiemout:"5"}).say("some message , press 9 to repeat");
if(event.numdigit === 9)
{
…

finn
- 31
- 3
1
vote
1 answer
how to send sms from within Twilio programmable voice function
I have a Twilio function which executes whenever someone calls a certain number. I'm trying to have the function send an sms. It's not working, but I'm not getting any error. Any help debugging would be great.
exports.handler = function(context,…

laertiades
- 1,992
- 2
- 19
- 26
1
vote
0 answers
Can we initiate twilio programable voice call from google cloud functions?
My use case requires initiating a IVR call from my google cloud function, For voice call functionality i am using Twilio programmable voice feature, I integrated programmable voice NodeJs sample into my cloud function, but i am not receiving any…

narendra kumar
- 289
- 1
- 3
- 9
1
vote
0 answers
Low call volume using dedicated phone number with Twilio Programmable Voice Android
Tried experimenting with different audio focuses: AUDIOFOCUS_GAIN_TRANSIENT, AUDIOFOCUS_GAIN
Tried multiple Audio manager modes: MODE_IN_COMMUNICATION, MODE_IN_CALL
Call volume is noticeably quieter than a normal phone call.
All volume levels are…

Ryan Case
- 11
- 3
1
vote
0 answers
Twilio outgoing call from browser not established
java-spark quick start app works on my local:
https://github.com/TwilioDevEd/browser-calls-spark
But when I integrated voice calling feature in my app its not working.
logs from browser console:
[Twilio.PeerConnection] signalingState is…

Farhan
- 752
- 4
- 10
1
vote
1 answer
Twilio, how do I get the voice response from phone
I'm currently trying to integrate dialogflow with twilio. I want to be able to parse the voice response that my customer gives to the bot. How do I get the voice response; and send response back based on certain voice texts.
As of now; when someone…

zennn
- 125
- 1
- 8
1
vote
1 answer
Problems using Twilio Programmable Voice in a Xamarin Android Bindings Library
I created a bindings library project to be able to run the Twilio's Android Programmable Voice SDK (v 2.0.5 - link to download .aar file).
I added this lines of code in Metadata.xml to fix some of the errors: