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
This commit is contained in:
@@ -336,7 +336,7 @@ $talking_to_print = mysql_num_rows($rslt);
|
|||||||
# if ($call_time_M_int >= 10) {$G='<SPAN class="purple"><B>'; $EG='</B></SPAN>';}
|
# if ($call_time_M_int >= 10) {$G='<SPAN class="purple"><B>'; $EG='</B></SPAN>';}
|
||||||
if (eregi("PAUSED",$row[3]))
|
if (eregi("PAUSED",$row[3]))
|
||||||
{
|
{
|
||||||
if ($call_time_M_int >= 1)
|
if ($call_time_M_int >= 5)
|
||||||
{$i++; continue;}
|
{$i++; continue;}
|
||||||
else
|
else
|
||||||
{$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++; $agent_total++;}
|
{$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++; $agent_total++;}
|
||||||
|
|||||||
@@ -334,7 +334,7 @@ $talking_to_print = mysql_num_rows($rslt);
|
|||||||
# if ($call_time_M_int >= 10) {$G='<SPAN class="purple"><B>'; $EG='</B></SPAN>';}
|
# if ($call_time_M_int >= 10) {$G='<SPAN class="purple"><B>'; $EG='</B></SPAN>';}
|
||||||
if (eregi("PAUSED",$row[3]))
|
if (eregi("PAUSED",$row[3]))
|
||||||
{
|
{
|
||||||
if ($call_time_M_int >= 1)
|
if ($call_time_M_int >= 5)
|
||||||
{$i++; continue;}
|
{$i++; continue;}
|
||||||
else
|
else
|
||||||
{$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++; $agent_total++;}
|
{$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++; $agent_total++;}
|
||||||
|
|||||||
Reference in New Issue
Block a user