Damir
11/26/2025, 1:16 AMOrg ID: 62c50b68-c08c-4ab3-bbe4-6c52392d0e66
Bot ID: 4f05c4e1-b487-4aec-92f8-c5cc29736b8c
Phone ID: ddea8baf-7d2c-429e-92b5-8cee93be94d0
Sample call IDs that failed:
019abdb2-02a4-7991-92ca-9d3562463819
019abda7-2085-7773-92de-19900f7ff464
019abda3-907d-799a-b12a-7d4be700f58e
Sample call IDs that succeeded (to Aus numbers):
019abdb1-bb57-7dd3-8fd6-c191824d6043
019abda3-41c7-7aa3-91de-9f88d7d9b094
Any help greatly appreciated.Vapi Support Bot
11/26/2025, 1:17 AMtext
Subject: Transport Error for NZ Calls - Org ID 62c50b68-c08c-4ab3-bbe4-6c52392d0e66
Hi, I'm seeing `call.start.error-get-transport` for NZ numbers (sample call IDs: 019abdb2-02a4-7991-92ca-9d3562463819, etc.), while AU numbers work. Please advise on resolving this transport configuration issue.
This will help Vapi support quickly identify and address the region-specific transport problem.
For more details, see the [call ended reasons documentation](https://docs.vapi.ai/calls/call-ended-reason).
Source:
- [Call ended reasons](https://docs.vapi.ai/calls/call-ended-reason)Damir
11/26/2025, 9:17 PMDamir
11/27/2025, 10:11 PMDamir
11/30/2025, 10:01 AMChiranjeet Mishra
12/01/2025, 2:50 PM/call endpoint to initiate a call by specifying:
- assistantId for a saved assistant or assistant for a transient one.
- phoneNumberId of the number you are calling from.
- The customer field with the destination number.
Example request:
json
{
"assistantId": "assistant-id",
"phoneNumberId": "phone-number-id",
"customer": { "number": "+11231231234" }
}
3. Telnyx Configuration: For Telnyx numbers, navigate to the [Telnyx Portal](https://portal.telnyx.com/#/outbound-profiles) and add Vapi under "Connections and Applications" to enable outbound calling.
4. Debugging Failed Calls: If calls fail, check the endedReason in your call logs. Reasons like twilio-failed-to-connect-call indicate issues with the telephony provider, while assistant-not-found suggests configuration issues in Vapi.
For more details on each step, please refer to the [Outbound Calling Documentation](https://docs.vapi.ai/calls/outbound-calling) and [Troubleshooting Forwarding Drops](https://docs.vapi.ai/phone-calling/in-call-control/transfer-calls/debug-forwarding-drops).
Let me know if you need further assistance.Damir
12/01/2025, 9:51 PMChiranjeet Mishra
12/03/2025, 8:55 PMDamir
12/03/2025, 11:58 PMChiranjeet Mishra
12/05/2025, 9:35 PM