Wallboard Agent Statistics
This class holds statistics of a call queue agent.
Fields
Name | Type | Notes | |
---|---|---|---|
id |
|
the agent’s id |
|
name |
|
The display name of the agent |
|
addressableOid |
|
The potential addressable id of the agent |
|
status |
|
The status of the agent (available, not available, …) |
|
busy |
|
The busy state of the agent (on a call or not) |
|
logonTime |
|
Logon time of the agent |
|
totalCallDuration |
|
total call duration of all calls |
|
numCalls |
|
Number of calls |
|
totalInboundCallDuration |
|
total call duration of inbound calls |
|
numInboundCalls |
|
Number of inbound calls |
|
totalOutboundCallDuration |
|
total call duration of outbound calls |
|
numOutboundCalls |
|
Number of outbound calls |
|
averageCallTime |
|
||
activeCalls |
|
Number of active calls |
|
oldestCallStartTime |
|
Start time of the oldest call |
|
connected |
|
The agent is connected now |