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
1
vote
2 answers

phone number validation using twilio

I want to implement phone number validation which checks whether phone number exist or does not exist. I did this Imports Twilio.Lookups If Not File.Exists("list.txt") Then MsgBox("insert phone numbers to list.txt") Return …
softfx
  • 39
  • 7
1
vote
1 answer

Is the following scenario possible with Twilio

I have been reading twilio documentation but didn't find anything related to this case Say I made a call to a bank through twilio.device.connect, the bank asked me to press 1 to transfer call to an agent, then I have implemented a keypad where user…
Manish Goyal
  • 700
  • 1
  • 7
  • 17
1
vote
1 answer

twilio - Enqueued call - How to Dequeue?

I'm currently working on a Twilio queuing system but I'm stuck on how to dequeue the call and connect to an agent. I have all the calls stacking up in the queue and my understanding was that we need to call Dequeue and below was the sample response…
user1578872
  • 7,808
  • 29
  • 108
  • 206
1
vote
1 answer

Twilio Response Class not found

I am new to Twilio. To learn the basics, I followed the instructions here: https://www.twilio.com/docs/howto/walkthrough/click-to-call/php/laravel#12 At first, my phone would ring, and I would receive a generic message. Impressed, I upgraded my…
GRY
  • 724
  • 3
  • 14
  • 33
1
vote
1 answer

Twilio Taskrouter: Play message before connecting to worker

I am using Twilio Taskrouter to handle multiple calls coming from customers and assign them to workers. Its working perfectly for me.. Thanks to Twilio.. The enhancement I want to add it here is: Before assigning worker to my task which is in queue,…
Swati
  • 842
  • 10
  • 26
1
vote
2 answers

Trying to figure out a how call works in twilio

As subject says I am reading api docs for twilio but even after brainstorming for 2 hours I am still unable to figure out exactly how can I receive a call from twilio on my web application and answer the call with my own voice like we do in a real…
Muhammad
  • 921
  • 2
  • 11
  • 29
1
vote
1 answer

Using twilio api for making phone to phone calls?

Can I make Phone to Phone call using Twilio api? I don't want to use internet connection for making this call but I want to use Twilio api as well.. Is there a way for doing so?
Mr X
  • 11
  • 1
1
vote
1 answer

How to Add Custom Parameters when Recording Twilio Call?

How would you recommend associating a Twilio call recording with the call? Is there a parameter that shows which call the recording applies to? Here is the documentation: https://www.twilio.com/docs/api/twiml/record Or is there a way to pass a…
user1515295
  • 1,181
  • 11
  • 28
1
vote
1 answer

Twilio: Start/Stop Recording Mid-Call

Two related questions on this topic: Can a moderator of a conference call start or stop recording after the call begins? Can they do this multiple times, and if so, would that add to the recording, overwrite the recording, or start a new one? If…
user1515295
  • 1,181
  • 11
  • 28
1
vote
1 answer

Twilio integration: How to play audio while forwarding a call to a number

I've integrated twilio with a application i am coding, everything works great. i read almost all of the documentation but i cannot find a way to play an audio while forwarding a call. i can play it before forwarding the call but i would like to…
samjones39
  • 163
  • 1
  • 2
  • 13
1
vote
2 answers

Twilio: Where do the params from Twilio.Device.connect() get sent to

The Twilio JS library has a function called Twilio.Device.connect() which takes params. In the documentation it says these params get sent to the server, but it never specifies which server endpoint it goes to or how to set this up.…
user2158382
  • 4,430
  • 12
  • 55
  • 97
1
vote
1 answer

how to connect two anonymous callers together using twilio

I am currently doing using node js twilio module for a functionality in a project that i am working on for a client. Basically the server is going to initiate a call using twilio api to call a certain person A the connect him to another person B. I…
user3775998
  • 1,393
  • 3
  • 13
  • 22
1
vote
1 answer

Android Twilio make a call

I am trying to make a call by altering android HelloMonkey for a few days using valid userid, when i make a call i get an error "Account SID cannot be null when making a call" my code is like public void connect(String phoneNumber) { …
Abin
  • 540
  • 4
  • 15
0
votes
0 answers

Twillio outbound call with two-way communication

I'm developing a basic call using .ASP.NET feature where the requirement is when I click a button, it will trigger a call to another person. The call is two-way, which I can communicate with my clients for example. I am using Twilio to do…
0
votes
0 answers

In Twillio Not able to send SMS, UNAUTHORIZED - The supplied credentials, if any, are not sufficient

I'm trying to send an SMS from Twilio dashboard, but getting below error frequently. Just for information, earlier it was working. Sharing detail error message as below: 401 - UNAUTHORIZED - The supplied credentials, if any, are…