Authentication Required

Please log in through the main portal to access the Operator Panel.

Go to Login
Or provide a test token in the console: localStorage.setItem('cdrplus_token', '...')
🔍
MOCK MODE
{{ lastEventTime || '--:--:--' }}
Active: {{ activeCalls.length }}
Parked: {{ parkedCalls.length }}
PBX:

Directory

{{ extensions.length }} Ext
{{ ext.name }}
{{ ext.ext }}
{{ !ext.registered ? 'Not Registered' : ext.status }}
🎧 {{ ext.talkingTo }} {{ fmtDur(ext.duration) }}

Ring Groups

{{ rg.name }}
{{ rg.ext }}
{{ rg.members.length }} Agents {{ rg.active_calls }} Waiting

Parked Calls

{{ parkedCalls.length }}
No calls parked.
Slot {{ park.slot }}
{{ park.caller }}
by {{ park.parked_by }}
{{ fmtDur(park.duration) }}

Active Calls

State Caller Destination Type Duration
No active calls.
{{ call.state }} {{ call.caller }} {{ call.callee }} {{ call.type }} {{ fmtDur(call.duration) }}