JTapiNonTriggeringCallEstablished

Metreos.Providers.JTapi.JTapiNonTriggeringCallEstablished

Summary

JTapiNonTriggeringCallEstablished indicates that a line on a monitored device has placed a call.

Usage

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

Remarks

None.

Event Parameters
Parameter Name.NET TypeDescription
StackTokenSystem.StringThe JTAPI protocol call ID.
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 this call leg in all subsequent 3rd-Party JTAPI API operations.
DeviceNameSystem.StringThe name of the device that has made the call.
FromSystem.StringThe line number on the device that has made the call.
ToSystem.StringThe called number for this call.
JTapiCallIdSystem.StringThe JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.