Solution · Contact Center
The contact center your security team can actually read.
For BPO ops leads, telco product owners, and MSP/integrators running real traffic. Open-core end-to-end, no per-minute fees, multi-tenant from day one, with an in-browser WebRTC softphone.
What you replace
Stop renting your contact center.
Four incumbent categories — where Verbara closes each gap.
| Verbara | Genesys / Five9 | Asterisk + scripts | VICIdial / FreePBX | |
|---|---|---|---|---|
| Source available | ✓ MIT + Apache | ✗ closed cloud | ✓ | ✓ |
| Self-host | ✓ | ✗ or restricted | ✓ entirely DIY | ✓ |
| Modern UI | ✓ | ✓ | ✗ | ✗ |
| Native AI pipeline | ✓ native | ✓ proprietary | ✗ | ✗ |
| Multi-tenant + clustering | ✓ Pro | ✓ enterprise | ✗ | partial |
| Speech analytics | ✓ Pro | ✓ enterprise | ✗ | ✗ |
| LATAM-default (ES/PT) | ✓ | translated | n/a | community-translated |
| In-browser WebRTC softphone | ✓ in-browser | desk phone / app | 3rd-party softphone | 3rd-party softphone |
| Trunk/DID config from the UI | ✓ UI wizard | admin console | config files | config files |
How it works
Five components, one stack, every layer auditable.
Read the code
CC operation as real code.
CallCenterHost.cs
using Verbara.Platform.Api;
using Verbara.Sdk.Pro.Licensing;
using Verbara.Sdk.Pro.MultiTenant;
var builder = WebApplication.CreateBuilder(args);
builder.Services
.AddVerbaraPlatform()
.AddPro(opts => {
opts.LicenseFile = "/etc/verbara/license.lic";
opts.EnableMultiTenant();
opts.EnableCallAnalytics();
opts.EnableAgentAssist();
});
var app = builder.Build();
app.MapVerbaraPlatform();
await app.RunAsync(); Verbara.Platform — CC API bootstrap with multi-tenant + Pro features →
FAQ · Contact Center
Operator questions.
-
We count licensed agents, not connections: every enabled agent identity of every client, whether or not they log in, and anyone who serves; the deployment pays for the day of the month with the most counting at once, across all of its clients. Tier 1 self-host caps at 25; Tier 2 goes to 500 per deployment with multi-cluster, and beyond that only by contract after a load test. SaaS Business (Tier 3) and Enterprise (Tier 4) scale per contract. The cap is licensing, not technical — the engine scales horizontally with Pro clustering. -
Yes, from Tier 2 self-host. Strict per-tenant isolation, per-tenant skill routing, cross-tenant admin impersonation. Each BPO client sees only their data and their agents. -
If your PBX is Asterisk (any version 16+), Verbara connects to your dialplan via AMI/ARI. If your PBX is Cisco/Avaya, you need a SIP gateway to Asterisk; the most common ones are documented. -
No. Verbara ships a WebRTC softphone inside the agent workspace: they take and make calls straight from the browser, with no desk phone and no softphone software to install and maintain. The agent opens the URL, registers their extension, and they are on the line — ideal for remote teams and BPOs that would rather not manage hardware or per-seat softphone profiles. -
No. SIP trunks and DIDs are configured from the admin UI with a guided wizard, including a connectivity test that validates trunk registration before you put production traffic on it. No hand-editing dialplan files, no Asterisk restart for each change. If you prefer raw dialplan, it is still your Asterisk — but most day-to-day operation no longer requires it. -
Verbara detects it. A liveness heartbeat identifies the disconnected or "zombie" agent and reacts: orphaned digital work (chats, WhatsApp, email) is automatically re-queued to the front of its queue for the next live agent, and if a voice call drops with the customer still on the line, the customer gets a priority callback to the next available agent in their origin queue. On top of that, you set concurrent capacity limits per channel plus a MaxTotal across async channels, with a per-tenant default and per-agent override — so no one gets over-assigned.
CC pricing
Which tier do you need?
Tier 1 ($5k/yr) to start single-tenant ≤25 agents. Tier 2 ($30-50k/yr) for multi-tenant + multi-cluster. Tier 3 ($99/agent/mo) if you prefer hosted. Tier 4 ($249/agent/mo) for SOC2/HIPAA + 24/7.
See full pricing →The CC you can audit.
30-day signed developer license, free. Evaluate every Pro feature with no commitment.
Get a developer license →