JTapiReject

Metreos.Providers.JTapi.JTapiRejectCall

Summary

Rejects a call currently ringing on a monitored device, ending it.

Usage

JTapiReject rejects a call inbound to a phone device, causing the call to end immediately.

You can not successfully use JTapiReject after the ringing device has been answered (most likely cause is the user answering the phone, but another JTAPI-based application could be the cause of the answer as well). You can know in your application that the call has already been answered if the JTapiCallActive fires before you have used the JTapiReject action.

Remarks

None.

Action Parameters
Parameter Name.NET TypeDefaultDescription
CallId *System.Int64Indicates the call to reject with JTapiReject. The CallId must have originated from a JTapiIncomingCall event.
TimeoutSystem.Int32The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

No Result Data

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.