Provider
Synchronous
No Custom Parameters
Transfers an established call on a monitored device to a new destination.
JTapiBlindTransfer transfers an answered call, causing the call to be sent to a new destination elsewhere. Once the transfer has completed, the call is completely removed from the control of the application server.
You can successfully use JTapiBlindTransfer only after the device has been answered. You can know in your application that the call has already been answered if the JTapiCallActive fires before you have used the JTapiBlindTransfer action.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| To * | System.String | The destination number for the transferred call. In practice, this number must be routable according to the dial plan of the Cisco Unified Communications Manager cluster that the call is sent to. | |
| 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. | |
| CallId * | System.Int64 | Indicates the call to redirect with JTapiBlindTransfer. |
No Result Data
Branch Conditions
No description.
No description.
No description.