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:
mattf
2008-07-04 03:02:50 +00:00
parent 04cb5033db
commit 9c06497bd1
11 changed files with 326 additions and 17 deletions
+4
View File
@@ -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) )