10,522 questions
Advice
0
votes
3
replies
84
views
Novice - can't send messages to private numbers
I just created a Twilio account and was walking through the account creation pages, if that is what they are. I got to the one for sending a "first message" and was able to send to the ...
Tooling
0
votes
0
replies
45
views
Twilio Notification for Blocked Verifications
I want to enable notifications on Twilio for blocked verification via OTP. Whenever a OTP verification is blocked by twilio irrespective of error, I should notified on my mobile number via text ...
0
votes
1
answer
74
views
Not receiving webhook call from Azure Open AI realtime model
I've been following this documentation here: https://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-sip#connect-to-sip
In Twilio, I created an elastic sip trunk for my phone ...
1
vote
1
answer
205
views
OpenAI Realtime Proper way to truncate a live streaming conversation on speech interruption Twilio media streams
I’m implementing a real-time voice call flow using Twilio Media Streams connected to a bidirectional WebSocket service that generates and streams audio responses back to the caller.
The call flow is ...
5
votes
0
answers
164
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
74
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 '...
1
vote
0
answers
82
views
Video freezes for a few seconds when flipping camera in React Native Twilio Video — any fix?
I'm using react-native-twilio-video-webrtc for video calls.
Whenever I flip the camera using flipCamera(), the local video freezes for 1–3 seconds before showing the new camera. Audio continues but ...
1
vote
1
answer
96
views
Twilio Signature validation for ConversationRelay WebSocket with Java SDK
In https://github.com/enola-dev/enola/pull/1927 I attempted to add signature validation for WebSocket authentication security to my https://github.com/enola-dev/twilio-conversation-relay-java Java ...
1
vote
1
answer
108
views
Twilio Voice React Native — App Crashes When Initiating Outgoing Call (`getMainActivityClass()` Returns Null)
After resolving a startup crash, I’m now facing a new crash when attempting to initiate an outgoing call using @twilio/voice-react-native-sdk.
When I call:
Voice.connect(...)
the app crashes with the ...
-4
votes
1
answer
327
views
Voice Activity Detection (VAD) not working in ElevenLabs with Twilio
I am using an ElevenLabs Agent to call people via phone (Twilio native integration). Now when I am on speaker or when there is someone in the background speaking loud, the Agent accidently considers ...
0
votes
0
answers
263
views
App crashing on Android with missing libreactfeatureflagsjni.so after RN 0.79 migration when including twilio/voice-react-native-sdk (16KB issue)
I am experiencing a crash in an Android app after migrating to React Native 0.79.6 with the new architecture (Fabric + TurboModules) enabled. The crash happens immediately on app launch, and the error ...
0
votes
0
answers
98
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
77
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
1
answer
69
views
Twilio Video Chat Android - WebRtcAudioUtils's and WebRtcAudioManager's methods are not available anymore
So I have just updated to the latest version com.twilio:video-android-ktx:7.9.1 (previously it was 7.6.1) and the following methods are not available anymore, what's the alternative?
WebRtcAudioUtils....
2
votes
1
answer
121
views
How to ensure webhook requests are routed to the same FastAPI worker that initiated the request
I’m working on a FastAPI service deployed with Uvicorn using multiple workers to handle voice communication with Twilio, and I’m running into a routing problem.
Current architecture:
A client sends a ...
