Call summaries will appear here as BlueMesh analyzes calls
Call summaries will appear here as BlueMesh analyzes calls
Reset the demo data to start fresh. This clears all users, calls, and events.
Displayed before "Real-Time PBX" in the title bar
The Vaspian phone system sends webhooks in real-time as call events occur. Each extension is configured to POST events to a webhook URL when calls are initiated, answered, or ended.
POST https://phone.demo.vaspian.com/webhook
Each webhook includes the extension number, phone number, caller ID, call direction, and event type. The server processes these events and broadcasts them to all connected browsers via Server-Sent Events (SSE).
This dashboard connects to the server via SSE and updates instantly as events arrive. User cards show real-time call status, the sidebar displays aggregate statistics, and the console panel logs all API traffic.