Provider
Synchronous
No Custom Parameters
Rejects a call currently ringing on a monitored device, ending it.
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.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| CallId * | System.Int64 | Indicates the call to reject with JTapiReject. The CallId must have originated from a JTapiIncomingCall event. | |
| Timeout | System.Int32 | The 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
No description.
No description.
No description.