From a8e618acdf12bd49749c57fffaf654f778feeddd Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 14 Feb 2013 18:28:56 +0000 Subject: [PATCH] For Realtime Report, added link to in-group selected users report for in-queue inbound calls git-svn-id: svn://192.168.202.10@1933 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php index 11d38a70..5ad4b1ab 100644 --- a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php +++ b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2013 Matt Florell LICENSE: AGPLv2 # # live real-time stats for the VICIDIAL Auto-Dialer all servers # @@ -78,10 +78,11 @@ # 120223-1934 - Added user group options # 120612-2150 - Added percentages to counts for carrier stats and TOTAL line to carrier display stats as well # 121222-2151 - Added email status +# 130214-1323 - Added link to in-group selected users report for in-queue inbound calls # -$version = '2.6-68'; -$build = '121222-2151'; +$version = '2.6-69'; +$build = '130214-1323'; header ("Content-type: text/html; charset=utf-8"); @@ -2162,6 +2163,7 @@ while($p<$k) if ($CDcall_type[$p] == 'IN') { $G=""; $EG=''; + $Ccampaign_id="$Ccampaign_id"; } if (strlen($CDagent_only[$p]) > 0) {$Gcalltypedisplay = "$G$Cagent_only$EG";}