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

Getting status callback on twilio voice calls and call in-progress duration

Im creating an andoid app with twilio calling capability. I have a python backend to handle incoming and outgoing requests. I've created a Twiml app to handle outgoing calls, including the call status. Also I've configured the phone numbers to…
KTB
  • 1,499
  • 6
  • 27
  • 43
1
vote
0 answers

Twilio accept incoming call

I'm trying to allow users to accept incoming calls but I can't get it to work. This is what I have tried. If it is an incoming call, it will pause for 20 seconds. The user can then choose to accept the call on the client side which will invoke…
1
vote
0 answers

Outbound Conference Call using Twilio

I am trying to plan out how to place outbound conference calls using twilio. On the frontend I am using Twilio.client and using the .connect() to place the call. I was wondering how I could place an outbound call and put that number into a…
user16367944
1
vote
0 answers

Get twilio call status at client side javascript

I am working twilio client JavaScript. I successfully placed a voice call to specific number but i want to know whether or not call is cancelled, unanswered and other status if(Twilio) { Twilio.Device.setup(token); …
Ali
  • 557
  • 1
  • 9
  • 30
1
vote
1 answer

How to get the exact status of the Twilio outbound call

I have a requirement to save the exact status of a outbound call in my repository like 1)Not connected - When phone is switched off or Busy 2)UnAnswered - Call connected, But user did not pick up the call 3)Answered - Call picked up the user. i have…
Aditya
  • 31
  • 6
1
vote
1 answer

Twilio Received an error from MediaStream

I am trying to integrate Twilio in my Laravel application so far I was doing great generated the access token, created the device but when I run device.connect(param) it give me this error in the console. twilio.min.js:99 Received an error from…
1
vote
1 answer

How to add an extension number in twilio click to call using node js

As per the documentation here & the github source code here, I have cloned the application, its working perfectly. Suppose if my sales person having some extension then how can I give that extension in this script. Normally, using senddigit I can…
Arun
  • 728
  • 4
  • 16
  • 30
1
vote
1 answer

Is there a way to know if someone has blocked/blacklisted my twilio number?

Does Twilio have some functionality that allows us to check if our twilio number has been blocked/blacklisted by someone.
1
vote
0 answers

How to generate TWILIO_SDK_STARTER_SERVER_URL for android app

Hi I am doing video chat using Twilio.I am follow https://github.com/twilio/video-quickstart-android link for development.I am facing problem for generate TWILIO_SDK_STARTER_SERVER_URL.My demo app running successfully but video call not…
1
vote
0 answers

Twilio voice call not going to custom page in IOS

I am using Twilio for voice call functionality in my IOS application. If the app is in an active state or running in the background its perfectly going to my custom call page and I can take proper action from my custom page like disconnect or…
Sarath
  • 1,459
  • 3
  • 22
  • 38
1
vote
1 answer

Twilio programmable video sdk issue

I am using twilio programmable video sdk in my application. I've created peer to peer video chat using Twilio Programmable Video. Whenever I joined a meeting. I can see and hear opposite person but opposite person is not able to hear me or see me.…
Jayanthi
  • 13
  • 5
1
vote
1 answer

Twilio Client JS SDK doesn't show ringing state for outgoing call

I'm following the Dynamic Call Center with Python and Django to build a simple Django call center. I'm handling outgoing and incoming calls like so: @csrf_exempt def CallTaskRouter(request): response = VoiceResponse() if 'phoneNumber' in…
1
vote
1 answer

How to implement twilio Click To Call over VoIP?

I have implemented the Click to Call functionality in my web application. The flow goes like this Customer Req Call -> Twilio Call Customer -> Twilio Call Agent -> Both are connected. Are the calls in the above mentioned scenario are made using…
Dhakchianandan
  • 351
  • 1
  • 6
  • 15
1
vote
1 answer

can't resolve 'fs' module using twilio with angular 6

ERROR in ./node_modules/request/lib/har.js Module not found: Error: Can't resolve 'fs' in '/home/**/Desktop/**/***/node_modules/request/lib' ERROR in ./node_modules/Twilio/lib/base/RequestClient.js Module not found: Error: Can't resolve 'fs'…
1
vote
1 answer

Does Twilio support DTMF recognition over a voice call?

I've been following the https://github.com/TwilioDevEd/browser-calls-node project code, and I have it successfully making calls from a browser to a cellular phone, but I can't for the life of me figure out if Twilio's supports DTMF inside that call…
T1960CT
  • 407
  • 7
  • 18