diff --git a/www/agc/options-example.php b/www/agc/options-example.php index 459d525a..9ee05669 100644 --- a/www/agc/options-example.php +++ b/www/agc/options-example.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2019 Matt Florell LICENSE: AGPLv2 # # rename this file to options.php for the settings here to go into effect # @@ -15,6 +15,7 @@ # 160910-1317 - Added use_agent_colors option # 180223-1657 - Added $INSERT_ variables # 180425-2035 - Added #INSERT_first_onload variable +# 190330-0817 - Added logged_in_refresh_link # $conf_silent_prefix = '5'; # vicidial_conferences prefix to enter silently and muted for recording @@ -52,6 +53,7 @@ $mrglock_ig_select_ct = '4'; # number of seconds to leave in-group select screen $link_to_grey_version = '1'; # show link to old grey version of agent screen at login screen, next to timeclock link $use_agent_colors = '1'; # agent chat colors $no_empty_session_warnings=0; # set to 1 to disable empty session warnings on agent screen +$logged_in_refresh_link = '0'; # set to 1 to allow clickable "Logged in as..." link at top to force Javascript refresh $TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 698eec3c..b79cdf3d 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -609,10 +609,11 @@ # 190108-0833 - Added manual_dial_validation option, updated dates for 2019 # 190222-1316 - Added recent session per-call logging # 190310-2017 - Added mute_recordings system/campaign/user option +# 190330-0815 - Added logged_in_refresh_link option # -$version = '2.14-578c'; -$build = '190310-2017'; +$version = '2.14-579c'; +$build = '190330-0815'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=87; $one_mysql_log=0; @@ -832,6 +833,7 @@ $consult_custom_delay = '2'; # number of seconds to delay consultative transfers $mrglock_ig_select_ct = '4'; # number of seconds to leave in-group select screen open if agent select is disabled $link_to_grey_version = '1'; # show link to old grey version of agent screen at login screen, next to timeclock link $no_empty_session_warnings=0; # set to 1 to disable empty session warnings on agent screen +$logged_in_refresh_link = '0'; # set to 1 to allow clickable "Logged in as..." link at top to force Javascript refresh $TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen, FOR DEBUG ONLY @@ -19318,7 +19320,11 @@ $zi=2; - 0) + {echo ""._QXZ("Logged in as User")."";} + else + {echo ""._QXZ("Logged in as User")."";} echo _QXZ(": %1s on Phone: %2s",0,'',$VD_login,$SIP_user); if ($on_hook_agent == 'Y') {echo "("._QXZ("ring").")";}