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