What is CallFlow?
CallFlow is a CICS-based call center application designed for z/OS environments. It provides features for call routing, agent management, and call data recording. The application was first released in 1994.
What are the main components of CallFlow?
The main system components include the Call Routing Engine, Agent Management Module, and Data Recording Subsystem. These components communicate via CICS transactions and internal messaging. Data is stored using VSAM files and DB2 databases.
What are the common operations performed in CallFlow?
Common operations include call routing configuration, agent status management, and call data retrieval. These operations are typically performed through CICS transactions and associated commands. Configuration is managed through CICS resource definitions and specific CallFlow control files.
What interfaces are available for administration?
CallFlow's primary interface is through CICS transactions. There is no GUI or web console. User management is handled through CICS security features, and configuration parameters are set within CICS resource definitions and CallFlow control files.