Help

All installation and configuration problems and questions

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

Help

Postby reland02 » Mon Jan 28, 2008 6:31 pm

Hi!

May I ask? in the realtime monitoring in vicidial, what is the difference between the "current active calls" and the "agents in calls" I noticed that they seems to not be tally at all? May I know why? thanx
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am

Postby mflorell » Mon Jan 28, 2008 10:56 pm

What report do you see "current active calls" in?
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby reland02 » Tue Jan 29, 2008 10:20 am

yes "current active calls" in, I'm using inbound right now thanx
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am

Postby reland02 » Wed Jan 30, 2008 8:26 pm

Another question in realtime monitoring? when the agent status is paused for more than 30 mins he/she automatically log out from the realtime monitoring only but in her vicidial agent interface his still log in, is their a way it can set up to 60 min or more so I can see from the monitoring if the agent is over break, thanx
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am

Postby mflorell » Thu Jan 31, 2008 12:38 am

They are not logged out, they just do not show up on the report any more. To make it longer you would have to alter the code.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby reland02 » Thu Jan 31, 2008 11:06 am

yes, what code should I alter to make it longer, thanx
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am

Postby mflorell » Thu Jan 31, 2008 4:25 pm

look for the "30" in the code and change it to "60"
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby reland02 » Thu Jan 31, 2008 7:11 pm

Hi Matt,

So I'll modify the AST_timeonVDADall.php file and look for '30' in the code and change it to '60'


Before:

if (eregi("PAUSED",$row[3]))
{
if ($call_time_M_int >= 30)
{$i++; continue;}
else


After:

if (eregi("PAUSED",$row[3]))
{
if ($call_time_M_int >= 60)
{$i++; continue;}
else


Thnx :D
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am

Postby mflorell » Thu Jan 31, 2008 8:30 pm

That should do it.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby reland02 » Fri Feb 01, 2008 12:31 pm

Thanks Matt,


Works perfectly...cheers 8)
reland02
 
Posts: 49
Joined: Fri Jun 29, 2007 11:32 am


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 103 guests