extended-salmon
extended-salmon4mo ago

plivo SIP outbound with VAPI

Hi @Shubham Bajaj I am trying to make outbound call using VAPI and Plivo (I have purchased indian number and destination number is also indian) { "id": "0f1c1751-c734-424f-89ef-15200963ba9a", "assistantId": "52739d19-cdce-4903-8563-a1476d2d0d39", "phoneNumberId": "ba4e0f4e-fe1e-444d-b715-638e71703230", "type": "outboundPhoneCall", "createdAt": "2025-05-06T02:59:39.799Z", "updatedAt": "2025-05-06T02:59:39.799Z", "orgId": "a55e28be-be19-4ff3-bb9a-d2aae6511e42", "cost": 0, "customer": { "number": "+917814064561", "numberE164CheckEnabled": false }, "status": "queued", "phoneCallProvider": "vapi", "phoneCallProviderId": "141cb4ce-a6ba-4071-b639-f0fce8089f01", "phoneCallTransport": "pstn", "phoneCallProviderDetails": { "sbcCallId": "fe45f893-a4c8-123e-4fbb-06496812ecbf" }, "monitor": { "listenUrl": "wss://phone-call-websocket.aws-us-west-2-backend-production2.vapi.ai/0f1c1751-c734-424f-89ef-15200963ba9a/listen", "controlUrl": "https://phone-call-websocket.aws-us-west-2-backend-production2.vapi.ai/0f1c1751-c734-424f-89ef-15200963ba9a/control" } } here is the response of call/phone api endpoint. getting this error An error occurred in this call: call.in-progress.error-sip-telephony-provider-failed-to-connect-call Please help
7 Replies
Vapi Support Bot
The error you're seeing is likely due to geographic restrictions. According to the information I found, VAPI numbers are currently only permitted to make calls to US-based numbers, even for free telephony. Solution: Use SIP trunking to connect your Indian numbers. Check with Plivo if they support SIP trunking with VAPI, then configure the SIP trunk with proper authentication details:
{
"provider": "byo-sip-trunk",
"name": "Plivo Trunk",
"credentials": {
"username": "YourPlivoUsername",
"password": "YourPlivoPassword"
}
}
{
"provider": "byo-sip-trunk",
"name": "Plivo Trunk",
"credentials": {
"username": "YourPlivoUsername",
"password": "YourPlivoPassword"
}
}
Sources: - Discord conversation about geographic restrictions - Discord conversation about SIP trunk configuration
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
extended-salmon
extended-salmonOP4mo ago
How to Integrate Plivo with Vapi | Plivo
How to Integrate Plivo with Vapi | Plivo
Plivo's SMS API and Voice API enables businesses to communicate with their customers at global scale. Sign up for free now.
Sahil
Sahil4mo ago
🔵 03:04:39:855 Call 0f1c1751-c734-424f-89ef-15200963ba9a Waited 300s But Transport Never Connected.
Hey as you can check in the screenshot your Pilvo is rejecting the outbound call, you need to check with them for further details.
extended-salmon
extended-salmonOP4mo ago
@Vapi Team Can you please tell me any other alternative for this? @Shubham Bajaj ? any other alternative to ingerate vapi to make outbound calling in india using indian numbers?
Sahil
Sahil4mo ago
You can use a Viva Digital. They provide Indian phone numbers and then through SIP trunking you can directly connect them to VAPI. Let me know if you require further help with this.
extended-salmon
extended-salmonOP4mo ago
Yes I need help Hi @Vapi I tried reaching out to Viva digital team, do you have any contact with whom I can take it forward? or any other providers?
Sahil
Sahil4mo ago
Have you looked into Exotel? You can also use that provider as well.

Did you find this page helpful?