Your session has been paused, thoroughly

All installation and configuration problems and questions

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

Your session has been paused, thoroughly

Postby saulortega » Tue Feb 10, 2015 10:31 pm

I know this is a common problem. But I need to discuss it. :x


Matt:

The script AST_VDauto_dial.pl besides being the autodialer, is the one that autopause the agents, right?

What happen if I do the conditional «if ($toPAUSEcount > 0)» never be true? :roll: Is it the one that pause the agents, right? Are there any collateral dmage? :roll:

And, may you explain me these lines:

Code: Select all
                $stmtA = "SELECT count(*) FROM vicidial_live_agents where server_ip='$server_ip' and last_update_time < '$PDtsSQLdate' and status NOT IN('PAUSED');";
                $sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr;
                $sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
                $sthArowsC=$sthA->rows;


Thanks in advance. :D
saulortega
 
Posts: 118
Joined: Mon Jul 29, 2013 11:46 am

Re: Your session has been paused, thoroughly

Postby mflorell » Wed Feb 11, 2015 6:11 am

That is a safety mechanism for the logs and all sorts of other things. It will pause an agent that has network issues or has workstation issues or if there is a time synchronization problem that has not yet triggered the time synchronization warning.

You can certainly turn off the safety mechanism, but you should be prepared for log inconsistencies, agents that are on a bad connection receiving calls, etc...
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Your session has been paused, thoroughly

Postby saulortega » Wed Feb 11, 2015 12:49 pm

Ok.

I think I found a better way:

Code: Select all
$PDtarget = ($secX - 30);


:D

I'll test.
saulortega
 
Posts: 118
Joined: Mon Jul 29, 2013 11:46 am


Return to Support

Who is online

Users browsing this forum: Baidu [Spider], Google [Bot] and 93 guests