Nate
03/08/2026, 10:58 PMChiranjeet Mishra
03/08/2026, 10:58 PMChiranjeet Mishra
03/09/2026, 5:40 AM/phone-numbers endpoint to ensure the number details are correctly registered.
3. Outbound Call Setup: Ensure that the configured Twilio number allows outbound calls to the destination (Slovenia). Check the geographic permissions in the Twilio console.
4. Transport Settings: Although you mentioned no transport overrides, ensure that the transport settings align with the intended setup. Consider including transport details in the payload:
4. "transport": {
"provider": "twilio",
"audioFormat": {
"format": "pcm_s16le",
"container": "raw",
"sampleRate": 16000
}
}
5. Review Vapi Logs: Check the Vapi call logs for any additional error details that might indicate why the transport lookup is failing. Access the [call logs](https://dashboard.vapi.ai/calls) for more information.
6. API Key Validation: Ensure the Vapi API key used in your requests is valid and has the necessary permissions.
For more in-depth analysis, verify each configuration step matches the expected setup and correct any discrepancies found.Nate
03/09/2026, 1:57 PMNate
03/09/2026, 1:58 PMChiranjeet Mishra
03/12/2026, 2:09 PM