From 8f1bc5780a00b44ef9b1bf48159582740b7b7c38 Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 26 Aug 2006 14:25:56 +0000 Subject: [PATCH] added TODO comments to AST_VDadapt.pl git-svn-id: svn://192.168.202.10@225 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/AST_VDadapt.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/agc_2-X/trunk/bin/AST_VDadapt.pl b/agc_2-X/trunk/bin/AST_VDadapt.pl index 9fdc8145..44310322 100644 --- a/agc_2-X/trunk/bin/AST_VDadapt.pl +++ b/agc_2-X/trunk/bin/AST_VDadapt.pl @@ -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='__';