CtiEventDTO
JSON representation of a cti call event.
Fields
Type
Name
Description
Optional
Default Value
callId
The unique call identifier.
false
number
The caller number.
false
state
The call state. [RINGING]
false
agentId
The user agent identfier.
false
Example
{
"callId" : "id",
"number" : "+49641400000",
"state" : "RINGING",
"agentId" : "agent"
}