JTapiCallInactive

Metreos.Providers.JTapi.JTapiCallInactive

Summary

JTapiCallInactive indicates that the media of a call has gone inactive.

Usage

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.

Remarks

None.

Event Parameters
Parameter Name.NET TypeDescription
JTapiCallIdSystem.StringThe JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.
CallControlCauseSystem.StringThe JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons.
StackTokenSystem.StringThe JTAPI protocol call ID.
InUseSystem.BooleanIf this field is true, another device is controlling the call. Otherwise, the call is simply on hold.
CallIdSystem.Int64Unique identifier used to identify which call has gone inactive.
DeviceNameSystem.StringThe name of the device that has the inactive call.