Agent Status Widget

The Agent Status Widget displays TAPI status data for the current user. The following information is available through the widget:

  • The status of the current user.
  • The user's Not Ready reason (if "Not Ready").
  • The length of time the user has been in current status.

The widget provides controls to:

  • Change status to Not Ready with a specific reason code.
    • Selecting a reason code sends an NotReady API message to the TAPI data collector. This control will only be displayed if there are reason codes defined in the vpCTIReasonCodes table.
  • Change status to Not Ready without a specific reason code.
    • Clicking this option sends a NotReady API message to the TAPI data collector. This control will only be displayed if there are not reason codes defined in the vpCTIReasonCodes table and if the user is not already in Not Ready.
  • Change status to Available.
    • Clicking this option sends a Ready API message to the TAPI data collector. This control will only be displayed f the user is in Not Ready state.

The Agent Status Widget refreshes every 5 seconds to ensure accurate data.

Related References