
Wallboards for Outbound Call Centers: Designing Displays That Drive Performance
A wallboard is not a smaller version of the supervisor dashboard — it is a broadcast medium for a floor of agents who have two seconds to absorb one number before their next call connects.
The Wallboard Is a Behavioral Intervention, Not a Reporting Tool
Every number you put on a wallboard either motivates or paralyses. Too many numbers and agents tune out. The wrong numbers and you gamify the wrong behavior. A wallboard showing only "calls completed today" rewards speed over quality. A wallboard showing only "abandon rate" punishes agents for a metric they don't directly control.
The design constraint is strict: no more than five data points, each readable from 30 feet, each updating at a pace the eye can track without confusion. Anything that requires a legend, a tooltip, or a unit label smaller than 48pt does not belong on a wallboard.
What to Put on the Wall: The Five-Slot Rule
Slot 1 — Contacts today (large, center). Right-party contacts made this shift. This is the team's primary production number. It reflects real output regardless of dialing mode.
Slot 2 — Abandon rate (color-coded). Green below 2.0 %, yellow 2.0–2.8 %, red above 2.8 %. Update every 60 seconds. Agents understand intuitively that red means slow down and actually talk to people; pacing adjustments happen naturally when the number is visible.
Slot 3 — Agents on call (live count). "42 on / 50 logged in" tells everyone at a glance whether the floor is producing or stalled. Supervisors use this to trigger a floor walk without checking a screen.
Slot 4 — Connect rate (rolling 60 minutes). A campaign-level number. When this drops unexpectedly during peak hours, it is the first visible signal of a caller ID reputation problem or a list depletion issue.
Slot 5 — Top agent today (optional, with care). Gamification works in some cultures and backfires in others. If you use leaderboards, show a rotating top-3 rather than a single winner — it keeps more agents engaged.
Technical Delivery: Browser-Based vs. Dedicated Hardware
Modern wallboard stacks run in a browser on a Chromebit or a small-form-factor PC connected to a commercial display. The browser connects to a WebSocket endpoint that pushes state updates. No polling. No page refreshes. The WebSocket server consumes CDR events and agent state events in real time and publishes aggregated KPI diffs.
The UnlimCall webhook stream delivers CDR events within seconds of call completion. A lightweight event processor subscribes to those webhooks, maintains rolling aggregates in Redis, and exposes a WebSocket endpoint that wallboard clients connect to. You can have a working wallboard prototype running in an afternoon with this architecture.
A separate consideration: display brightness and contrast. Corporate lobbies have natural light that washes out displays set to default brightness. Calibrate for ambient conditions, not for a dark server room. Dark-mode interfaces with high-contrast text and saturated status colors (true red, true green, amber) hold up in bright environments.
Multi-Campaign Floors: Routing the Right Numbers to the Right Screens
A BPO floor running six simultaneous campaigns does not want a single blended wallboard. Agents on a solar appointment-setting campaign should not see the KPIs for a debt collections campaign running three rows over.
Solve this with campaign-scoped wallboard URLs. The same WebSocket server filters events by campaign ID before publishing. Each display in the room loads a different URL. Supervisors get a master view with all campaigns in a smaller tiled layout; agents see only their campaign's metrics.
If your dialer exposes a campaign-tagged CDR feed, or if you're pulling CDRs from a flat-rate SIP trunk that includes campaign metadata in the SIP headers, routing is straightforward. Tag every call at origination and carry the tag through to the CDR.
Alerting on the Wall: Sound and Color
Silent color changes are easy to ignore. For genuine threshold breaches — abandon rate crossing 3.0 %, active channels dropping below 30 % of capacity — pair the color change with an audio tone that is distinct from the dialer's system sounds. A 440 Hz beep for yellow, a two-tone 440/550 Hz pattern for red, audible at normal floor volume without being alarming.
Supervisors should also receive a push notification to a mobile device so threshold breaches are visible away from the floor. The same event that updates the wallboard color fires the push.
Takeaways
Wallboards work as behavioral tools when they show five or fewer data points, update at human-readable intervals, and encode urgency in color plus sound. Deliver via browser-over-WebSocket to commodity display hardware. On multi-campaign floors, scope each display to a single campaign. On a flat-rate network where every dial costs the same, the wallboard shifts focus from cost control to throughput and quality — which is exactly where agent attention should go.
Build Your Outbound Floor on Predictable Infrastructure
At $99 per seat per month, you can staff to capacity without watching the meter. See the pricing for all 33 markets and run your own break-even calculation.