python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Caller doesn't connect into the conference
I'm trying to use Twilio to connect workers through a kind of Walkie Talkie (all the workers get a JWT to make browser calls using the Javascript SDK), for this I use the Twiml verb conference, when t...
William Herrera
Votes: 0
Answers: 1
Twilio Programmable Voice - How to prevent <Gather> prompt from playing if the call is picked up by an answering machine
We started using Twilio Programmable Voice for appointment reminders, and we are using AMD with the MachineDetection parameter set to "DetectMessageEnd" so we can leave voicemail messages on...
David Moeller
Votes: 0
Answers: 1
Twilio programmable voice, how to know from which platform the call was accepted
Consider the following code
Device.on('incoming', call => call.accept());
How do I add info fields like "platform" to know from which the call was answered.
I have electron application,...
ilan kogan
Votes: 0
Answers: 1
How to programmatically manipulate voice in real time while dialing using Twilio?
I have a small Twilio app that calls a real phone number (e.g. +3333333) whenever my Twilio number (e.g. +22222222) is called using my personal number (e.g. +1111111). I implement this using the follo...
Kazuto_Ute
Votes: 0
Answers: 1