2,523 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
38
views
Twilio WhatsApp Typing Indicator
I am attempting to implement the WhatsApp typing indicator using the documentation provided at https://www.twilio.com/docs/whatsapp/api/typing-indicators-resource.
However, I have not yet had a ...
0
votes
0
answers
49
views
Twilio Call Duration while call is in progress
I am trying to set a limit on how long a caller can stay on the call with the Ivr.
So what i wanted to do was when the user presses a key which sends a http request to my server I would check the '...
0
votes
0
answers
63
views
react-native-callkeep ends call immediately after Twilio Voice SDK connects
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-...
1
vote
1
answer
53
views
Twilio WhatsApp Sandbox: "Twilio could not find a Channel with the specified from address" when sending from PHP (twilio/sdk 8.x)
I'm trying to send a WhatsApp message via Twilio WhatsApp Sandbox from a PHP app. The recipient has joined the sandbox and appears under Sandbox Participants
use Twilio\Rest\Client;
$client = new ...
0
votes
0
answers
44
views
Update the waitUrl in a conference call
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 ...
0
votes
1
answer
124
views
How to send read receipts and typing statuses to users? [closed]
I'm currently using the Twilio Messaging API through their Twilio npm package. I want to programmatically mark the user's message as read so that they can get something to look at while the response ...
0
votes
0
answers
37
views
How to Ring Multiple Clients Simultaneously with Create Participant API and Outbound Call API
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 ...
1
vote
0
answers
165
views
React Native iOS – Twilio VoIP Push Notification not triggering CallKit UI (Missing twi_message_type)
I'm building an iOS VoIP calling app using React Native + Swift. I'm integrating Twilio Programmable Voice, and facing issues with incoming calls via VoIP push.
Issue
Even though I'm receiving the ...
0
votes
1
answer
48
views
How to handle calls from a subaccount to the task router + workers on the main account on Twilio
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 ...
0
votes
0
answers
46
views
Twilio Voice SDK iOS – Error 52003: Invalid Credential Type(Notify) when setting up APNs for incoming calls
I’m working on a React Native app using Twilio Voice SDK for iOS with the following setup:
Outgoing Calls (App ➝ Real Phone) – Implemented and working fine.
Incoming Calls (Real Phone ➝ App) – Not ...
1
vote
1
answer
304
views
Missing com.apple.developer.voip-push-notification Entitlement in Provisioning Profile
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,...
0
votes
0
answers
33
views
Looking to migrate from older Twilio version to Salesforce managed package
We have had a Salesforce integration since 2015 leveraging TwilioRestClient and TwilioMessage (among others) for messaging. As Salesforce is retiring older APIs, I'm looking to leverage the newer ...
1
vote
0
answers
60
views
How to send a Conversation message with multiple media files?
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 ...
0
votes
0
answers
107
views
Twilio does not send Messages to websocket on inbound calls
The goal: someone can call my Twilio Phone Number, it forwards the call to my cell phone, and sends the real-time audio of the call to my server.
What I've tried: I currently have this working out ...
0
votes
0
answers
54
views
Language mismatch with +49 target number and template language German
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 ...