Triggering
JTapiCallEstablished indicates that a line on a monitored device has placed a call.
JTapiCallEstablished indicates that a phone has made a call. At this state, the phone is currently ringing and the remote party has not answered the call.
Subsequent events indicate important state changes of the call. JTapiCallActive indicates that the call has been answered by the remote party. JTapiHangup indicates that call has been aborted if JTapiCallActive
has not yet occurred.
None.
| Parameter Name | .NET Type | Description |
|---|---|---|
| CallControlCause | System.String | The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons. |
| From | System.String | The line number on the device that has made the call. |
| To | System.String | The called number for this call. |
| StackToken | System.String | The JTAPI protocol call ID. |
| JTapiCallId | System.String | The JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call. |
| CallId | System.Int64 | Unique identifier used to identify this call leg in all subsequent 3rd-Party JTAPI API operations. |
| DeviceName | System.String | The name of the device that has made the call. |