Gray
11/11/2025, 7:56 PMChiranjeet Mishra
11/11/2025, 7:56 PMGray
11/11/2025, 8:05 PMChiranjeet Mishra
11/12/2025, 7:53 PMsip.vapi.ai.
2. **Assign Phone Number**: Go to the Numbers tab in Telnyx, assign your number to the SIP trunk, and ensure Voice settings match your Vapi SIP URI.
3. **Outbound Authentication**: Create a credential with your Telnyx SIP credentials in Vapi using:
bash
curl -X POST https://api.vapi.ai/credential -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" -d '{ "provider": "byo-sip-trunk", ... }'
4. **Associate Phone Number in Vapi**: Use the Vapi API to link your phone number to the created SIP trunk.
5. **Configure in Dashboard**: Set your voice assistant to handle inbound and outbound calls with your Telnyx number directly in the Vapi dashboard.
For outbound calls, make sure your API call is similar to this:
bash
curl --location 'https://api.vapi.ai/call/phone' --header 'Authorization: Bearer YOUR_VAPI_PRIVATE_KEY' --header 'Content-Type: application/json' --data '{ "assistantId": "YOUR_ASSISTANT_ID", "customer": { "number": "CUSTOMER_PHONE_NUMBER" }, "phoneNumberId": "YOUR_PHONE_ID" }'
Let me know if you have any questions about these steps.Gray
11/16/2025, 8:21 AMGray
11/16/2025, 8:21 AMChiranjeet Mishra
11/19/2025, 4:17 AMGray
11/20/2025, 2:56 PMChiranjeet Mishra
12/04/2025, 10:06 PMMichi3110
02/10/2026, 6:58 AMGray
02/10/2026, 3:10 PMGray
02/10/2026, 3:10 PMGray
02/10/2026, 3:10 PMChiranjeet Mishra
02/11/2026, 3:42 AM