JTapiBlindTransfer

Metreos.Providers.JTapi.JTapiBlindTransfer

Summary

Transfers an established call on a monitored device to a new destination.

Usage

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.

Remarks

None.

Action Parameters
Parameter Name.NET TypeDefaultDescription
To *System.StringThe 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.
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.
CallId *System.Int64Indicates the call to redirect with JTapiBlindTransfer.

No Result Data

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.