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

chrome settings disabled for microphone, camera and location for a website

I am developing a website which requires camera and microphone for communication. The site uses Twilio communication for audio/video calls. Twilio device setup is failing and is giving an error as: Twilio.Exception: twilio.js 1.3+ SDKs require…
Anshul
  • 1,416
  • 1
  • 16
  • 42
1
vote
1 answer

How i can create extensions to Twilio number using Twilo Studio?

My question is; can i create extensions to Twilio number? I want to connect each extension to my phone numbers. My goal to send different auto response message to the incoming calls. Example: If customer call to number 123, he get message A. And if…
cobi
  • 11
  • 1
1
vote
1 answer

Call indicator bar is not responding for audio and video call

I have implemented Twilio voice kit successfully in the application. I am not able to move in the application from call indicator. Also, I am not able to see green bar on other application screen when user moves from call screen. I have added custom…
Jayeshkumar Sojitra
  • 2,501
  • 4
  • 31
  • 44
1
vote
0 answers

"Unable to establish connection to Twilio Sync service" error

I initialized my twilio client in the code below but I am getting an error Unable to establish connection to Twilio Sync service My code: public void build(String token, TaskCompletionListener listener) { …
1
vote
1 answer

Twilio proxy: Adding Two parties Via TWO proxy numbers

My use case is that I want calls and messaging to work with Twilio proxy and that they each see a different Twilio proxy. User1 (Conversation1) -> Session1 (Proxy Number 1) User2 (Conversation1) -> Session2 (Proxy Number 2) FINALLY --->…
Uday Kumar
  • 41
  • 5
1
vote
0 answers

Twilio outbound call didn't wait the agent to answer and add client to call

Here is the logic : a client is filling a quiz and once he finished twilio will call one of the customer agent using webhook then add the client to the call using twiml Dial. I'm sending the client number as a parameter to the twiml file it look…
1
vote
1 answer

Twilio call hold not working

We are using twilio API for hold call process but we are facing problem : If we connect the call from A to B, then our call connecting successfully but when we are update the call for hold(Using updating method) then B putting on hold success, but A…
1
vote
2 answers

Unable to store recordings in separate channel

How can we store recording in separate audio file when unique users joins a call ? RecordingChannels : 'dual' is not helping me. Can someone please help ? function MakeCall(to, completedCallback) { // Options and headers for the HTTP request …
user754657
  • 388
  • 3
  • 14
1
vote
1 answer

Twilio client: Outbound call isn't showing agent/caller name in 'From' field on call logs

I'm making an outbound call from my Twilio client to make outbound web browser calls. The calls are successfuly made and are fine, but... Unfortunately I'm unable to see the agent/client name in your logs. I am currently using the agent/client name…
1
vote
1 answer

Twilio Answering Call

I am using Twilio Service and the voice calls from twilio. I am able to call on browser successfully but there is one issue. Whenever i call (from mobile) on my twilio number (on browser) Every user logged in on that time receive the notification of…
1
vote
1 answer

Twilio client js status busy/cancelled no fired

I'm using the Twilio client js in my browser in order to make calls. In the server I build the Twiml: const dial = twiml.dial({ /*action: `http://270311bb.ngrok.io/twilio/callend`,*/ callerId: availableNum.phoneNumber ||…
user3712353
  • 3,931
  • 4
  • 19
  • 33
1
vote
1 answer

When create call using resp api there is no sound of call ringing

When create call using the rest api and call went on ringing but there is no sound on the headset of call ringing.Is there any extra setup for this? Iam using this to create call- function…
John Ambrose
  • 167
  • 1
  • 11
1
vote
0 answers

Twillo,making call with REST API,call gets disconnect after receiving

In outgoing call,when make call using REST API then call gets disconnected after reading the twiml on the my_url that we pass when creating call. I want to know what TWIML or what i do on that my_url to keep the call go as normal call(means talk to…
1
vote
0 answers

How to display custom popup on locked screen when incoming call will be come

I am using the twilio for making the call and receiving the call. I am receiving the incoming call by using intent in onResum() method.How to get incoming number by using intent on connection.Also I want display customise popup when mobile screen…
1
vote
1 answer

Check if my twilio number is busy

I have one twilio number XXXXXXXXXX , now using which I want my users to experience the calling functionalities as I can't afford individual number for each user. Thus I need to know how to retrieve status of my own number? Basically if the number…
silverFoxA
  • 4,549
  • 7
  • 33
  • 73