diff --git a/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl b/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl index 779d2856..9f800a1a 100644 --- a/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl +++ b/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl @@ -680,7 +680,7 @@ sub process_request { $sthArows=$sthA->rows; $epc_countCUSTDATA=0; $VD_closecallid=''; - while ($sthArows > $rec_countCUSTDATA) + while ($sthArows > $epc_countCUSTDATA) { @aryA = $sthA->fetchrow_array; $VD_start_epoch = "$aryA[0]"; diff --git a/agc_2-X/branches/agc_2.0.4/www/vicidial/AST_timeonVDADall.php b/agc_2-X/branches/agc_2.0.4/www/vicidial/AST_timeonVDADall.php index 044daf92..a6afbf6b 100644 --- a/agc_2-X/branches/agc_2.0.4/www/vicidial/AST_timeonVDADall.php +++ b/agc_2-X/branches/agc_2.0.4/www/vicidial/AST_timeonVDADall.php @@ -842,7 +842,7 @@ $talking_to_print = mysql_num_rows($rslt); } if (eregi("PAUSED",$row[3])) { - if ($call_time_M_int >= 30) + if ($call_time_M_int >= 360) {$i++; continue;} else {