Questions tagged [twilio-programmable-voice]

Twilio Voice allows you to make, receive, and monitor phone calls around the world using a robust API.

195 questions
0
votes
1 answer

How to fix "Invalid Autopilot Actions JSON: Invalid Autopilot Action"

I am trying to work with Twilio autopilot which trigger the twilio function after gathering some words, I need program to play digits or 'DTMF tone' I have written code in javascript in Twilio Function as exports.handler = function(context, event,…
0
votes
2 answers

How to send a voice message using Twilio-Client-Javascript or using Twiml - Our understanding & possible approach

We are working on a requirement where we are initiating a call from Twilio client SDK [Javascript]. We have an ASP.Net MVC Core application handling incoming Webhook request from Twilio Twiml app. To initiate a call from a client side, we are using…
0
votes
1 answer

How to find "From" phone number and "To" phone number in Twilio Programable voice

I'm integrating Twilio Programable Voice in my Android and iOS application , in my application users will call individually similar to Skype . If someone called user through my application ,another user will accept the call through my application …
0
votes
1 answer

Identify phone caller in Twilio video room

I'm using Twilio Programmable Voice to connect a caller to a Programmable Video Room via the Room verb. How can I get the ParticipantIdentity of the caller on the video side? I see the phone caller's identity on the video side is their phone number…
Tim
  • 810
  • 9
  • 20
0
votes
1 answer

Gather digits from dial-pad while in room

We're using Programmable Voice to allow users to dial-into our Programmable Video rooms. Is it possible to respond to dial-pad input after the phone user has been connected to a room? One use case we have is to allow a user to unmute themselves.
Tim
  • 810
  • 9
  • 20
0
votes
0 answers

Is it possible to associate Twilio CallSid with PIN code?

In an app, the users are required to enter a 6 digits PIN to join a conference. Before the user calls the conference number, the PIN is assigned to a specific user ID. I would like that after the user enters the PIN, Twilio to pass the CallSid to my…
George I.
  • 560
  • 2
  • 7
  • 26
0
votes
1 answer

Redirecting to Twilio Autopilot calls fallback immediately

On my TwiML I'm redirecting to an autopilot assistant. The redirection works, but the fallback task in Autopilot executes immediately after response message is spoken. var response = new VoiceResponse(); //message is a long text that takes 10 secs…
0
votes
1 answer

Twilio: Put a call on hold in warm-transfer

I'm implementing warm-transfer in my App suggested by Twilio. I need all this feature as follows: https://www.twilio.com/docs/voice/tutorials/warm-transfer I downloaded this sample from Github to check if this approach will be…
Raj Gupta
  • 65
  • 8
0
votes
1 answer

How to build administrative functions in Twilio Programmable Voice (Conference)

I'm playing around Twilio programmable Voice (Conference) along with PHP. I'm unable to implement administrative functions like muting/un-muting all participants, start & stop recording etc by moderator of the conference, I preferably would like to…
0
votes
1 answer

Prevent worker from receiving voice tasks by updating their voice channel capacity

I'm currently using task router to route calls to my workers and I want to temporarily prevent certain workers from getting assigned voice tasks. I thought by updating the worker channel capacity for voice to 0 or marking the voice worker channel as…
nam
  • 15
  • 2
0
votes
0 answers

Setting Twilio Client customParameters on incoming call for conferences

I am currently using Twilio Client for all of our end points, and all of our call legs are being bridged by agent conferences. Calls to Twilio Client are therefore made either by the Task Router 'conference' command on inbound calls, or the agent…
0
votes
1 answer

Twilio: Answer an incoming call that started before opening browser

I'm using the Twilio Javascript Client SDK to allow users of our application to receive incoming calls through their browser. We have everything working well (ie: the call can be answered) if the user already has a browser tab open and receives an…
siannopollo
  • 1,464
  • 11
  • 24
0
votes
0 answers

Twilio.Exceptions.ApiConnectionException: Connection Error. A task was cancelled - Twilio C#

I'm facing an issue when fetching voice recordings for a specific date range. I could not reproduce the issue locally. But I continuously get the following error in production "Twilio.Exceptions.ApiConnectionException: Connection Error:…
Zaheen Haris
  • 31
  • 1
  • 6
0
votes
0 answers

Twilio call phone number masking using C# API

I need to connect two customer via voice call, but I want to hide original phone number from each other. I'm planning to implement it using twilio. My current progress is up to making a call from twilio. const string accountSid =…
Mr.Bhanushali
  • 126
  • 12
0
votes
1 answer

Outgoing call from Twilio is not working in Laravel 5.5

I'm new to Twilio. I'm using Twilio for phone verification of my app. I'm using Laravel 5.5 for the backend & APIs. I've successfully sent the SMS to phone. I'm getting the call from Twilio but it says an application error. It doesn't read what I…
1 2 3
12
13