added TODO comments to AST_VDadapt.pl

git-svn-id: svn://192.168.202.10@225 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-26 14:25:56 +00:00
parent 251f83393c
commit 02a1591882
+8
View File
@@ -12,6 +12,14 @@
# 60826-0857 - added loop and CLI flag options
#
# TODO
# - write ADMIN_keepalive script for this script to keep it running continuously
# - separate Drop calculation and target dial level calculation into different subroutines
# - add field for target dial_level difference, -1 would target one agent waiting, +1 would target 1 customer waiting
# - alter code so that DROP percentages would calculate only about once a minute no matter he loop delay
# - change latest_target_gmt to latest_target_time which would be a 4 digit server time number to reduce confusion
#
# constants
$DB=0; # Debug flag, set to 0 for no debug messages, On an active system this will generate lots of lines of output per minute
$US='__';