Hi Support Team,
We're experiencing critical issues when using Telnyx-registered phone numbers for VAPI-initiated outbound calls. The same assistant configuration works perfectly with Twilio-registered numbers, suggesting a provider-specific integration issue.
Issue Summary
Symptoms:
1. 15-second delay before AI agent starts speaking after call connects
2. AI hallucination - Stuck in between, repeat some of the sentences, etc.
3. Poor voice activity detection - AI doesn't recognize when customer speaks as a response it repeatedly asks "Hello, are you there?" or "Still with me?"
4. Call quality degradation - audio latency and dropout issues
VAPI Configuration:
- Telnyx numbers are purchased through Telnyx
-portalNumbers are registered in VAPI against Telnyx-generated phone number UUIDsSame VAPI assistant configuration used for both Twilio and TelnyxUsing VAPI's outbound call API to initiate transfers
Example one of the affected phone number: +17868408289 (Telnyx VAPI ID - 89d82be1-dc7e-4955-ab9c-c84fd2c68265)
Given that the behavior only occurs with Telnyx numbers and not with other providers, we suspect there may be an issue related to media handling, latency, or voice/VAD configuration.
API For for sending assistant data and phone number
https://api.vapi.ai/call
const reqBody = JSON.stringify({
assistant: {} //Json Assistant,
phoneNumberId: 89d82be1-dc7e-4955-ab9c-c84fd2c68265 //Telnyx Vapi ID,
customer: {
number: destination Number // eg +1 12384081234
}
});
Its is happening with all telnyx numbers which is registered in vapi.
Sharing logs and details of one of the call:
Phone Number: +17868408289
Telnyx Vapi ID: 89d82be1-dc7e-4955-ab9c-c84fd2c68265
call id : 019c0dc9-647c-7aa5-8f36-cc3e10983a9a
Could you please help us investigate this further? Let us know if you need any additional details, logs, or configuration information from our side.
@Zack