Vapi Support Bot
10/02/2025, 10:47 PMbash
curl -X POST "https://api.vapi.ai/phone-number" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-phone-number",
"name": "My SIP Number",
"number": "YOUR_SIP_NUMBER",
"numberE164CheckEnabled": false,
"credentialId": "YOUR_CREDENTIAL_ID"
}'
This should allow Vapi to recognize your number for outbound calls.
Source:
- [Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Vapi Support Bot
10/03/2025, 3:08 PMGIDEON
10/03/2025, 3:09 PMGIDEON
10/03/2025, 3:58 PMgaurav
10/05/2025, 2:47 AMChiranjeet Mishra
10/06/2025, 9:32 PM