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

Firefox 54 (ubuntu 14.04): Twilio video failed getUserMedia

2017-06-30 08:42:02.920Z | WARN in [createLocalTracks #1]: Call to getUserMedia failed: MediaStreamError { name: "InternalError", message: "Starting video failed", constraint: "", stack: "" } twilio-video.min.js:92:26979 Unable to access local…
0
votes
1 answer

Subview not getting transmitted over twilio

I am new to twilio and i am trying to add a subview to localVideoTrack in quickstart tutorial, the UIView is getting added to the renderer being shown on mobile but not to the localVideoTrack and is not transmitted to the other user. Please can…
Hadi
  • 307
  • 6
  • 20
0
votes
1 answer

Twilio calls integration to ios app without server app

This must be a silly question, but is there any way to make calls btw two iOS apps without server app mentioned in Twilio tutorials. Tell me please what server app does and is there any way to perform such tasks on front end instead?
0
votes
1 answer

How to Connect IP Phone Calls to My Web Page

Basically my Question is how can I create a Web Pages which will work something like this : When a user will click on call button then that call will be directly transferred to IP Phone.
rohitcoder
  • 401
  • 1
  • 7
  • 18
0
votes
1 answer

Twilio incoming call not working in android voice sdk

i have used android voice sdk github link if i click call button i am getting congratulatory message and not showing any notification like incoming call. Please help i am doing this from long time. in twilio site it is showing correct but not…
Rajasekher reddy
  • 383
  • 3
  • 16
0
votes
1 answer

How to record when Make a call between two numbers not registered in twilio

I did when Make a call between two numbers not registered in Twilio using following link "Make a call between two numbers not registered in twilio" in C#. But I need to record while pressing 1 during the call at any time.Thanks in advance.
0
votes
0 answers

Twillio Rails not sending

I am trying to add twilio to my rails app using the twilio gem and I am having issues. I first followed this tutorial https://www.twilio.com/docs/tutorials/walkthrough/appointment-reminders/ruby/rails#14 and did it in a separate app which works.…
0
votes
1 answer

How do I get a dump of every Twilio number I currently own?

I'm trying to find a way to see every number I've bought on Twilio and still control - either from the console or with an api call.
user12871
  • 335
  • 1
  • 3
  • 8
0
votes
1 answer

Twilio record outgoing browser call and store the record id in an object Django

I am able to make a call doing this. The call goes out, but how do I set it so when I make the outgoing call, the conversation is recorded, and once the call is done, I want to tie that recording id (retrieve the call/recording sid) and store it in…
rak1n
  • 671
  • 1
  • 8
  • 17
0
votes
0 answers

Twilio,Not able to make changes in live call

I have three functionalities to do- 1-Hold the call 2-Unhold the call 3-transfer the call How can I do it without using conference.Also I am creating the call using the REST API.
0
votes
0 answers

Twilio,In Incoming calls when I queue the call second time parents call status gets completed

Twilio,In Incoming calls when I queue the call second time call status gets completed.But the hold music is still play on both side of the call.Here is my code to update calls.(First time hold unhold is working fine but when try to hold the second…
John Ambrose
  • 167
  • 1
  • 11
0
votes
1 answer

Twilio - Record calls made by Client

How can I enable recoring for calls made by Twilio client js? I am using Apex (Salesforce) to generate the token Javascript Code Twilio.Device.setup("{! token }"); Apex Code TwilioCapability capability =…
ipradhansk
  • 352
  • 1
  • 10
  • 36
0
votes
1 answer

when we make call using rest api then what twiml we use on that url parameter

I am Creating the call using the rest api- try{ // Initiate a new outbound call $call = $this->client->calls->create( // to call. "num2", // Step 5: Change the 'From' number below to be a valid…
John Ambrose
  • 167
  • 1
  • 11
0
votes
1 answer

Twilio how to disconnect the call when an agent transferred the call to another agent

E.g.->If agent A makes a call to a user and now agent A transfers the call the agent B now how can i disconnect agent A from the call and let user and B still on the call. 1.When I make the call I use this TwiML.
0
votes
1 answer

Route Incoming Twilio Call to another Browser Client

An agent needs to route the active call to another agent. I got one article to do with Node.js here. But, not sure what to do with Javascript client. Can I modify an existing connection? Following is my code for accepting incoming…
ipradhansk
  • 352
  • 1
  • 10
  • 36