From 6bdb8181fdeee4827dcfa306fa4f9e154d5934e0 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 9 Apr 2007 16:22:30 +0000 Subject: [PATCH] removed restriction on adapt dialing for CLOSER-type campaigns git-svn-id: svn://192.168.202.10@583 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDadapt.pl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/bin/AST_VDadapt.pl b/bin/AST_VDadapt.pl index 1afacbf5..36bbab01 100644 --- a/bin/AST_VDadapt.pl +++ b/bin/AST_VDadapt.pl @@ -20,6 +20,7 @@ # 70205-1429 - Added code for campaign_changedate and campaign_stats_refresh updates # 70213-1221 - Added code for QueueMetrics queue_log QUEUESTART record # 70219-1249 - Removed unused references to dial_status_x fields +# 70409-1219 - Removed CLOSER-type campaign restriction # # constants @@ -407,15 +408,15 @@ foreach(@campaign_id) $differential_onemin[$i]=0; $agents_average_onemin[$i]=0; - ### Grab the count of agents and lines - if ($campaign_id[$i] !~ /(CLOSER|BLEND|INBND|_C$|_B$|_I$)/) - { + # ### Grab the count of agents and lines + # if ($campaign_id[$i] !~ /(CLOSER|BLEND|INBND|_C$|_B$|_I$)/) + # { &count_agents_lines; - } - else - { - if ($DB) {print " CLOSER CAMPAIGN\n";} - } + # } + # else + # { + # if ($DB) {print " CLOSER CAMPAIGN\n";} + # } if ($total_agents_avg[$i] > 0) {