Live Monitor

Live Monitor

The Live Monitor analytics pane tracks ringing call sessions concurrently, helping workspace operators manage concurrent client capacity.


Real-Time Telemetry Interface Map

The layout below illustrates how concurrent incoming channel states populate analytics screens:

graph LR
    %% Active Ring
    subgraph TelecomBus["Platform Telecom Line"]
        CallActive["Ringing Call Context<br/>(Fires Live Websocket Update)"]
    end

    %% Streamer
    subgraph TelemetryStream["Event Adapter Bus"]
        PushSocket["Portal Push Client<br/>(Streams status json strings)"]
    end

    %% Screen Grid
    subgraph DisplayScreen["Monitor Interface Grid"]
        GridRow["Active Table Card<br/>(Displays CallerID & Status)"]
    end

    %% Links
    CallActive ==>|"Capture Event"| PushSocket
    PushSocket ==>|"Update UI Dom"| GridRow

    %% Rich Dynamic UI Tokens
    classDef busToken fill:#0f172a,stroke:#38bdf8,stroke-width:2px,color:#fff,rx:6px,ry:6px;
    classDef streamToken fill:#312e81,stroke:#ec4899,stroke-width:2px,color:#fff,rx:6px,ry:6px;
    classDef dispToken fill:#1e293b,stroke:#a855f7,stroke-width:2px,color:#fff,rx:6px,ry:6px;

    class TelecomBus,CallActive busToken;
    class TelemetryStream,PushSocket streamToken;
    class DisplayScreen,GridRow dispToken;

Monitoring parameters

1. Concurrent Channel Counters

Track total active physical telephone interface usage across your entire portfolio instantly, preventing line occupancy from hitting subscription thresholds.

2. Live Teardown Triggers

Authorized users can press individual line hangup icon buttons directly from the monitor table grid to drop spam or looping connections instantly.