diff --git a/www/agc/conf_exten_check.php b/www/agc/conf_exten_check.php index 2d02ff50..5ca75d0d 100644 --- a/www/agc/conf_exten_check.php +++ b/www/agc/conf_exten_check.php @@ -72,15 +72,17 @@ # 160104-1232 - Added proper detection of dead chats, disabled dead detection of emails # 160227-1007 - Fixed XSS security issue, issue #929 # 160303-2354 - Added code for chat transfers +# 160326-0942 - Fixed issue #933, variables # -$version = '2.12-47'; -$build = '160303-2354'; +$version = '2.12-48'; +$build = '160326-0942'; $php_script = 'conf_exten_check.php'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=44; $one_mysql_log=0; $DB=0; +$VD_login=0; $SSagent_debug_logging=0; $startMS = microtime(); diff --git a/www/agc/vdc_db_query.php b/www/agc/vdc_db_query.php index d86832de..69edbfc1 100644 --- a/www/agc/vdc_db_query.php +++ b/www/agc/vdc_db_query.php @@ -401,15 +401,17 @@ # 160109-0747 - Added manual_dial_hopper_check campaign setting # 160120-2226 - Fixed issue where non-phone leads were not updating, and lead_info issue # 160303-0049 - Fixed issue with did script variables, added code for chat transfers +# 160326-0940 - Fixed issue #933, variables # -$version = '2.12-295'; -$build = '160303-0049'; +$version = '2.12-296'; +$build = '160326-0940'; $php_script = 'vdc_db_query.php'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=654; $one_mysql_log=0; $DB=0; +$VD_login=0; $SSagent_debug_logging=0; $startMS = microtime(); diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index d4b93ef2..e02ba40c 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -517,13 +517,15 @@ # 160104-1237 - Added images for live chat and email, and dead chat # 160106-2215 - Deactivated several call action buttons while Email/Chat handling # 160306-1019 - Added more webphone options +# 160326-0941 - Fixed issue #933, variables # -$version = '2.12-486c'; -$build = '160306-1019'; +$version = '2.12-487c'; +$build = '160326-0941'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=87; $one_mysql_log=0; +$DB=0; require_once("dbconnect_mysqli.php"); require_once("functions.php");