Type of feature
Call functions are included as a base feature.
About the call functions feature
The Avaya IR system includes the following call functions as part of the base software. The following table refers to specific nodes and script instructions. Voice@Work and Avaya IVR Designer use nodes as the basic building blocks to create a voice application. Script instructions are part of the TAS instruction set. For more information about TAS script instructions, see Using TAS script instructions.
Call function |
Capability |
Announce |
Speaks a message to a caller. Up to 15 phrases, values, or lines of text (from Text-to-Speech) may be played in succession in a single Announcement node. |
Answer |
Answers a call (takes a line off-hook). This can be accomplished through the tic('a') script instruction or the Answer Call node. |
Blind Transfer |
Transfers a call and then drops control without monitoring the outcome of the transfer. Transfers are accomplished through tic script instructions (with several different options) or the Transfer Call node with the Blind Transfer option. Beginning with Release 1.2.1 of Avaya IR, only intra-board transfer is supported, and ANI, UUI, or both can be provided when transferring a call using T1 or E1 interfaces. |
Call Bridge |
Places an outbound call to a third party and maintains the connection while the caller interacts with the third party. When the third party hangs up, the application continues with the next instruction or step. The call bridge feature is used most often when call transfer is not available on the PBX or from the central office. Only intra-board bridging is supported on Avaya IR. Call bridging is accomplished through the hbridge script instruction or the Call_Bridge external function. Beginning with Release 1.2.1 of Avaya IR, a Call Bridge can be set up using the Transfer Call node with the Bridge action. Beginning with Release 1.2.1 of Avaya IR, only intra-board bridging is supported, and ANI, UUI, or both can be provided when bridging a call using T1 or E1 interfaces. |
Converse Vector Step |
Maintains control of a call while callers have access to announcements and transaction processing as they wait in queue. The converse vector step supports the DEFINITY ECS call vectoring (routing) feature where the switch retains control of vector processing in the system environment. Converse vector step is accomplished through the Conv_data external function. |
Disconnect |
Disconnects or hangs up the call. Disconnecting the call does not stop the execution of the application script. An application terminates execution when it reaches a Quit instruction. Disconnect is accomplished through the tic(`h') script instruction or the Disconnect node. |
Intelligent Transfer |
Transfers a call and stays on the line to monitor the outcome of the transfer. Intelligent transfers are accomplished through the tic script instructions (with several different options) or the Transfer Call node with the Intelligent Transfer option. Beginning with Release 1.2.1 of Avaya IR, only intra-board transfer is supported, and ANI, UUI, or both can be provided when transferring a call using T1 or E1 interfaces. |
Originate |
Makes an outgoing call. Calls can be originated with the Make_Call external function. |
Full CCA |
Classifies the disposition of originated and transferred calls. Full CCA provides more complete interpretation of network progress tones than does intelligent CCA. Some of the dispositions include busy, answered, ring no-answer, and reorder. CCA can be activated when a call is dialed out during a switch-hook-flash transfer, a call bridge (internal transfer), or a make call (call origination). An error is generated if a script attempts to use CCA and the maximum number of CCA instances are running. |
Software requirements
The call functions feature is installed as part of the IR Base System package. For more information, see Interactive Response Base System package.
Using the call functions feature
For information on using call functions in voice applications, see Application development and Avaya IVR Designer Help.