PreviousNextIndex
Nodes and Palette Options > Detailed Palette Option Descriptions > Blind Transfer
 
Blind Transfer

Type

Form item

Available from

Note:

Although the Blind Transfer item appears on palettes for other nodes, such as the Prompt and Collect Node, the Bridged Transfer Node, and the Record Node, it is not actually available for use in those nodes without destroying their intended functionality. It is intended primarily for use only in the Bridged Transfer Node.

Purpose

This item provides the elements you need to set up a blind transfer. In a blind transfer, a speech application transfers a caller to another number and exits the application without verifying that the transfer was successful. For more information about blind transfers, see Blind Transfer Node.

Behavior

The Blind Transfer item takes the value of one of the Destination... properties as the telephone number to which to transfer the caller. When this item executes, the system dials the telephone number and then transfers control of the call to the dialed number. After the call is transferred, the application finishes and exits.

When you place this item in a node subflow, Dialog Designer automatically creates a variable by the same name. That variable has only one property: Name. This variable is undefined until after the transfer is attempted. If the caller hangs up during the call transfer attempt, before the transfer is completed, then this variable is assigned the value near_end_disconnect. If for any other reason the transfer is not able to complete successfully, this variable is assigned the value unknown. In all other cases, it remains undefined.

Note:

Support for call transfer functions can vary from one IVR system to another. This item uses the VoiceXML <transfer> tag. For more information and details about support for this tag and for transfer functions on your system, see the documentation for your IVR system.

Tip:

You can use the return value of this variable later in your application. For example, if you wanted to provide data for a report on the success of transfer attempts, you might write the value of this variable to a database for further processing or manipulation. Or, you might want to use the value of this variable to redirect the call flow, based on what value is returned.

Properties

Note:

This name must follow conventions for naming Java components as described in Naming Java Components.


PreviousNextIndex

©2009, Avaya Inc. All rights reserved.