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:
@@ -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";}
|
||||
|
||||
Reference in New Issue
Block a user