Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I'm building a React Native app using Expo, and I'm integrating the Twilio Voice SDK with react-native-callkeep to handle incoming VoIP calls. The Goal: When a VoIP call comes in, I want to use react-...
Zeeshan Ghazanfar's user avatar
0 votes
0 answers
39 views

I am trying to update the waitUrl in a twilio conference call using their participants API. I have a conference call with 1 participant waiting for another participant to join. When the 1st ...
Arnav Shah's user avatar
0 votes
0 answers
31 views

I am working on a use case where we need to ring multiple agents/clients simultaneously and bridge the first one who answers into a conference. We are currently using the Create Participant API and ...
Wasim Akram's user avatar
0 votes
1 answer
46 views

I have the following scenario here: all of our clients phone's and agents are currently on the main account and we want to have our call center on the main account and all of our clients phone's on ...
Felipe Esteves's user avatar
1 vote
1 answer
264 views

I’m building a React Native app (using Swift bridging) that integrates Twilio Voice, PushKit, and CallKit to support VoIP functionality for incoming calls with WhatsApp like call notification. However,...
Jasleen Kaur's user avatar
1 vote
0 answers
58 views

I'm working with the Twilio Conversations API in a C# backend and trying to send a single message that includes multiple media files. Here’s my method for sending a message, which works for single ...
Qadeer's user avatar
  • 11
0 votes
0 answers
51 views

I am experiencing issues sending WhatsApp messages from my twilio account using a content template (ID HX5e145bed3c320da2263ffb244dc51d50) set to German. The template is approved, but messages run ...
Achim Becker's user avatar
2 votes
1 answer
57 views

I have a webhook controller in a .NET 8 / C# project that uses nuget package Twilio.AspNet.Core 8.1.1 and my code looks like this: using System; using Microsoft.Extensions.Logging; using Microsoft....
Nielsvh's user avatar
  • 1,259
0 votes
0 answers
53 views

Trying to get Whatsapp working in a laravel app using twilio. Can successfully create a conversation. Already have whatsapp number registered in twilio $participant = $this->twilio->...
Mark Walker's user avatar
  • 1,279
0 votes
0 answers
83 views

I'm using Twilio Studio to enqueue an incoming call into a TaskRouter workflow. The call (now a task) is successfully matched and reserved to a worker. The worker, in an electron app running ReactJS (...
Ethan's user avatar
  • 2,097
1 vote
0 answers
111 views

According to Twilio API docs for a media stream, the <Start> TwiML verb is used only for unidirectional streams, but allows additional TwiML instructions to be executed after it. Using the <...
Blake Jones's user avatar
0 votes
0 answers
43 views

I use record=record-from-answer' in dial verb Which record the call success fully but I need to transcribe Simultaneously. In dial verb there is no transcribe atribute.
ARUNIMA DAS's user avatar
0 votes
0 answers
31 views

I have a Studio Flow configured to handle inbound calls, which are routed to a queue where the caller waits until someone picks up. After a certain waiting period (around a couple of minutes), I want ...
rod256's user avatar
  • 37
1 vote
0 answers
71 views

I am trying to implement a hold functionality using the Twilio JavaScript SDK for voice calls and PHP. However, when I attempt to put both legs of the call on hold, I encounter an issue where one leg ...
Ryan Naong's user avatar
0 votes
0 answers
43 views

I'm using Twilio Verify API for SMS verification—users receive an SMS with a code which they then validate. However, I'm noticing additional charges labeled as "Authy" even though I'm not ...
CesarDlr's user avatar
0 votes
1 answer
64 views

We are working on implementing a backend service that as part of our overall authentication product will be sending TOTPs via SMS and voice. We are considering using Twilio to send the SMSs and make ...
QuantumMechanic's user avatar
0 votes
0 answers
58 views

This is the section of my code where I think the keywords should go. class TranscriptionService extends EventEmitter { constructor() { super(); const deepgram = createClient(process.env....
Roy's user avatar
  • 1
0 votes
0 answers
44 views

I am trying to create the regulatory bundle for each end users, but I am facing the problem while submitting the required documents for the identity and address proof through Twilio sdk. either ...
uchiha noob's user avatar
0 votes
0 answers
30 views

You can redirect a call and serve the following twiml if you want to play short audio file before ending the call: <Response> <Play>https://url/call_ended.wav</Play> <Hangup>&...
M-Wajeeh's user avatar
  • 17.3k
-3 votes
1 answer
77 views

I’ve been working with the Twilio API on Zapier to send WhatsApp messages and have hit a persistent issue. Despite extensive troubleshooting, I’m still getting the following error: Data Message: The '...
Ghar Baar's user avatar
1 vote
0 answers
60 views

I am building an iOS app using TwilioVoiceSDK to make PSTN calls. Here’s the flow I am trying to achieve: The app initiates the call via TwilioVoiceSDK.connect(). The Twilio webhook (twiml_response) ...
Umair Suraj's user avatar
0 votes
0 answers
87 views

I’ve used Twilio Flow with the “Make Outbound Call” widget to call users and send requests to my API based on their input, which was straightforward (my dev skills are ok, but with infra I am just ...
dasis's user avatar
  • 87
0 votes
0 answers
29 views

I am using PHP Laravel. So I have everything working on my project with Twilio Call API. Now I was asked to calculate the ring duration of outgoing call which Twilio does not provide directly. So what ...
Yunus Aslam's user avatar
  • 2,476
0 votes
0 answers
43 views

I am using python and working with Twilio where my Twilio number first calls the "to" number (from the "from" number). Once the "to" number picks up, the call is then ...
Saif Khan's user avatar
0 votes
0 answers
98 views

Am having a problem with my twilio gather. I am getting this error after entering selection on phone keypad: We are sorry an application error has occurred twilio and when I check the error, I see ...
majo majo's user avatar

1
2 3 4 5
51