Feedback

  • Contents
 

Standard Actions

The Interaction Scripter standard actions can be used in an inbound script or an outbound script. These actions are loaded into the base view in Interaction Scripter. These actions do not require the user to be logged into Dialer, thus can be used in a web page that is auto loaded within Scripter for handling inbound calls in a blended environment.

Generally speaking, standard actions are operations that scripts can perform on call objects. Standard actions emulate the functionality of the CIC client. Most standard actions manipulate a telephone call. There are standard actions that pick up, listen to, mute, disconnect, record, and transfer calls, for example. To indicate which call to process, CallID can be specified as an attribute. If a CallID is not provided, the current or active call of the current campaign in the queue is assumed to be the target of the action.

Additional standard actions can change an agent's client status, tab page, toggle full screen mode, or make the Scripter window topmost. The table below lists standard actions and attributes. Optional attributes are enclosed in brackets. Interaction Scripter standard actions can be used in an inbound script or an outbound script. These actions are loaded into the base view in Interaction Scripter.

Standard actions do not require the user to be logged into Dialer, and therefore can be used in a web page that is auto loaded within Scripter for handling inbound calls in a blended environment.

In this section, each action is discussed and a code sample for each action is provided.

Action

Definition

IS_Action Close

Closes the current tab page.

IS_Action_ClientStatus

Sets agent status.

IS_Action_CompleteConsult

This action ends a consult call in scripts for Interaction Connect only.

IS_Action_Disconnect

Disconnect a call

IS_Action_Exit

Terminates Interaction Scripter Client.

IS_Action_Hold

Put a call on hold.

IS_Action_Listen

Listen to a call.

IS_Action_Mute

Mute a call.

IS_Action_Park

Park a call.

IS_Action_Pickup

Pick up a call.

IS_Action_PlaceCall

Place a call.

IS_Action_PlaceChat

Initializes a chat between the user and another user.

IS_Action_PlayWav

Play pre-recorded message to the call.

IS_Action_Private

Prevent others from listening to call.

IS_Action_Record

Record a call.

IS_Action_RecordPause

Pause a recording.

IS_Action_SelectPage

Sets focus to the current tab page.

IS_Action_SendToVoiceMail

Send a call to voice mail.

IS_Action_SetForeground

Brings application window to the top.

IS_Action_Trace

Creates a trace log entry.

IS_Action_Transfer

Transfer a call.