Akash Malhotra
05/26/2025, 1:59 PMKings_big💫
05/26/2025, 2:08 PMVapi Support Bot
05/26/2025, 2:09 PMVapi Support Bot
05/26/2025, 2:09 PMAkash Malhotra
05/26/2025, 2:15 PMVapi Support Bot
05/26/2025, 2:17 PMtransferCall
tool to your assistant configuration with your SIP URI as shown below:
json
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:transfer-number@your-telecom-provider-domain.com"
}
]
}
This setup is done in your assistant/tool configuration, not directly in the dashboard UI. Make sure SIP REFER is enabled with your SIP provider for transfers to work.
[See full example in the Vapi SIP Trunking documentation.](https://docs.vapi.ai/advanced/sip/sip-trunk)
Source:
- [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Vapi Support Bot
05/26/2025, 2:17 PMtransferCall
tool to your assistant configuration with your SIP URI as shown below:
json
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:transfer-number@your-telecom-provider-domain.com"
}
]
}
This setup is done in your assistant/tool configuration, not directly in the dashboard UI. Make sure SIP REFER is enabled with your SIP provider for transfers to work.
[See full example in the Vapi SIP Trunking documentation.](https://docs.vapi.ai/advanced/sip/sip-trunk)
Source:
- [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Kings_big💫
05/26/2025, 2:22 PMVapi Support Bot
05/26/2025, 2:23 PMtransferCall
tool to your assistant configuration like this:
json
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:transfer-number@your-telecom-provider-domain.com"
}
]
}
This must be set in your assistant/tool configuration (not directly in the dashboard UI). Make sure SIP REFER is enabled with your SIP provider for transfers to work.
See the [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk) for a full example.
Source:
- [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Vapi Support Bot
05/26/2025, 2:23 PMtransferCall
tool to your assistant configuration like this:
json
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:transfer-number@your-telecom-provider-domain.com"
}
]
}
This must be set in your assistant/tool configuration (not directly in the dashboard UI). Make sure SIP REFER is enabled with your SIP provider for transfers to work.
See the [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk) for a full example.
Source:
- [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Akash Malhotra
05/26/2025, 2:59 PMVapi Support Bot
05/26/2025, 3:01 PMAkash Malhotra
05/26/2025, 4:37 PMVapi Support Bot
05/26/2025, 4:38 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"
}
}'
Replace the placeholders with your Exotel SIP server, username, and password. This will generate a credential ID for use in the next step.
Next: Let me know when this is done, and I’ll guide you through associating your phone number and completing inbound call setup.
Source: [Vapi SIP Trunking Guide](https://docs.vapi.ai/advanced/sip/sip-trunk)
Sources:
- [Vapi SIP Trunking Guide](https://docs.vapi.ai/advanced/sip/sip-trunk)
- [Zadarma SIP Integration Example](https://docs.vapi.ai/advanced/sip/zadarma)Kyle Brunker
05/26/2025, 10:17 PMAkash Malhotra
05/28/2025, 6:49 AMVapi Support Bot
05/28/2025, 6:50 AM{phoneNumber}
in the SIP URI.
For example, if your number is +918044318999
and your credential ID is 5161e5f6-37ec-432b-830a-14a51f59d67b
, the SIP URI should be:
sip:+918044318999@5161e5f6-37ec-432b-830a-14a51f59d67b.sip.vapi.ai
Do not use the Vapi phone number ID; always use the real phone number.
[See Vapi SIP Trunking docs for details.](https://docs.vapi.ai/advanced/sip/sip-trunk#inbound-call-test)
Sources:
- [Vapi SIP Trunking documentation](https://docs.vapi.ai/advanced/sip/sip-trunk#inbound-call-test)
- [Vapi Zadarma SIP Integration](https://docs.vapi.ai/advanced/sip/zadarma)Kyle Brunker
05/29/2025, 7:21 PMAkash Malhotra
05/30/2025, 9:34 AMKyle Brunker
05/30/2025, 7:45 PMsip:+918044318999@5161e5f6-37ec-432b-830a-14a51f59d67b.sip.vapi.ai
Kyle Brunker
05/30/2025, 7:45 PMpsbadcoder
06/11/2025, 5:10 PMAkash Malhotra
06/12/2025, 4:18 AMpsbadcoder
06/12/2025, 8:53 AM