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

How to implement conference call with waitUrl using Twilio?

I am facing a small problem while using Twilio conference. When i run the code, it call the participant number. When participant take up the call, then audio with "There is an Application Error, Sorry" played. I want to play the waiting URL audio on…
Momin IqbalAhmed
  • 950
  • 6
  • 13
0
votes
1 answer

Twilio Voice: Tracking a user from website to twilio phone call?

I'm trying to see if this is even possible in twilio. I'm hoping maybe someone's had a similar challenge and came up with a creative solution... Our company has a unique phone number that's only displayed on our website. I've been asked if it's…
goalie35
  • 786
  • 3
  • 14
  • 34
0
votes
1 answer

What are the way i can keep track of min/call by each of customer

Our usecase in simplified manner: 1) Custom come to our website 2) he see a list of phone numbers 3) he click on a phone number to call. For above i am reading https://www.twilio.com/docs/quickstart/java/client/outgoing-calls Our plan is to give…
Bhuvan
  • 4,028
  • 6
  • 42
  • 84
0
votes
2 answers

How to ensure only Twilio hits my api endpoint?

I am using Twilio Voice API to make calls. The flow is that a user initiates an action on my site, we then send a request to Twilio API via the twilio object in the ruby gem. This object contains the 'from' number , 'to' number , 'url' The 'url'…
RPV
  • 397
  • 1
  • 5
  • 16
0
votes
2 answers

Error Sending SMS with Twilio on android wih TwilioRestClient

I want to send SMS from my android app. I have the SID and AUTHTOKEN pasted below. Appreciate someone looking and giving some input or working code: Issue : there seem to be multiple ways to do it - use twilio-java-sdk, twilioclient-android and…
techtinkerer
  • 1,280
  • 2
  • 15
  • 26
0
votes
1 answer

verification call was successful or not by twilio verification call

I am using Twilio Appi for phone verification my this snippet is generating verification call. ValidationRequestResult result = client.AddOutgoingCallerId(options.To, GeneratedVerificationOption()); i want to check that either call was…
0
votes
1 answer

Using Twilio JS client, how can I call to a number entered in the texbox?

In order to make outbound call from browser, I followed "https://www.twilio.com/docs/quickstart/php/client/outgoing-calls" link, and now I can make outbound browser call to a particular number(Which hardcoded behind). But If I am entering a number…
Kirti
  • 11
  • 4
0
votes
1 answer

Click to call button from browser to phone

I have requirement where i need to have a "Talk to Sales" button on my website. The user would be able to talk to sales or the support team by clicking the "Talk to Sales" button. I have tried a lot of cloud telephonic solutions like knowlarity and…
Uday Khatry
  • 449
  • 1
  • 8
  • 23
0
votes
0 answers

Twilio - TwilioClientService stopwithTask equals true why?

I want to get answer from Twilio Evanglists that in BasicPhone Sample App of Twilio Android SDK contains : . I want to know why ?
0
votes
0 answers

Pending Intent not working for incoming call in twilio

I am new to twilio sdk, trying to use it with sdk's sample code with live account credentials,but i am stuck in getting incoming call. What i have done this twiML config. on server side
Yogesh Seralia
  • 340
  • 5
  • 23
0
votes
1 answer

Php twilio make a call

i want write a demo use twilio with php,i have succee in useing offical demo like this $client = new Services_Twilio($AccountSid, $AuthToken); $message = $client->account->calls->create( $accountData["From"], $accountData["To"], …
yang
  • 183
  • 12
0
votes
2 answers

twilio voice call not connecting

I'm trying to make a browser to phone number call using twilio voip. Currently I'm generating a token for the Javascript client like so account_sid = 'xxx' auth_token = 'xxx' capability = Twilio::Util::Capability.new account_sid,…
gibo
  • 527
  • 2
  • 5
  • 22
0
votes
1 answer

OpenVBX not calling

I have OpenVBX and just bought a new Twilio number. OpenVBX has been installed with the sid and token of the Active Twilio account. I can send text messages but not receive them. And I can't make any calls or receive them. I tried adding the number…
coco minion
  • 123
  • 2
  • 15
0
votes
3 answers

Twilio basic and call forwarding

I am extremely new to twilio, I created a test account on twilio, they gave me a number. Now I want to forward call coming to that given(given by twilio) to any other number. I am able to do this from twilio's website. But, I want to make this…
gehlotparesh
  • 142
  • 3
  • 13
0
votes
2 answers

Twilio Browser client Available or not

I am facing a problem with Twilio to detect the Twilio Browser client Available or not. If Twilio client is not available then need to send the voicemail otherwise I am using to accept the call. Twilio.Device.incoming(function (conn); Thanks.
John
  • 51
  • 1
  • 3
  • 13