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

Send SMS via Twilio without Verification - RAILS

Hey Guys I have an upgraded paid Twilio account and I'd like to send SMS without phone number verification through my Rails app. Is there a way to do this? Please advise Thank you
Mikhail
  • 151
  • 9
0
votes
1 answer

How to mange Incoming call from client on one TWILIO number (number used by multiple users)

I want to integrate Twilio into my app(JAVA SPRING), now I come up with the fact that if I bought only one Twilio number then I can call multiple clients at the same time from different users. But what if Multiple clients calling the same number if…
0
votes
0 answers

how to call from one twilio account phone number to another twilio account phone number?

Currently I am having 2 free trail twilio account. So I have 2 phone numbers, I per each account. these 2 phone numbers are verified by each other. So How to make a call from 1 twilio account phone number to another twilio phone number?
0
votes
1 answer

Twilio Client CallSid Getting Changed in JavaScript

I've implemented a call center in Salesforce with Twilio client JavaScript SDK. I'm trying to save the call record information in Salesforce and I'm using the connection.parameters.CallSid to identify the correct record when the recording call back…
highfive
  • 628
  • 3
  • 12
  • 31
0
votes
0 answers

Call failed to connect: Connection error (503)

I am trying to use audio call in app, But when I call from a device to other device, It does not connect with device and automatically disconnected with twilio Api. What is that problem occurred in app? 2018-11-21 10:43:32.226794+0530…
Pankaj Jangid
  • 812
  • 9
  • 18
0
votes
1 answer

Monitor Twilio Voice Call Status

I am implementing the Twilio Programmable Voice to allow Outgoing calls to phone numbers from my Website. I want to display a timer after the call has been picked by the client but I can't figure out how to monitor the status of a call in…
anonn023432
  • 2,940
  • 6
  • 31
  • 63
0
votes
2 answers

Record Outbound Call using Twilio.js

I am using twilio.js for making a calling app which record outbound calls also, But I am not getting which parameter to pass in Twilio.device.connect(para). I checked its Php code in which its invoked by passing "record": "true" Someone please help…
shanu
  • 76
  • 1
  • 1
  • 11
0
votes
2 answers

How to integrate audio call(User to User) using twilio API?

I want to integrate user to user audio call feature using Twilio API, is it possible in Twilio? if yes can you please provide a tutorial. Here I have added the code: 1. For get token from the Twilio $.post(url, function(data) { // Set up the…
Dev Ramesh
  • 353
  • 1
  • 12
0
votes
0 answers

Twilio voice application error occurred

I am trying to integrate Twilio to my AngularJS and spring MVC application. After following Twilio documentation I set up at front end device setup and calling etc. In Java class I am generating a token, and passing that token while making the call.…
0
votes
1 answer

Twilio call automatically cuts after 2 minutes

I have been facing this problem for 1 week now which stands as when the call is generated it automatically cuts after 2 minutes of recording of the call . Here is the TwiML Hii Welcome to our…
0
votes
1 answer

swift - Twilio Video Chat - Alert when freezes

I am implementing video chat feature with Twilio iOS SDK Call is working great but I would like to display for the recipient if the other one is not currently in video chat (instead of displaying the regular freeze static image that comes up when…
Martin Kjellberg
  • 615
  • 1
  • 6
  • 22
0
votes
0 answers

twilio gets disconnected when click on call

I am create a button to make call but when I click on the call button and call the twilio connection object it doesnt work it calls the disconnect object. here is my code $accountSid = 'xxxx'; $authToken = 'xxx'; // put your TwiML Application…
Mohd Mobeen
  • 75
  • 1
  • 1
  • 6
0
votes
1 answer

Twilio: How to play prerecorded voice to recevier's answering machine?

With twilio Api I am trying implement the following: Agent Clicks number in a list to dial through twilio javaacript web client If receiver is not available and his answering machine responds back then agent have an option to click button on my…
N Nem
  • 743
  • 8
  • 14
0
votes
1 answer

how can i get Twilio callStatus using STATUS CALLBACK URL

I am making a voip call through Twilio based on TwiML that is being generated dynamically from server. Sometimes when i call a user and user is not available i do not get any status back from Twilio. According to Twilio's documentation i set 'STATUS…
u_1826
  • 57
  • 2
  • 14
0
votes
1 answer

Integrating Twilio-js in Angular.js?

Can anyone please guide me how do I integrate/require twilio.js file in the my application? I have to do it with angular.js app. I can't require/include it and can't get the Twilio object to call it's methods. I'm really new to it! By just adding…
hmd
  • 960
  • 2
  • 9
  • 13