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
0
votes
1 answer
Twilio record completing "action:" with empty recording
According to the Programmable Voice documentation; if Twilio receives an empty recording, it will not make a request to the 'action' URL. The current call flow will continue with the next verb in the current TwiML document.
I have (tried) writen…

Harry Stuart
- 1,781
- 2
- 24
- 39
0
votes
1 answer
Can I connect multiple freelancer-customer pairs with the same twilio number?
I want to implement a click to call functionality inside my website to anonymously connect freelancers with prospective customers.
Suppose freelancer-A clicks on his browser to call customer-A's phone. At the same time freelancer-B also calls…

lightbringer
- 399
- 4
- 19
0
votes
1 answer
Android SDK cannot resolve Twilio dependencies
I'm trying to setup boilerplate Twilio Voice Quickstart for Android. But I guess there is smth wrong with my gradle file. Android SDK cannot resolve all twilio packets and koushikdutta packets.
Twilio packets:
Gradle app:
dependencies {
…

Tima Tru
- 176
- 1
- 4
- 17
0
votes
1 answer
Twilio trail account do not have speech-to-text feature
I have a twilio trail account number.
I want to know whether speech recognition feature is disabled for trail accounts.
I tried to capture speech using Gather verb. but it does not work.
Thank you!

Dhanushka Sampath
- 217
- 1
- 5
- 17
0
votes
1 answer
Can we connect dial into Twilio Programmable Video Group Rooms?
It seems Twilio Programmable Video API is based on WebRTC. This will allow us to setup audio/video conference from browser/app to browser/app.
However, is there any way to connect Programmable Voice incoming audio calls to the Video rooms? Also is…

AppleGrew
- 9,302
- 24
- 80
- 124
0
votes
1 answer
How to create a conference call to multiple numbers using node js
I want to create a conference to multiple numbers using Twilio and Nodejs.
In my application I want to create a conference from the number I bought from Twilio to multiple numbers.
I am following this link.
My code is as follows
const Twilio =…

Anand Yadav
- 479
- 5
- 17
0
votes
2 answers
Error CS0115: no suitable method found to override in a Xamarin bindings library project
I created a bindings library project to be able to run an Android .aar file.
One of the several errors i got was:
Error CS0115 'Call.OnWarning(IDictionary)': no suitable method found to override TwilioBindings …

rcardoso
- 11
- 6
0
votes
1 answer
How do I make a call using Twillo on my Korea number?
If the sender is a US phone number, and the recipient is a Korean phone number, the code to transmit the characters succeeded with the code below.
from twilio.rest import Client
account_sid = "~~~"
auth_token = "~~~"
client = Client(account_sid,…

taetaetae
- 141
- 1
- 6
0
votes
0 answers
Twilio Receiving multiple incoming calls from Twilio
I am battling to get this working. My scenario, we are two developers trying to create a Twilio POC due tomorrow for our company. We are left with one scenario which does not seem to be working well. We have published our POC on Azure and setup the…

Donald N. Mafa
- 5,131
- 10
- 39
- 56
-1
votes
1 answer
RNCallKeep.startCall() (Outgoing Call) is not opening IOS Callkit UI
I have configured the react-native-twilio-phone package in my react-native application according to the instructions and also followed the steps properly for react-native-call-keep and react-native-voip-push-notification.
The problem I am…
-1
votes
2 answers
How to use Twilio API to create a Twilio Function (or any other Twilio built-in service) that forwards incoming calls?
In my app, the users see a list of Twilio numbers.
I simply want to give the user the ability to specify a "forward number" for each of these numbers, and my app would call the Twilio API to set this up properly.
I understand that I can give each…

thankyoussd
- 1,875
- 1
- 18
- 39
-1
votes
2 answers
Twilio statuscallback POST causing 15003 error
I am building an app using ASP.Net core 3.1. Twilio voice call was successful. Now I have trouble capturing statuscallback. My logs & twilo logs show that twilio posted the statuscallback to https://myapp.com/call/events with error 15003 meaning…

Harsh Desai
- 1
- 2
-1
votes
1 answer
Can I combine programmable video with a voice call?
Is it possible to include a "programmable voice" call into a "programmable video" room?

Mike
- 607
- 8
- 18
-1
votes
2 answers
DNS Warning while twilio sip call
I am trying to implement twilio voice call using SIP.
I am following below blog for voice call. I have created two SIP endpoint and I want to do call between these two…

Nik
- 1,991
- 2
- 13
- 30
-1
votes
1 answer
Twilio Programable Voice TwilioVoice.connect() No response
I am working on React Native app to make a call using Twilio programmable voice call I am able to integrate it for android but call function is not working
await TwilioVoice.initWithToken(token)
returns return "initialized:true"
But…

Hassan Kalhoro
- 182
- 2
- 8