Questions tagged [twilio-click-to-call]

Use to identify questions related to use of, or problems with, Twilio's Click-to-Call service or API.

Use the tag for questions specifically about use of the Twilio Click-to-call service or API.

Twilio refers to a set of web services, APIs and tools provided by the company of the same name, used to send and receive text/picture messages, make and receive phone calls, and embed VoIP calling into web and native mobile applications.

Related tags

  • Use to identify questions related to use of, or problems with, Twilio's APIs.
  • Use to identify questions related to use of, or problems with, Twilio's PHP Helper Library.

Documentation

298 questions
0
votes
0 answers

Want to integrate Twilio with AWS Cognito

We are using cognito for login and MFA for 2 factor authentication. We want to use twilio to call user on landline for OTP. Is it possible to integrate twilio and cognito ? and use twilio to send MFA OTP.
Wumar
  • 103
  • 1
  • 1
  • 11
0
votes
0 answers

Adding a Pitch shift within Twilio.js to adjust voice during Webcalls

I'd like to add javascript (preferably without a library) to alter the pitch of the users voice to when using Twilios Webcall. I used the following code in an attempt to modify the voice, however, did not note any differencing in the stream which I…
0
votes
0 answers

Can I add more than one phone number as "TO" number in "Twilio" trial version so that I can make sms / call to any of these numbers?

I am using twilio trial version, I have registered using my mobile number lets say 123456. So twilio has added this number as my caller ID or "TO" number and I can only send message / call to this number. Now I want to try another number as well,…
0
votes
1 answer

Using twilio how to make a call and extract the call response in Text format with C# code

Using twilio API how to make a call and extract the call response in Text format. below is my code - I am able to make the call to specified number, but after making the call and after answering the call it says the configured message and then It…
0
votes
0 answers

Is there a function or method to use voice response (say) in twilio inside the streaming function?

def call(): """Accept a phone call.""" global response start = Start() start.stream(url=f'wss://{request.host}/stream') response.append(start) response.say('Please leave a message') response.pause(length=60) I want to…
0
votes
1 answer

How to use Whatsapp template call to actions with variables

EDIT: According to this, what I want may not be possible. This looks like a promising solution, but as of June 2023, it seems to be in preview. I am implementing a simple notification service for my web app using Twilio Whatsapp Templates. My…
Juan David
  • 430
  • 4
  • 17
0
votes
0 answers

Calling multiple numbers, and connecting to both via browser

I am using the Twilio JS quickstart, along with a custom Python backend. I am able to initiate two calls via the backend, and return the unique call SIDs to the JS frontend. Is there any way for me to - given only those callSIDs - join into those…
0
votes
0 answers

Twilio payment with call transfer functionality

Any help will be much appreciated. I am stuck by a use case with Twilio. I don't even know if it is feasible or not. let me explain my use case if it is feasible please anyone point me in the right direction. For explanation purposes let me use two…
0
votes
1 answer

handling incoming whatsapp calls programmatically

I am interested in handling incoming video or voice calls on WhatsApp programmatically, using languages such as NodeJS, PHP, or Java. I have searched online but only found information about handling phone voice calls using Twilio service or other…
0
votes
0 answers

Issue In Incoming Call in Android Using Ionic Capacitor cordova-plugin-twiliovoicesdk,

'Incoming handler is not getting fired while I am getting Notification from FCM.' In The Image you can see the Piece of code.
user10380452
0
votes
1 answer

Can we make a call from twilio web browser to a mobile device which doesn,t have the same app or site similar to a cellular call?

I'm trying to place a one to one call from web browser to a mobile device with my number in it. I'm using Twilio voice SDK to do it. It says congratulations on your first call but doesn't ring my device. Is it possible to place a call using Twilio…
0
votes
0 answers

Fetch Twilio inbound and outbound prices of a Twilio Phone number when calling/ receiving

I am trying to find out what are the call prices before make / Receive calls. Let's say I have a Twilio phone number ABC and customer Phone number XYZ. I want to know the twilio pricing in below scenarios When Calling from ABC to XYZ, what would be…
0
votes
0 answers

12200 - Schema validation warning twilio

Hi team i need to fix the 12200 - Schema validation warning twilio. everything is working but i dont receive the whatsapp respond back . enter image description here here is the app.py code: from helper.openai_api import text_complition from…
0
votes
0 answers

Twilio Voice SDK React Native: Caller is not able to end the call

We are using v1.10.0, the issue we are facing is when caller cuts the call, the call is still active. We are not getting the event callDisconnect and so. When caller is making a call and it is ringing to the other person, at the same time we are…
0
votes
1 answer

How to receive a browser call using twilio to a phone number using javascript

Ok guys, I've been viewing twilio tutorials for the last couple hours and I seem to just not get it. Can someone give me a basic rundown on how to do the following? I want to create an app that uses the microphone/speaker of my computer to receive a…
Jose
  • 10,891
  • 19
  • 67
  • 89