Cisco Cisco IPCC Web Option Technical References

Page of 548
   
2-300
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Scheduled_Target_Real_Time Table
Scheduled_Target_Real_Time Table
Local database only.
Contains one row for each scheduled target. The ICM software updates the real-time data each time it 
sends a call to the target or receives a notification from the routing client that a call has completed. The 
Admin Workstation receives updated data every 15 seconds.
Related tables:
 (via NetworkTargetID)
Table 2-313 Scheduled_Target_Real_Time Table Constraints
Constraint
Field Name(s)
PK
NetworkTargetID
FK
NetworkTargetID
Table 2-314 Scheduled_Target_Real_Time Table
Field Name
Description
Data Type
Keys and 
Null Option
CallsInProgress
The number of calls currently in progress at the 
scheduled target.
DBINT
NULL
DateTime
The date and time when the row was last updated. DBDATETIME
NOT NULL
MaxCallsInProgress
The maximum number of simultaneous calls the 
target can handle for the current time period 
(based on its schedule).
DBINT
NULL
NetworkTargetID
Identifies the scheduled target.
DBINT
PK, FK
NOT NULL
RouterCallsQNow
Number of calls currently queued at the 
CallRouter for this target.
DBINT
NULL