moved the seconds field in vicidial.php
added API functions for hangup and dispo to agent interface added campaign option for queue calls waiting count git-svn-id: svn://192.168.202.10@906 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -400,6 +400,10 @@ if ($ACTION=="HangupConfDial")
|
||||
######################
|
||||
if ($ACTION=="Hangup")
|
||||
{
|
||||
$stmt="UPDATE vicidial_live_agents SET external_hangup='0' where user='$user';";
|
||||
if ($format=='debug') {echo "\n<!-- $stmt -->";}
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
|
||||
$row=''; $rowx='';
|
||||
$channel_live=1;
|
||||
if ( (strlen($channel)<3) or (strlen($queryCID)<15) )
|
||||
|
||||
Reference in New Issue
Block a user