Added RANDOM and LAST CALL TIME lead sort options to campaigns
Fixed minor realtime screen bug Added Sangoma netborder CPD documentation to docs git-svn-id: svn://192.168.202.10@1103 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1303,12 +1303,12 @@ if ($UGdisplay < 1)
|
||||
$HDusergroup = '';
|
||||
$HTusergroup = '';
|
||||
}
|
||||
if ( ($SIPmonitorLINK<1) and ($IAXmonitorLINK<1) and (strlen($monitor_active)<5) )
|
||||
if ( ($SIPmonitorLINK<1) and ($IAXmonitorLINK<1) and (!preg_match("/MONITOR|BARGE/",$monitor_active) ) )
|
||||
{
|
||||
$HDsessionid = "-----------+";
|
||||
$HTsessionid = " SESSIONID |";
|
||||
}
|
||||
if ( ($SIPmonitorLINK<2) and ($IAXmonitorLINK<2) and (strlen($monitor_active)>5) )
|
||||
if ( ($SIPmonitorLINK<2) and ($IAXmonitorLINK<2) and (!preg_match("/BARGE/",$monitor_active) ) )
|
||||
{
|
||||
$HDbarge = '';
|
||||
$HTbarge = '';
|
||||
|
||||
Reference in New Issue
Block a user