Non-Triggering
JTapiCallInactive indicates that the media of a call has gone inactive.
JTapiCallInactive indicates that a call has gone inactive. In practice this can mean that a previously active call has gone on hold, and that audio is no longer flowing.
None.
| Parameter Name | .NET Type | Description |
|---|---|---|
| CallId | System.Int64 | Unique identifier used to identify which call has gone inactive. |
| DeviceName | System.String | The name of the device that has the inactive call. |
| InUse | System.Boolean | If this field is true, another device is controlling the call. Otherwise, the call is simply on hold. |
| 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. |
| 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. |