Fixed small bug in FastAGIlog script
changed active agent display time in timeonVDADall from 30 minutes to 360 minutes git-svn-id: svn://192.168.202.10@783 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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]";
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user