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

Do we have to purchase twilio numbers for every user we join in conference call in Twilio?

I'm working on web app which allow different users to create session and add participants in that session. I'm implementing voice based feature in my web app. But having some questions which I didn't found perfectly on Twilio docs or may be I missed…
0
votes
0 answers

Dial in another participant inTwilio

After joining a conference call I am trying to dial in another participant to the conference call. I have 2 functions /ConnectConfrenceCall and /conference (see below the functions) When getting the callback from /Confrencecall it enters /confrence.…
user1163234
  • 2,407
  • 6
  • 35
  • 63
0
votes
0 answers

How can I put a twilio call on hold without conference?

We are developing a calling web app using React and Node. In this app, we are providing incoming and outgoing calls. But I am having trouble holding the hold. Please provide some references or code. I want to put the call on hold without conference…
0
votes
0 answers

Twilio - Is there anyway I can dial in a participants?

I tried doing this Twilio - How to move an existing call to a conference but I can only dial in one extra participant I want to add 10 more people.
user1163234
  • 2,407
  • 6
  • 35
  • 63
0
votes
1 answer

How to connect agent to a Twilio outbound call before the customer?

I'm trying to setup a seamless outbound calling experience for a Twilio Flex setup. I have the dialpad outbound as well as a callback feature from previously delivered callback/voicemail request tasks (agent can accept the task and make an outbound…
0
votes
1 answer

Twilio Download Recording and Transcribe of call using PHP RestAPI?

As from the question it is quite clear what I am trying to achieve. What I had tried till now to achieve the said is: dailcall.php $call = $twilio->calls ->create($to, // to $from, // from [ "method" => "GET", "url"…
NomanJaved
  • 1,324
  • 17
  • 32
0
votes
1 answer

Twilio Make call and send digits multiple times using DTMF

Scenario: I want to dial a number where an IVR is setup. That has press 1 for English and press 2 for Spanish. Once a number is chosen then it asks for 6 digit key. How I can pass the next 6 digits using DTMF? I had read the documentation thoroughly…
0
votes
1 answer

problems to handle numbering extencion the number fixed with twilio studio

I created an integration with my anura telephone operator with twilio but I have the following query since it is a telephone operator .how do I make an outgoing call to an extension of this telephone operator the extensions? to which I want to…
0
votes
2 answers

Not able to do simple twilio call

I am not able to do simple 2 way audio call between 2 numbers using twilio. I have attached my python (Django) code. when I run the code, call Get connected and but after accepting call it get's disconnected immediately. also, I am not able listen…
0
votes
1 answer

Single Outgoing Call + Conference Call

How to implement a single outgoing call and conference call? I have outgoing call setup working: A POST request hits the /voice endpoint and call goes through, likewise incoming call. I have read the conference code sample and see it hits the same…
Emmanuel
  • 52
  • 4
0
votes
1 answer

Hide Phone Number in status bar while Twilio call is in progress

I have implemented twilio outbound call in react native using https://github.com/hoxfon/react-native-twilio-programmable-voice package. The outbound call is working fine. While in call in android the status bar shows users contact number. Is it…
0
votes
1 answer

Twilio - On Premise Implementation

I am looking for help on Twilio. Has twilio been implemented On Prem? Is this possible? We have confidential data for users that needs to be shared on a call / sms. In the SaaS based instance the details are stored in the logs. How can this be…
0
votes
0 answers

Twilio two way voice from Browser Connect callee into active video room after navigating phone tree

I have an in-progress room where I would like one user on the browser to make an outbound two-way call to a third party. The user must navigate the third party's phone tree and once they have reached a live person transfer the call into the room.…
STF
  • 1
  • 2
0
votes
1 answer

Twilio Voice calls using sub account

I have more than 10 subaccounts in twilio. On average a subaccount has 2 phone numbers. Now I'm trying to add voice call function. According to the documentation, I have to create Twiml applications and Mobile Push Credentials (to receive calls) and…
KTB
  • 1,499
  • 6
  • 27
  • 43
0
votes
2 answers

How can I fill Twilio Voice url parameter from a predefined variable?

I am using Twilio Programmable Voice and Python. Following documentation on how to make an outbound call, here is my code: # Download the helper library from https://www.twilio.com/docs/python/install import os from twilio.rest import Client #…
uk_butterfly
  • 93
  • 1
  • 2
  • 8