CtiEventDTO

JSON representation of a cti call event.

Fields

Type
Name
Description
Optional
Default Value
String  
callId
The unique call identifier.
false
 
String  
number
The caller number.
false
 
String  
state
The call state. [RINGING]
false
 
String  
agentId
The user agent identfier.
false
 

Example

{
	"callId": "id",
	"number": "+49641400000",
	"state": "RINGING",
	"agentId": "agent"
}