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 |
|---|---|---|
| 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. |
| 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. |