Added option to not allow vicidial agents to log in if they have not logged into the timeclock, vicidial_user_groups option

Added 15-minute answered call wait time breakdown section to the inbound/closer report

git-svn-id: svn://192.168.202.10@997 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-11-06 10:37:11 +00:00
parent a80a2734f6
commit 50dcadded1
7 changed files with 239 additions and 58 deletions
+4
View File
@@ -526,3 +526,7 @@ UPDATE system_settings SET db_schema_version='1115';
ALTER TABLE vicidial_campaigns ADD three_way_dial_prefix VARCHAR(20) default '';
UPDATE system_settings SET db_schema_version='1116';
ALTER TABLE vicidial_user_groups ADD forced_timeclock_login ENUM('Y','N','ADMIN_EXEMPT') default 'N';
UPDATE system_settings SET db_schema_version='1117';