Added more qualifiers for Hungup Xfer function to be triggered in agent screen

Added park log display to modify lead page and park log report

git-svn-id: svn://192.168.202.10@2800 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-08-08 14:16:56 +00:00
parent 096e50be62
commit d1b5b4e106
4 changed files with 103 additions and 4 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ if ($ACTION == 'refresh')
//Check if xferchannel is active
$DEADxfer=0;
if(strlen($xferchannel) > 2)
if ( (strlen($xferchannel) > 2) and ($DEADcustomer < 1) )
{
$stmt="SELECT count(*) FROM live_channels where channel ='$xferchannel' and server_ip='$server_ip';";
if ($DB) {echo "|$stmt|\n";}