JTapiCallActive

Metreos.Providers.JTapi.JTapiCallActive

Summary

JTapiCallActive indicates that the media of a call has become active.

Usage

JTapiCallActive indicates that a call has become active. In practice this can mean, among other scenarios, that a ringing call has been answered by the called party, or that a call has come out of hold.

Knowing that a call is active is important for applications that need to know that the phone is streaming audio. However, if building an application in which this is important, you should be sure to also incorporate the JTapiCallInactive into your script so that you can take the correct action to coincide with the audio streams stopping.

Remarks

None.

Event Parameters
Parameter Name.NET TypeDescription
StackTokenSystem.StringThe JTAPI protocol call ID.
ToSystem.StringThe called number for this call.
CallControlCauseSystem.StringThe JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons.
CallIdSystem.Int64Unique identifier used to identify which call has become active.
DeviceNameSystem.StringThe name of the device that has the active call.
JTapiCallIdSystem.StringThe JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.