Ashhar
03/02/2025, 11:52 AMVapi Support Bot
03/02/2025, 11:54 AMsipUri
within the forwardingPhoneNumbers
array to point to the Exotel SIP endpoint. Ensure your system can handle SIP calls, including processing SIP REFER messages for call transfers.
4. Call Flow Establishment
- Set up the call handling logic within VAPI to route calls properly. This involves configuring your application to route calls to and from your PBX using the trunk you’ve set up.
5. Testing the Setup
- After configuration, perform thorough testing for both inbound and outbound calls to ensure everything works as expected.
### Additional Resources
- For more detailed documentation, you can refer to the official [VAPI documentation](https://docs.vapi.ai/).
If you have any questions or need further assistance, feel free to ask! 😊
Source:
- [VAPI Documentation](https://docs.vapi.ai/)Ashhar
03/02/2025, 12:03 PMNir S (CEO/Founder @Cloudonix)
03/02/2025, 12:11 PMAshhar
03/02/2025, 12:22 PMShubham Bajaj
03/03/2025, 1:45 PMAshhar
03/03/2025, 1:46 PMNir S (CEO/Founder @Cloudonix)
03/04/2025, 8:19 AMAshhar
03/04/2025, 1:02 PMShubham Bajaj
03/06/2025, 11:22 AMAshhar
03/06/2025, 2:01 PMNir S (CEO/Founder @Cloudonix)
03/06/2025, 3:10 PMAshhar
03/06/2025, 7:03 PMNir S (CEO/Founder @Cloudonix)
03/06/2025, 7:05 PMAshhar
03/07/2025, 6:53 AMNir S (CEO/Founder @Cloudonix)
03/07/2025, 7:14 AMAshhar
03/10/2025, 8:07 AMSahil
03/11/2025, 2:31 AMDhiraj
04/10/2025, 4:46 AMNir S (CEO/Founder @Cloudonix)
04/10/2025, 4:58 AMDhiraj
04/10/2025, 5:32 AMReon
04/21/2025, 8:07 PMNir S (CEO/Founder @Cloudonix)
04/21/2025, 8:09 PMKings_big💫
04/21/2025, 11:00 PMReon
04/22/2025, 4:56 AMNir S (CEO/Founder @Cloudonix)
04/22/2025, 2:16 PMNir S (CEO/Founder @Cloudonix)
04/22/2025, 2:17 PMNir S (CEO/Founder @Cloudonix)
04/22/2025, 2:17 PMNir S (CEO/Founder @Cloudonix)
04/22/2025, 2:17 PMNir S (CEO/Founder @Cloudonix)
04/22/2025, 2:18 PMharshatejas
04/23/2025, 5:19 PMNir S (CEO/Founder @Cloudonix)
04/23/2025, 5:23 PMNir S (CEO/Founder @Cloudonix)
04/23/2025, 5:23 PMharshatejas
04/23/2025, 5:28 PMNir S (CEO/Founder @Cloudonix)
04/23/2025, 7:34 PMAkash Malhotra
05/26/2025, 2:27 PMNir S (CEO/Founder @Cloudonix)
05/26/2025, 2:28 PMNir S (CEO/Founder @Cloudonix)
05/26/2025, 2:28 PMNir S (CEO/Founder @Cloudonix)
05/26/2025, 2:28 PMVapi Support Bot
05/26/2025, 2:29 PMVapi Support Bot
05/26/2025, 2:29 PMVapi Support Bot
05/26/2025, 2:29 PMbash
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",
"name": "Exotel Trunk",
"gateways": [{ "ip": "YOUR_EXOTEL_SIP_SERVER" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
After this, associate your Exotel number with the credential using a similar API call. Make sure to confirm Exotel's SIP server address and credentials before proceeding.
Note: Adapt these steps to Exotel's requirements and ensure compliance with Indian telecom regulations.
Source:
- [Vapi SIP Trunking Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Nir S (CEO/Founder @Cloudonix)
05/26/2025, 4:14 PMVapi Support Bot
05/26/2025, 4:16 PMbash
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",
"name": "Exotel Trunk",
"gateways": [{ "ip": "YOUR_EXOTEL_SIP_SERVER" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
After this, associate your Exotel number with the credential using a similar API call. Be sure to confirm your Exotel SIP server address and credentials before proceeding.
Note: Adapt these steps as needed for Exotel and Indian regulatory requirements.
Source:
- [Vapi SIP Trunking Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Akash Malhotra
05/26/2025, 4:38 PMAkash Malhotra
05/26/2025, 4:40 PMNir S (CEO/Founder @Cloudonix)
05/26/2025, 4:46 PM