eventReport

The eventReport method is issued to report that a call with a given dialog has changed state. For more information on Event Codes, see Event codes.

Syntax

CTICiscoReturn eventReport(Integer EventCode, Integer CauseCode);

Parameters

Integer EventCode
The code that explains the detected event.
Integer CauseCode (optional)
The code that describes the cause of the event can be acknowledged only if the event code is DISCONNECT or ABANDON. See Table 5.

Return properties

Integer Status
Returns an Integer value from the list of status codes that describes the result of this request (see Table 3.) To extract this property, call the getStatus method on the returned CTICiscoReturn object.