Skip to content

Commit d151c3b

Browse files
committed
Added a troubleshooting section
1 parent 30ba496 commit d151c3b

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

fern/phone-numbers/telnyx.mdx

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Import number from Telnyx
33
subtitle: Import and use your Telnyx numbers with Vapi
44
slug: telnyx
5-
description: Import your existing Telnyx phone numbers into Vapi and enable outbound calling, so your assistants or squads can place calls on your Telnyx numbers.
5+
description: Import and troubleshoot your existing Telnyx phone numbers in Vapi, then enable outbound calling so your assistants or squads can use them to place calls.
66
---
77

88
## Overview
@@ -60,3 +60,22 @@ To enable outbound calling with your imported Telnyx numbers, configure your Tel
6060
Without this configuration, outbound calling functionality will not work properly with your Telnyx numbers on the Vapi platform.
6161
</Note>
6262

63+
## Troubleshooting
64+
65+
### Distorted caller audio on some calls outside North America
66+
67+
On some calls outside North America, the native Telnyx integration may receive static or garbled audio from the person on the phone. Transcripts may be empty or fragmented.
68+
69+
Some of these call legs use G.711 A-law (PCMA), while the native Telnyx integration currently expects G.711 µ-law (PCMU). This codec mismatch can make the phone audio unintelligible.
70+
71+
Try these in order:
72+
73+
1. Switch your transcriber to Deepgram Nova-3. It may recover transcripts on some calls, but it does not fix the underlying audio, so recordings may remain distorted.
74+
2. Ask Telnyx support whether they can make PCMU the preferred codec for the affected phone number or connection.
75+
3. Try a US-based Telnyx phone number. It may negotiate PCMU and avoid the mismatch, but verify the result with a test call.
76+
4. Use a phone number from another provider, such as [Twilio](/phone-numbers/import-twilio) or Vonage.
77+
5. If you already use a SIP trunk, route the number through it instead of the native Telnyx integration. This uses a different media path and may avoid the issue. See the [Telnyx SIP integration](/advanced/sip/telnyx).
78+
79+
<Note>
80+
Browser-based web calls use a separate WebRTC media path rather than the native Telnyx media-streaming path. A successful web call does not rule out this issue on a Telnyx phone call.
81+
</Note>

0 commit comments

Comments
 (0)