From dc34fb6ffbf2a13c92b22febeba0405d72ce358c Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 19 Jul 2006 16:08:07 +0000 Subject: [PATCH] changed time to disappear to 5 minutes from 1 minute for paused agents in timeonVDADall scripts git-svn-id: svn://192.168.202.10@86 3d104415-ff17-0410-8863-d5cf3c621b8a --- VICIDIAL_web/AST_timeonVDADall.php | 2 +- VICIDIAL_web/AST_timeonVDADall_SIPmonitor.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VICIDIAL_web/AST_timeonVDADall.php b/VICIDIAL_web/AST_timeonVDADall.php index aaf07c5..aacd518 100644 --- a/VICIDIAL_web/AST_timeonVDADall.php +++ b/VICIDIAL_web/AST_timeonVDADall.php @@ -336,7 +336,7 @@ $talking_to_print = mysql_num_rows($rslt); # if ($call_time_M_int >= 10) {$G=''; $EG='';} if (eregi("PAUSED",$row[3])) { - if ($call_time_M_int >= 1) + if ($call_time_M_int >= 5) {$i++; continue;} else {$G=''; $EG=''; $agent_paused++; $agent_total++;} diff --git a/VICIDIAL_web/AST_timeonVDADall_SIPmonitor.php b/VICIDIAL_web/AST_timeonVDADall_SIPmonitor.php index 8d740be..5c0f9b5 100644 --- a/VICIDIAL_web/AST_timeonVDADall_SIPmonitor.php +++ b/VICIDIAL_web/AST_timeonVDADall_SIPmonitor.php @@ -334,7 +334,7 @@ $talking_to_print = mysql_num_rows($rslt); # if ($call_time_M_int >= 10) {$G=''; $EG='';} if (eregi("PAUSED",$row[3])) { - if ($call_time_M_int >= 1) + if ($call_time_M_int >= 5) {$i++; continue;} else {$G=''; $EG=''; $agent_paused++; $agent_total++;}