2,522 questions
0
votes
0
answers
55
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
43
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
43
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
120
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
31
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
128
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
40
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
275
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
30
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
59
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
51
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 ...
0
votes
0
answers
61
views
Twilio is sending duplicate messages
I am using twilio in my Express application for sending bulk SMS to multiple users. The issue I am facing is that twilio is sending some messages multiple times.
Following are the static methods I am ...
2
votes
1
answer
58
views
Twilio webhook: incoming SmsRequest causes 400 response
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....