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

Need help on Twilio POC

I'm trying to create a POC for a friend using twilio. The POC consists of 2 things 1 Present text box for phone number Call number using Twilio Record and transcribe call for 10 seconds Present transcription and link to recording on web…
0
votes
0 answers

Twilio click-to-call user can hear but not be heard

I'm using Twilio click-to-call for conference calls. There is a Chrome user in Portugal who was able to hear the call but couldn't speak. His microphone works when I speak to him by Skype. QiqoChat is apparently connected to his microphone,…
user1515295
  • 1,181
  • 11
  • 28
0
votes
1 answer

How to send One Time Password using Twilio in JavaScript?

I need your help to create One Time Password (OTP) using Twilio in JavaScript to generate OTP and verify it using JavaScript. I have surfed about this in Twilio. They have given Two Factor Authentication to send OTP in PHP, Ruby, C#, Python and…
user3062437
  • 347
  • 1
  • 2
  • 14
0
votes
0 answers

RangeError with Meteor and Twilio Client

I am trying to set up outgoing calls on Meteor through Twilio. To do that, I have a method on the backend to generate a capability token. When I try to actually initiate the call, I get a RangeError that nobody else seems to have experienced. // get…
user2205763
  • 1,499
  • 2
  • 14
  • 30
0
votes
1 answer

Twilio connecting to http://127.0.0.1:5000/ringdown

I am using Twilio APIs in my apps. I have configured my App in the TWIML APPS tab and configured proper Rest endpoints. When I am dialing the Twilio phone number the calls always go…
0
votes
1 answer

Twilio using a local number I already have

Hi I have a local landline number and a mobile number, is it possible for twilio to make outgoing call thru the Mobile number or landline number I already have ? So that way customers call us back to our office number ?
ChiHam
  • 85
  • 1
  • 2
  • 14
0
votes
1 answer

Twilio Basic + Global Conferencing in one app?

I have a Rails app successfully creating conferences using Twilio's API at https://www.twilio.com/docs/api/twiml/conference I highly recommend Twilio. I am looking at the page for Twilio Global Conferencing at…
user1515295
  • 1,181
  • 11
  • 28
0
votes
1 answer

How can i implement click-to-call in my node.js application?

I have a web application, which has a button 'call now'. I want to implement it using click-to-call method.How can i develop it using node.js. If possible can you explain it using node.js code?
Hormis Lona
  • 503
  • 1
  • 8
  • 19
0
votes
1 answer

Get the response of the clicked number from Twilio

I want to get the response from twilio like the button that has been pressed by the user during the call. var authToken = ConfigurationManager.AppSettings["twilioAuthToken"] + ""; var authAccSID =…
Vivekh
  • 4,141
  • 11
  • 57
  • 102
0
votes
1 answer

Ruby: Make a call from browser using Twilio

I want to call from my browser to customer phone number using Twilio. I am using toturial of Twilio. I have already an account that I am using for sending sms to my users. Now I want to make phone calls too. This is the code that I am using at my…
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
0
votes
1 answer

Dynamic IVR menu application in MVC using twilio API

I am trying to develop an application in MVC4 where client can configure Dynamic menu for Incoming Calls from user Interface using Twilio API. Is there any opensource project exist or any voice model for dynamic IVR menu from where i can get an…
Abdullah Farid
  • 57
  • 2
  • 11
0
votes
0 answers

Setting parameters for the Twilio Client incoming call handler

Is it possible to set parameters for the Twilio Client handler from the TwiML which initiates the call? Similar to the way parameters can be set when starting a call by using: Twilio.Device.connect(params) and then later be accessed in the…
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
0
votes
1 answer

Tracking Which Twilio Users Make Which Calls

Problem: I'm unable to determine which of my Rails app's users are making which browser-to-browser calls using Twilio. I am able to make browser to browser calls with Twilio and I am able to store the @call object in the Calls table like this: def…
user1515295
  • 1,181
  • 11
  • 28
0
votes
1 answer

HangUp/End Twilio call

I'm coding a Click-to-Call app using Twilio with Node.js. The app works, and it's functional, but I'm having some issues when ending calls. I've tryed to retrive all calls and updated their status to "completed". And the calls seem to have ended,…
alejandromav
  • 933
  • 1
  • 11
  • 24
0
votes
1 answer

Repeat the Custom Content in Voice using IVR type flow

I am using twilio to make the calls.I am using ASP.NET MVC to create the response and gather inputs Q1: How can i specify the attributes like lang, voice, loop, pause attributes for verb public ActionResult Welcome(string msg) { var response =…
1 2 3
19
20