|
2 | 2 | title: Import number from Telnyx |
3 | 3 | subtitle: Import and use your Telnyx numbers with Vapi |
4 | 4 | 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. |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | ## Overview |
@@ -60,3 +60,22 @@ To enable outbound calling with your imported Telnyx numbers, configure your Tel |
60 | 60 | Without this configuration, outbound calling functionality will not work properly with your Telnyx numbers on the Vapi platform. |
61 | 61 | </Note> |
62 | 62 |
|
| 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