From a38bbc1c06cdf8fe9cd2614ced1ef837069e1a23 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 31 Jan 2018 19:40:40 +0000 Subject: [PATCH] Added more debug for INBOUND NO-AGENT NO-DIAL git-svn-id: svn://192.168.202.10@2902 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDauto_dial.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/AST_VDauto_dial.pl b/bin/AST_VDauto_dial.pl index 72231526..38e448d2 100644 --- a/bin/AST_VDauto_dial.pl +++ b/bin/AST_VDauto_dial.pl @@ -887,10 +887,14 @@ while($one_day_interval > 0) { $DBIPinbound_no_agents_no_dial_trigger[$user_CIPct]=0; } + else + {$debug_string .= " !! INBOUND NO-AGENT NO-DIAL: Agents: $DBIPinand_agent_ready_count[$user_CIPct] Threshold: $DBIPinbound_no_agents_no_dial_threshold[$user_CIPct]\n";} if ($DBX) {print "DEBUG: INBOUND NO-AGENT Agents: $DBIPinand_agent_ready_count[$user_CIPct] Threshold: $DBIPinbound_no_agents_no_dial_threshold[$user_CIPct]\n";} } $sthA->finish(); } + else + {$debug_string .= " !! INBOUND NO-AGENT NO-DIAL: Agents: $DBIPinand_agent_ready_count[$user_CIPct] Threshold: $DBIPinbound_no_agents_no_dial_threshold[$user_CIPct]\n";} } }