Feedback

  • Contents
 

Standard Events

Standard events are generated when queues change.  Interaction Scripter standard events are generalized and can be used in a script when implementing a blended environment.  These events are not directly associated with being logged into Dialer, though they can be used when logged into Dialer too.

Event

Definition

IS_Event_QueueObjectAdded

This event occurs when a queue object has been added to the user's queue. If your application's interface displays a call queue, this event provides notification that a call should be added to the list.

IS_Event_QueueObjectChanged

This event provides notification that the state of a queue object or call object has changed in the user's queue.

IS_Event_QueueObjectRemoved

This event occurs when a queue object is removed from the user's queue. If your application's interface displays a call queue, this event provides notification that a call can be removed from the list.

IS_Event_Init

This event is fired when the Scripter object has been instantiated and initialized.This function is critical for multi-page custom scripts.