added more information to the LOAD_BALANCE document

fixed bug in AST_timeonVDADall.php script

git-svn-id: svn://192.168.202.10@803 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-03-20 06:45:29 +00:00
parent fcb693f555
commit b8116e3916
3 changed files with 33 additions and 25 deletions
@@ -905,6 +905,9 @@ $talking_to_print = mysql_num_rows($rslt);
if ($SERVdisplay > 0) {$SVD = "$G$server_ip$EG | $G$call_server_ip$EG | ";}
else {$SVD = "";}
$vac_stage='';
$vac_campaign='';
$INGRP='';
if ($CM == 'I')
{
$stmt="select campaign_id,stage from vicidial_auto_calls where callerid='$Acallerid[$i]' LIMIT 1;";