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

twilio in incoming call when agent disconnect the call user is not disconnecting

this is my twiml what I m using to connect the call-
John Ambrose
  • 167
  • 1
  • 11
0
votes
1 answer

How to embed webrtc video call application from a https website into my website

I am working on WebRTC video call using Twilio and Firebase as described in this blog post. My website (e.g. http://example1.com) doesn't have SSL certificate and so this application cannot use my camera and microphone. So I am thinking of getting…
0
votes
0 answers

java.lang.NoSuchMethodError: com.twilio.sdk.resource.Resource.(Lcom/twilio/sdk/TwilioRestClient;)V

I have written code for Twilio Incoming Message Store in a database. I have added the new Twilio SDK version as JAR and also all Jackson JARs. But I get below exception: Uncaught exception from servlet java.lang.NoSuchMethodError:…
0
votes
1 answer

How to Correlate desired properties of the Device to properties of the Capability Token when generating capability token from a web service

Uri.Builder b = Uri.parse(TOKEN_SERVICE_URL).buildUpon(); if (newClientProfile.isAllowOutgoing()) { b.appendQueryParameter("allowOutgoing", newClientProfile.allowOutgoing ? "true" : "false"); } if…
0
votes
1 answer

Twilio calls returning "An application error has occured"

I have tried most of the solutions here but couldn't figure out why my call isn't reaching the other side. Though Twilio says that both incoming and outgoing was successfully completed. Here's the necessary part of my code from flask import…
Viginesh
  • 258
  • 1
  • 3
  • 16
0
votes
1 answer

In Twilio, what is the difference between Twilio number and logged in agent number?

In Twilio, what is the difference between Twilio number (For Customer Number) and logged in agent number? Is every agent have unique Twilio number to receive an incoming call?
sushil
  • 127
  • 2
  • 13
0
votes
1 answer

Answered Notification for Outbound call from an App - TWILIO

For Outbound Calls From An App to a Number,   There are two legs - One between my browser and Twilio and the other between Twilio and the number to be dialled   Can I set a webhook to trigger, on each callstatus value change (especially when the…
Aatitya
  • 75
  • 8
0
votes
1 answer

How to detect busy state in Twilio iOS SDK?

I have successfully implement a APP to APP calling in iOS app using Twilio iOS SDK. I have facing a problem in that Twilio SDK. I have explain with some step as below. There are three user. User A, User B, User C Step 1 : User A is calling to User…
Wos
  • 390
  • 1
  • 16
0
votes
1 answer

How to submit a POST request to the Calls resource? (making outgoing calls in Twilio)

I'm having trouble with making outgoing calls using Twilio and I believe I skipped this step where I should submit a POST request to the Calls resource. I don't really understand what to do with this and I need someone to explain it for me since I'm…
bomalicay
  • 1
  • 1
  • 1
  • 3
0
votes
1 answer

Twilio can't find xml on rails

I am integrating twilio click to call into my rails project. Everything works fine however the url: in my twilio controller cannot be found on heroku. However, it can be found if you navigate to it in a browser. The phone dials but the voice says…
0
votes
1 answer

Sending header parameter with request url - twilio

I am calling Twilio client to make a phone call and providing To, From and url parameters. I want to set XSRF token as part of the url so that when twilio call the url the token will be validated and my rest api send the twiml expression so that…
laks
  • 11
  • 5
0
votes
1 answer

Twillio , connect between 2 numbers

I am trying to achieve following functionality with twillio.js on client side and ASP.NET Mvc website at the backend. I need to connect a call between real phone number of sales person and phone number of a potential client. For example on button…
0
votes
1 answer

Twilio Issue com.twilio.client.impl.useragent.UserAgent in Android

Please check below logs what was the issue. 07-01 15:14:12.763 20707-20743/com.reach.communications A/art: art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: attempt to access field…
0
votes
1 answer

Redirect a call back to original url twilio

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
0
votes
2 answers

Twilio: Trigger events on joining conference call.

I am working on a project in which i am using Twilio api for conference call. I have successfully integrated the conference feature and it us working fine. Now the problem is : I need to trigger some events whenever any new user join or leave the…
harry
  • 451
  • 2
  • 5
  • 17