using AST_timeonVDADall.php

Any and all non-support discussions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

using AST_timeonVDADall.php

Postby enjay » Wed Jul 19, 2006 10:37 am

Quick question;

Im experiencing something not sure if its a bug or if its supposed to work this way.

When looking at the page when a live agent logs into a campaign I see the agent come into the screen as Paused but if that agent does nothing for 60 seconds they dissappear from the screen all together.

When I look in the vicidial_live_agents table I still see that user entry in the database as Paused, why wouldnt it stay on the screen?

thanks,
enjay
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby enjay » Wed Jul 19, 2006 10:45 am

In this snippet of code if I modify the 1 minute and change that to say 20 minutes is that going to impact me in a negative way?


Code: Select all
                if (eregi("PAUSED",$row[3]))
                        {
                        if ($call_time_M_int >= 20) ;; typically set to ">= 1"
                                {$i++; continue;}
                        else
                                {$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++;  $agent_total++;}
                        }
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby mflorell » Wed Jul 19, 2006 11:06 am

That should work fine. It should not impact anything but the display. I was considering changing that to 5 minutes anyway.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby mflorell » Wed Jul 19, 2006 11:09 am

I just changed this to 5 minutes on the SVN server code.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby enjay » Wed Jul 19, 2006 11:24 am

outstanding.. thanks Matt!

-enjay
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 74 guests