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
2
votes
1 answer

Twilio IVR with splitting based on caller id

I'm new to Twilio IVR. I would like to create an IVR workflow where when a call comes in I get the number from the caller id, look it up in a database and if it exists take go down one path and if it's not in the database take another path. Can I do…
Fredrik L
  • 1,790
  • 4
  • 21
  • 28
2
votes
0 answers

Twilio voice API - Send recorded message when voicemail is reached

I am using below code to place a call from agent(Web Browser interface) to customer(phone). var response = new VoiceResponse(); var dial = new Dial(callerId: callerId,action : "https://ba2d9819.ngrok.io/voice/CallEnd"); if (Regex.IsMatch(to,…
Milind Anantwar
  • 81,290
  • 25
  • 94
  • 125
2
votes
1 answer

Twilio PHP SDK, make outbound call, receive DTMF input from user and redirect call

I'm trying to make an outbound call from Twilio using Twilio PHP SDK. But I'm unable to figure out how to fetch DTMF input from that call and then perform some action based on that input e.g. connect the called number to another number if pressed…
ITFreak
  • 83
  • 2
  • 10
2
votes
4 answers

how to mute/unmute pause/unpause audio and video in twilio video call

init: function(config){ var that = this; that.CONFIG = config; that.video = Twilio.Video; that.CONFIG.videoCall = true; that.CONFIG.audioCall =true; that.CONFIG.audioCallTrackCount =0; that.CONFIG.videoCallTrackCount…
newBee
  • 33
  • 1
  • 9
2
votes
1 answer

Twilio Voice - Invalid Access Token Signature

I am creating an access token using the NodeJS server code provided by twilio. When I validate the token in https://jwt.io with the secret, it says the signature is verified. But I keep getting the below error message in twilio voice quick start iOS…
kurrodu
  • 2,108
  • 4
  • 32
  • 49
2
votes
0 answers

Failed to execute 'getStats' on 'RTCPeerConnection' on Twilio JS 1.4.16

I'm using Twilio on an Electron app, currently the chrome version it uses is 56. I've upgraded my twilio version from 1.3 to 1.4.16. When I start an audio call, everything goes fine, however I get an error on console that might be related to RTC…
2
votes
1 answer

How to make call through Twilio where two people will have live conversation?

I am trying to setup a call between two people and I am able to make a call but the person who pick up the call can listen pre-recorded voice mail. I want to have live conversation between these two people. I am not getting what should be the URL…
2
votes
2 answers

Twilio Twilio/Rest/Calls.php error

whenever I am trying to make a conference call it says application error and I get an error in error log as : PHP Warning: strlen() expects parameter 1 to be string, array given in…
Stacy Thompson
  • 688
  • 1
  • 10
  • 26
2
votes
1 answer

How to stop ringing sound on incoming call in Twilio

I want to stop the ringing sound when anyone call on my twilio number or is there any way I can make the incoming call to get retrieved automatically,I mean when any call comes to my twilio number it just instantly get received.I don't the caller to…
2
votes
1 answer

Twilio,How to unhold the call

I need help in uhholding the call.I have tried two method. 1. use enqueue verb when i press the hold button I have user the update call method 1111 (and when I press the…
John Ambrose
  • 167
  • 1
  • 11
2
votes
1 answer

How to create a TaskRouter Worker capability token in apex class

How to create a TaskRouter Worker capability token in apex class. I have created a taskrouter on twilio and need to update my worker activity from break to wait for that I need a taskRouter compatibility token through which I can proceed further. In…
Faisal
  • 81
  • 4
2
votes
0 answers

VOIP feature with twilio SDK?

I had implemented twilio calling features one of my ios application, VOIP is not working while the incoming call. Is any one of my friend wast implemented the twilio calling funtionality with VOIP?
Hemant Sharma
  • 169
  • 2
  • 6
2
votes
2 answers

Twilio low account balance message to customers

In case of low (zero) account balance in Twilio, 1. Will Twilio stop to hit the Application VoiceUrl associated with the account 2. Is there any way to know the low balance without reaching Twilio console?
Aatitya
  • 75
  • 8
2
votes
2 answers

Is there a way to know a Twilio call failed without calling the REST API?

I'm using Twilio.Device in an Angular app and I need to display a message if the call failed due to an invalid number. I know that you can call Twilio's REST API to get the call status, but is there a way to get the status without making that extra…
chinaowl
  • 532
  • 5
  • 15
2
votes
2 answers

Twilio client voice call speaker ON/OFF issue

I am using Twilio client voice call service for calling. Here I am facing issue in spearke ON/OFF feature.I am able to Mute/Unmute call but not able to turn On/OFF speaker. I have a same instance for both functionality. I have also checked their…
Ajay Gabani
  • 1,168
  • 22
  • 38
1 2
3
19 20