Verbara
Solución · Contact Center

El contact center que tu equipo de seguridad puede leer.

Para BPO ops leads, telco product owners y MSP/integradores que operan tráfico real. Open-core de extremo a extremo, sin tarifas por minuto, multi-tenant nativo y softphone WebRTC en el navegador.

Lo que reemplazas

Deja de rentar tu contact center.

Cuatro categorías de incumbentes — y dónde Verbara cierra cada brecha.

  Verbara Genesys / Five9 Asterisk + scripts VICIdial / FreePBX
Código disponible ✓ MIT + Apache ✗ closed cloud
Self-host ✗ or restricted ✓ entirely DIY
UI moderna
Pipeline AI nativo ✓ native ✓ proprietary
Multi-tenant + clustering ✓ Pro ✓ enterprise partial
Speech analytics ✓ Pro ✓ enterprise
LATAM por defecto (ES/PT) translated n/a community-translated
Softphone WebRTC en el navegador ✓ in-browser desk phone / app 3rd-party softphone 3rd-party softphone
Config de troncales/DID por UI ✓ UI wizard admin console config files config files

Cómo funciona

Cinco componentes, un stack, cada capa auditable.

Cinco componentes, un stack, cada capa auditable. SDK y Platform son open-source. Pro añade overlays empresariales licenciados. Web es la UI de tus operadores. Asterisk PBX upstream Verbara.Sdk MIT Verbara.Sdk.Pro Commercial Verbara.Platform Apache 2.0 Verbara.Platform.Web Apache 2.0
SDK y Platform son open-source. Pro añade overlays empresariales licenciados. Web es la UI de tus operadores.

Lee el código

Operación CC en código real.

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 — bootstrap del API CC con multi-tenant + Pro features →

FAQ · Contact Center

Preguntas de operadores.

Precios CC

¿Qué tier necesitas?

Tier 1 ($5k/año) para arrancar single-tenant ≤25 agentes. Tier 2 ($30-50k/año) para multi-tenant + multi-clúster. Tier 3 ($99/agente/mes) si prefieres hospedado. Tier 4 ($249/agente/mes) para SOC2/HIPAA + 24/7.

Ver pricing completo →

El CC que puedes auditar.

Licencia developer 30 días, firmada, gratis. Evalúa todo Pro sin compromiso.

Obtén una licencia developer →