Vapi Integration - Dashboard Setup

Connect your Vapi AI assistants to Vobiz SIP infrastructure using the visual dashboard interface.

Prefer using API/CLI?

Check out the API-Based Setup Guide for curl commands and programmatic integration.

Overview

This guide shows how to integrate Vapi with Vobiz using the dashboard to enable outbound calling - your AI assistants can call any phone number.

Call flow:

Integration Flow
Your App → Vapi API → Vobiz SIP → Phone Network → Person Answers → AI Assistant Speaks

Prerequisites

Before starting:

Step 1: Create SIP Trunk Credentials in Vapi

Create SIP Trunk Credentials in Vapi Dashboard
  1. Log in to Vapi Dashboard
  2. Click on Integrations in the sidebar
  3. Navigate to SIP Trunk Credentials
  4. Click Add New Credential
  5. Name your trunk (e.g., "Vobiz Trunk")
  6. Add Gateway URL: Enter your Vobiz SIP domain from Vobiz Console (e.g., bfab10fb.sip.vobiz.ai)
  7. Add Credentials: Enter username and password from your Vobiz trunk
  8. Enable outbound calling
  9. Click Save

Need your Vobiz credentials? Continue to Step 2 & 3 below to get them from Vobiz Console.

Step 2 & 3: Get Vobiz SIP Credentials

Vobiz Console - Trunk Details

From Vobiz Console:

  1. Log in to Vobiz Console
  2. Go to Trunks
  3. Select your trunk
  4. Copy the SIP Domain, Username, and Password
Vobiz Trunk Configuration

Use these credentials in Vapi:

  • SIP Domain/Gateway URL: bfab10fb.sip.vobiz.ai
  • Username: Vapi_user
  • Password: Password@123

These are the credentials you enter in Step 1 above.

Note: Don't have a Vobiz trunk yet? See SIP Trunks Documentation to create one.

Step 4: Import Your Phone Number

Import BYO SIP Trunk Number in Vapi
  1. In Vapi Dashboard, go to Phone Numbers
  2. Click Add Number
  3. Select BYO SIP Trunk Number
  4. Enter your Vobiz number (e.g., 08071387149 - the number you purchased from Vobiz)
  5. Select SIP Trunk Credentials: Choose the credential you created in Step 1
  6. Give it a label/name (e.g., "Vobiz Main Line")
  7. Click Import SIP Trunk Number

Your phone number is now registered and ready for outbound calling!

Need a phone number? See Phone Numbers Documentation to purchase one from Vobiz.

Step 5: Make an Outbound Call

Make Outbound Call in Vapi Dashboard
  1. In Vapi Dashboard, click Make a Call or go to Phone CallsNew Call
  2. Go to Outbound Settings
  3. Enter the phone number you want to call (e.g., +919148223344)
  4. Select your assistant from the dropdown
  5. Select the phone number to call from (your imported Vobiz number)
  6. Click Make Outbound Call
  7. The call will initiate!

Integration Complete!

Your Vapi assistant can now make outbound calls through Vobiz SIP infrastructure.

Step 6: Configure Call Transfer Tool

To enable the AI agent to transfer calls to a human agent or another department, you need to configure the "Transfer Call" tool.

Select Transfer Call Tool

1. Select "Transfer Call" from Tools menu

Configure Transfer Call Tool

2. Configure Destination and Transfer Mode

  1. In the Vapi Dashboard, navigate to the Tools section.
  2. Click Create Tool and select Transfer Call from the dropdown menu.
  3. Phone Number: Enter the destination number in E.164 format (e.g., +919876543210).
  4. Transfer Mode: Select Blind Transfer.
  5. Click Create Destination or Save to confirm.

Note: Blind Transfer forwards the call immediately without the AI announcing the caller.

Troubleshooting

Call Doesn't Connect

Problem: SIP authentication fails or call doesn't go through.

Fix:

  • Verify SIP domain, username, password are correct in Vobiz Console
  • Ensure you're using the exact sip_domain (e.g., bfab10fb.sip.vobiz.ai)
  • Don't use generic sip.vobiz.ai

Insufficient Balance

Problem: Call fails due to low Vobiz credits.

Fix:

Assistant Doesn't Speak

Problem: Call connects but assistant is silent.

Fix:

  • Verify assistant has "First Message" configured in Vapi dashboard
  • Check assistant has voice provider set up correctly
  • View call logs in Vapi Dashboard → Calls for errors

Phone Number Format Error

Problem: Number not recognized or invalid format.

