From e2516b72aa8b93389cb1d5d9ddaeed6466326270 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 27 May 2010 04:04:38 +0000 Subject: [PATCH] fixed minor bug in alt language translations related to no hopper leads and manual dialing git-svn-id: svn://192.168.202.10@1441 3d104415-ff17-0410-8863-d5cf3c621b8a --- LANG_www/agc_it/vicidial.php | 7 ++++--- www/agc/vicidial.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LANG_www/agc_it/vicidial.php b/LANG_www/agc_it/vicidial.php index 6f51fcec..ee730752 100644 --- a/LANG_www/agc_it/vicidial.php +++ b/LANG_www/agc_it/vicidial.php @@ -293,10 +293,11 @@ # 100423-1156 - Added more user logging data and manual_dial_override, blind monitor warnings, uniqueid display and codec features # 100428-0544 - Added uniqueid display option for PRESERVE # 100513-0714 - Added options.php option to hide the timeclock link +# 100513-2337 - Changed user_login_first to attempt full login if phone_login/pass are filled in # -$version = '2.4-271'; -$build = '100513-0714'; +$version = '2.4-272'; +$build = '100513-2337'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=66; $one_mysql_log=0; @@ -5457,7 +5458,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} var MDnextResponse_array=MDnextResponse.split("\n"); MDnextCID = MDnextResponse_array[0]; - var regMNCvar = new RegExp("HOPPER","ig"); + var regMNCvar = new RegExp("LISTA DI CHIAMATA VUOTA","ig"); var regMDFvarDNC = new RegExp("DNC","ig"); var regMDFvarCAMP = new RegExp("CAMPLISTS","ig"); if ( (MDnextCID.match(regMNCvar)) || (MDnextCID.match(regMDFvarDNC)) || (MDnextCID.match(regMDFvarCAMP)) ) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 958ce50d..0865996e 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -5458,7 +5458,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} var MDnextResponse_array=MDnextResponse.split("\n"); MDnextCID = MDnextResponse_array[0]; - var regMNCvar = new RegExp("HOPPER","ig"); + var regMNCvar = new RegExp("HOPPER EMPTY","ig"); var regMDFvarDNC = new RegExp("DNC","ig"); var regMDFvarCAMP = new RegExp("CAMPLISTS","ig"); if ( (MDnextCID.match(regMNCvar)) || (MDnextCID.match(regMDFvarDNC)) || (MDnextCID.match(regMDFvarCAMP)) )