JTapiRedirect

Metreos.Providers.JTapi.JTapiRedirect

Summary

Redirects a call currently ringing on a monitored device to a new destination.

Usage

JTapiRedirect redirects a call inbound to a phone device, causing the call to be sent to a new destination elsewhere.

You can not successfully use JTapiRedirect 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 JTapiAnswer action.

Remarks

None.

Action Parameters
Parameter Name.NET TypeDefaultDescription
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.
To *System.StringThe destination number for the redirected 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.
PrefferedOriginalCalledPartySystem.StringThe called party information that would appear in the redirect request.
CallId *System.Int64Indicates the call to redirect with JTapiRedirect.

No Result Data

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.