rubouk
11/11/2025, 7:22 PMChiranjeet Mishra
11/11/2025, 7:22 PMVapi Support Bot
11/11/2025, 7:23 PMbash
curl -X POST "https://api.vapi.ai/call/phone" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-H "Content-Type: application/json" \
-d '{
"assistantId": "YOUR_ASSISTANT_ID",
"customer": { "number": "15557654321", "numberE164CheckEnabled": false },
"phoneNumberId": "YOUR_PHONE_NUMBER_ID"
}'
Ensure your SIP trunk credential and phone number are correctly configured in Vapi before making this call. For more details, see the [Vapi SIP Trunking guide](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [SIP Trunking](https://docs.vapi.ai/advanced/sip/sip-trunk)rubouk
11/12/2025, 3:27 AMrubouk
11/12/2025, 7:01 AMrubouk
11/12/2025, 2:17 PMrubouk
11/12/2025, 2:18 PM