JorgePC
09/10/2025, 10:27 PMVapi Support Bot
09/10/2025, 10:28 PMG711U or OPUS) is enabled on both Vapi and Telnyx, as having multiple codecs enabled can cause negotiation delays. Try disabling all but one supported codec and test again:
# Example: Enable only G711U
- OPUS: Disabled
- G729: Disabled
- G711A: Disabled
- G711U: Enabled
This can help eliminate codec negotiation as the source of the delay.
If the issue persists, review any recent SIP trunk or webhook configuration changes as intermittent SIP misconfigurations can also cause such symptoms ([source](https://discord.com/channels/1211482211119796234/1372358449761091584)).
Source:
- [Vapi outbound call not triggering (Discord)](https://discord.com/channels/1211482211119796234/1372358449761091584)JorgePC
09/10/2025, 11:35 PMVapi Support Bot
09/10/2025, 11:36 PMJorgePC
09/10/2025, 11:37 PMChiranjeet Mishra
09/12/2025, 4:49 PMsip.vapi.ai
- Verify inbound settings are properly configured
- Check outbound authentication settings
2. For outbound voice profile settings:
- Make sure you've configured the appropriate country settings
- The documentation recommends creating separate SIP Trunks for each country you're making calls to
- Check your outbound voice profile settings in Telnyx portal
3. Check your Telnyx credential configuration in Vapi:
{
"provider": "byo-sip-trunk",
"gateways": [
{
"ip": "sip.telnyx.com",
"inboundEnabled": false
}
],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": {
"realm": "sip.telnyx.com"
}
}
}
Since you're seeing consistent 8-10 second delays specifically with Telnyx (but not with other providers), you should:
1. Compare your configuration with these reference settings
2. Check network latency between Telnyx and Vapi servers
3. Monitor SIP packet timing in Telnyx logs
4. Report this issue to support with:
- Telnyx configuration details
- Comparison of timing between recording and actual callGIDEON
10/13/2025, 2:55 AMChiranjeet Mishra
10/14/2025, 6:47 PMGIDEON
10/15/2025, 12:00 PMChiranjeet Mishra
10/16/2025, 8:11 PM