jimmy
10/04/2025, 1:17 PMVapi Support Bot
10/04/2025, 1:18 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": "Your Number Name",
"number": "YOUR_PHONE_NUMBER",
"numberE164CheckEnabled": false,
"credentialId": "YOUR_CREDENTIAL_ID"
}'
This step is required to link your number for call routing between your SIP server and Vapi. If calls still fail, check that your SIP provider supports IP-based authentication with a unique termination URI as required by Vapi documentation.
Source:
- [SIP Trunking How to integrate your SIP provider with Vapi](https://docs.vapi.ai/advanced/sip/sip-trunk)jimmy
10/04/2025, 2:03 PMjimmy
10/04/2025, 7:03 PMVapi Support Bot
10/04/2025, 7:05 PMjimmy
10/04/2025, 7:30 PMVapi Support Bot
10/04/2025, 7:32 PMjimmy
10/04/2025, 7:35 PMVapi Support Bot
10/04/2025, 7:36 PM44.229.228.186/32 and 44.238.177.138/32). If possible, share a screenshot of your SIP provider's routing configuration to verify the SIP URI is set correctly. This will help isolate whether the issue is with network routing or SIP configuration.
Reference: [SIP Trunking How to integrate your SIP provider with Vapi](https://docs.vapi.ai/advanced/sip/sip-trunk)
Source:
- [SIP Trunking How to integrate your SIP provider with Vapi](https://docs.vapi.ai/advanced/sip/sip-trunk)Vapi Support Bot
10/04/2025, 11:06 PMjimmy
10/07/2025, 10:42 AMjimmy
10/07/2025, 10:43 AMjimmy
10/07/2025, 10:44 AMjimmy
10/07/2025, 1:56 PMVapi Support Bot
10/07/2025, 1:58 PMjimmy
10/07/2025, 3:13 PMVapi Support Bot
10/07/2025, 3:15 PM#support channel for real-time assistance from the team and other developers:
[https://discord.com/invite/pUFNcf2WmH](https://discord.com/invite/pUFNcf2WmH)
If you are an enterprise customer, use your dedicated support channel for priority handling.
There is no phone support line listed; email support remains available at [support@vapi.ai](support@vapi.ai) for detailed cases.
Source:
- [Vapi Support Documentation](https://docs.vapi.ai/support)Chiranjeet Mishra
10/08/2025, 6:50 AM{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "sip.provider.com",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false,
"outboundProtocol": "udp"
},
{
"ip": "203.0.113.10",
"port": 5060,
"outboundEnabled": false,
"inboundEnabled": true
}
]
}
Once you have configured the SIP trunk, you will receive a value for credentialId. Save that and use it for the next step of assigning the SIP trunk to a phone number, as that is a required value for setting up the phone number.
If you encounter any issues with the setup, please feel free to reach out.jimmy
10/08/2025, 7:47 PMChiranjeet Mishra
11/03/2025, 10:47 PM