Fix:

  • Use E.164 format: +919148223344 (with +)
  • Or local format: 09148223344 (without +)
  • Verify the number is active in Vobiz Console

Need more detailed troubleshooting?

Check the complete troubleshooting guide in the API documentation for more error scenarios and solutions.

Inbound Call Setup

Receive inbound calls on your Vobiz number and have them answered by your Vapi AI assistant.

Inbound call flow:

Inbound Flow
Caller Dials Vobiz Number → Vobiz SIP → Vapi SIP Trunk → Vapi AI Assistant → Conversation

Inbound Step 1: Create Inbound SIP Trunk in Vapi

Create SIP Trunk Credentials in Vapi Dashboard
  1. In Vapi Dashboard, click MoreIntegrations in the sidebar
  2. Navigate to SIP Trunk and click Create New SIP Trunk
  3. Name the trunk (e.g., "Vobiz Inbound Trunk")
  4. Add Gateway IP: 13.233.44.61
  5. Check Allow Inbound Calls
  6. Set Port: 5060, Netmask: 32, Protocol: UDP
  7. Uncheck Outbound Calls (for inbound-only)
  8. Click Save

Inbound trunk configuration:

SettingValue
Gateway IP13.233.44.61
Port5060
Netmask32
ProtocolUDP
Inbound CallsEnabled
Outbound CallsDisabled

Want both inbound and outbound on the same trunk? Click Add Another Gateway and add a second gateway with your Vobiz SIP domain and credentials for outbound calls.

Inbound Step 2: Get the Vapi Trunk ID

After saving the trunk in Vapi, you need the Trunk ID to configure Vobiz. The Trunk ID is only available via the Vapi API.

Run this cURL command to list your SIP trunk credentials:

Get SIP Trunk Credentials
curl -X GET "https://api.vapi.ai/credential" \
  -H "Authorization: Bearer <YOUR_VAPI_API_KEY>"

Get your API key from Vapi Dashboard → Organization Settings.

Find the trunk matching your inbound trunk name in the response:

Example Response (filtered)
{
  "id": "46deea29-645d-44a3-bf42-7c6ec2d4b65c",
  "orgId": "0c147555-d9bc-41ff-8c89-82eca29f891c",
  "provider": "byo-sip-trunk",
  "gateways": [
    {
      "ip": "13.233.44.61",
      "outboundEnabled": false
    }
  ],
  "name": "Vobiz Inbound Trunk"
}

Copy the id field — this is your Trunk ID. Look for the entry with gateway IP 13.233.44.61 and outboundEnabled: false.

Inbound Step 3: Create Inbound Trunk in Vobiz Console

  1. Log in to Vobiz Console
  2. Go to SIP TrunksInbound Trunk
  3. Click Create New Trunk
  4. Name the trunk (e.g., "Vapi Inbound")
  5. Set Transport: UDP
  6. Set Primary URI to: <VAPI_TRUNK_ID>.sip.vapi.ai
    Example: 46deea29-645d-44a3-bf42-7c6ec2d4b65c.sip.vapi.ai
  7. Link your Vobiz phone number to this trunk
  8. Click Save

Important: The Primary URI format is <trunk_id>.sip.vapi.ai — use the Trunk ID from Step 2.

Inbound Step 4: Import Phone Number in Vapi

Import BYO SIP Trunk Number in Vapi
  1. In Vapi Dashboard, go to Phone Numbers in the sidebar
  2. Click Create Phone Number
  3. Select BYO SIP Trunk Number
  4. Enter your Vobiz phone number (e.g., +918071387376)
  5. In SIP Trunk Credential, select the inbound trunk you created in Step 1
  6. Label it (e.g., "Vobiz Inbound Line")
  7. Click Import SIP Phone Number

Inbound Step 5: Assign Assistant & Test

  1. On the phone number you just imported, scroll down to Inbound Settings
  2. Under Select Assistant, choose your Vapi AI assistant
  3. Click Save
  4. Test it! Dial your Vobiz number from any phone — your AI assistant will answer

Inbound Setup Complete!

When someone calls your Vobiz number, the call will route through to your Vapi AI assistant which will answer and handle the conversation automatically.

Next Steps

  • Customize your assistant

    Configure voice, personality, and responses in Vapi Dashboard

  • View call analytics

    Monitor call logs, transcripts, and metrics in Vapi Dashboard → Calls

  • Automate with API

    Learn to trigger calls programmatically in the API Setup Guide

  • Monitor usage

    Track Vobiz balance and call records