A single LiveKit agent that demonstrates all major Vobiz integration features - inbound calling, outbound dialing, call transfers, DTMF handling, and CRM webhooks - in one working example.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.
View on GitHub
Clone and run the full working example
Getting started
Overview
This example combines all Vobiz + LiveKit capabilities into a single production-ready agent. Use it as a starting point when you want to build an agent that can handle complex call scenarios without switching between multiple codebases.Features
- Inbound calling - accept calls on your Vobiz number
- Outbound dialing - initiate calls programmatically
- Department transfers - route callers to Billing, Support, or Sales via SIP REFER
- Escalation to human - cold transfer to a human agent
- DTMF detection - respond to keypad inputs during the call
- CRM webhooks - stream events to your backend in real time
Agent function tools
| Tool | Description |
|---|---|
transfer_to_billing | Transfer the caller to the Billing department |
transfer_to_support | Transfer the caller to Technical Support |
escalate_to_human | Cold transfer to a human staff member |
record_intent | Log intent to CRM mid-call |
Environment variables
.env