Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

This guide shows how to integrate ElevenLabs with Vobiz using the dashboard. By the end you’ll have outbound calling set up so your conversational AI agent can call any real phone number with an ultra-realistic voice.
Prefer using API/CLI? Check out the API setup guide for curl commands and programmatic integration.

What you’ll build

A no-code outbound and inbound calling integration where your ElevenLabs conversational agent answers and places calls through Vobiz SIP trunking, using ElevenLabs’ ultra-realistic voices.

Prerequisites

Outbound calls

1. Import phone number
Import Phone Number from SIP Trunk
  1. Log in to the ElevenLabs Dashboard.
  2. Navigate to Phone Numbers in the sidebar.
  3. Click Import Number.
  4. Select Import from SIP Trunk.
2. Label phone number
Label Your Phone Number Enter:
  • Label - a name for easy identification (for example, Vobiz Main Line).
  • Phone Number - your Vobiz number (for example, +911234567890). Include the country code with +, or use the local format (01234567890).
Click Next to continue to outbound configuration.
Need a phone number? See the phone numbers documentation to purchase one from Vobiz.
3. Configure outbound settings
Configure Outbound Settings
FieldValue
Transport TypeTCP
Address (SIP Trunk Address)<your_unique_domain>.sip.vobiz.ai
SIP Trunk Username<your_username>
SIP Trunk Password<your_password>
To find your Vobiz credentials:
  1. Log in to the Vobiz Console.
  2. Navigate to SIP TrunkOutbound TrunksTrunks.
  3. Click on your trunk.
  4. Scroll to the Authentication & Linking section.
Click Save or Import to complete the setup.
4. Make your first call
Make first call
  1. In the ElevenLabs Dashboard, navigate to Phone Numbers.
  2. Select the phone number you just imported.
  3. Click Make Outbound Call.
  4. Select your agent from the dropdown - this is the conversational AI agent you created in ElevenLabs.
  5. Enter the destination phone number (for example, +919988776655) - must include country code.
  6. Click Call or Start Test Call.
The call initiates immediately. The destination phone rings, and when answered your ElevenLabs agent speaks.
Verify your call
To view call logs and transcripts:
  1. Go to Agents Platform → your agent.
  2. Click Call History or Conversations.
  3. View call details, transcripts, and recordings.
Outbound complete! You can now make calls from the ElevenLabs Dashboard anytime.

Inbound calls

To allow people to call your AI agent, configure inbound calling.
1. Configure SIP URI
In your Vobiz SIP trunk configuration or Application Answer URL, point incoming calls to the ElevenLabs SIP URI: Inbound setup Primary URI
SettingValue
SIP URIsip.rtc.elevenlabs.io:5060
TransportTCP
2. Import the number
Go to ElevenLabs Phone Numbers and click Import from SIP Trunk. Import phone number
3. Configure number details
Enter a label (for example, Main Line) and your Vobiz phone number. Configure number
4. Attach to agent
Once added, locate the number in your list and click Attach to link it to an agent. Attach number
5. Select the agent
Select agent To verify the setup, dial the phone number you attached from any phone. The selected ElevenLabs agent should pick up and start the conversation.

Troubleshooting

SIP 408 request timeout
Vobiz trunk cannot reach ElevenLabs SIP servers.
  • Verify the SIP trunk address is correct (for example, abc123def.sip.vobiz.ai).
  • Check the transport type is set to TCP.
  • Verify your Vobiz trunk status is active in the Vobiz Console.
SIP authentication failed
Wrong username or password.
  • Verify username and password in Vobiz ConsoleTrunks.
  • Ensure credentials match exactly (case-sensitive).
  • Re-enter credentials in the ElevenLabs dashboard.
Call connects but silent
Agent configuration issue or voice not set.
  • Verify the agent has a First Message configured.
  • Check the agent has a valid voice selected.
  • Test the voice in the ElevenLabs dashboard first.
  • View call logs in the ElevenLabs Dashboard for errors.
Call doesn’t connect
Wrong phone number format or trunk configuration.
  • Use E.164 format: +919988776655 (with +).
  • Or local format: 09988776655 (without +).
  • Verify your Vobiz trunk is active.
Need more detail? See the API troubleshooting guide for additional error scenarios.

Next steps

  • Customize your agent - configure voice, personality, prompts, and first message in the ElevenLabs Dashboard.
  • View call analytics - monitor call logs and transcripts in ElevenLabs DashboardCall History.
  • Automate with API - see the ElevenLabs API setup guide to trigger calls programmatically.
  • Monitor usage - track your Vobiz balance and call records.