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

Voice call using twilo in web application

we are trying to use voice call for our web application. we tried using below code: public class MakeCall { public static final String ACCOUNT_SID = "ACbXXXXXXXXXXXXXXXXXXXXXXXX"; public static final String AUTH_TOKEN =…
1
vote
1 answer

how to check Twilio Web Client online from twilio php REST

The scenario is - A twilio web client 'Mr TWC' and A customer 'Mr 123'. Now I need to respond 'Mr 123' based on 'Mr TWC' in online on a web browser OR offline/not on a web browser. Thanks In Advance
user306
  • 414
  • 3
  • 13
1
vote
1 answer

twilio click to call Java Servlet - not working

I have tried to setup twilio click to call java Servlet example by following the below url. https://www.twilio.com/docs/tutorials/walkthrough/click-to-call/java/servlets However, when I am providing the phone number to call (it's an India number…
1
vote
1 answer

Outgoing Calls Are Not Recording

here is the code to make a call function dialCall(num) { params = {"phoneNumber": num, "record":"record-on-answer", "callStatus":"call", "callerId": "", "tenantId":""}; …
Beldion
  • 321
  • 8
  • 19
1
vote
1 answer

C# and Twilio - Voicemail POST not working

I'm following the example here: https://www.twilio.com/docs/quickstart/csharp/twiml/greet-caller-by-name Although I've set it up slightly differently. Rather than code it directly in the cshtml I have a controller action reading from my database to…
Captain_Planet
  • 1,228
  • 1
  • 12
  • 28
1
vote
1 answer

Twilio issue "Twilio.initialize() already called" in Android

Bellow my code is login twilio client is working public void login(final String clientName, final boolean allowOutgoing, final boolean allowIncoming) { if (loginListener != null) …
Android Devs
  • 125
  • 13
1
vote
1 answer

How to check using Twilio IncomingCall is Disconnect in Android?

How to check using Twilio IncomingCall is Disconnected. I got bellow logs when incoming call disconnected (Like Missed Call Type). but all log are inbuilt Lib's logs so i can't catch or use. 06-25 09:55:20.293 2037-2186/com.reach.xxxD/PJSIP:…
1
vote
1 answer

Twilio call says an application error has occured

I using this command to make a call. I hosted the xml in amazon s3 and made it public. The call says, "Sorry, an application error has occurred. Please help curl -XPOST https://api.twilio.com/2010-04-01/Accounts/kjfwbkjfejbfgeirbgiregribg/Calls.json…
Uppi
  • 702
  • 2
  • 13
  • 37
1
vote
0 answers

How to verify a number in twilio account?

I Am new to twilio. I am not able to verify a number however I have funds in my account and using the plug-in ACT Click2Call. Can any one help me to verify the number over there?So that I can add the outgoing numbers to the plug-in settings?
1
vote
1 answer

Modifying a live call disconnects the call

I am using the twilio php library to implement the calling .. I am running through an issue .. the issue is that .. I am using the following code to redirect the call to a particular url require_once('/path/to/twilio-php/Services/Twilio.php'); //…
Vivek Bhardwaj
  • 530
  • 5
  • 16
1
vote
0 answers

Twilio Library Suddenly Stopped Giving me Call Sid

i am using twilio android sdk for calling .. it is working fine.. but i am getting a very wierd issue right now I was using the following code to fetch the call sid as soon as the onConnected method gets fired.. the call is working fine.. but this…
Vivek Bhardwaj
  • 530
  • 5
  • 16
1
vote
1 answer

Error while making outbound call on twilio

I am new to twilio.I am using twilio trial account and I am using php.I have created my account and the verification code was sent to my number .But when i try to make a call i get the error Error: The source phone number provided, +1937xxxxxx6, is…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
1
vote
1 answer

Customize Twilio's click-to-call, transcribe and collect statistics

I'm using Java but the question is language-agnostic, so I posted it under twilio-PHP tag too. My application needs to connect two customers: A and B. I want to transcribe the conversation and find out whether one of the parties did not pick up and…
Scott Mayers
  • 437
  • 6
  • 18
1
vote
1 answer

Twilio 'we are sorry an application error has occurred' when adding action attribute to dial verb

I got'we are sorry an application error has occurred' when I add a action attribute to dial verb, and it's working fine without the action attribute Below is the working code :
1
vote
1 answer

What causes Twilio JWT token expired errors during working WebRTC sessions?

Our Twilio application, which handles outbound calls from an SSL secured website, starts throwing errors during calls. The errors occur during phone calls, and sometimes just when the browser sits idle. We have tried setting the expiration to zero,…