Added Agents Status View sidebar to agent interface

Added vailable transfer agent frame to AGENTDIRECT transfers when clicking on the NUMBER TO CALL field in the transfer conference frame
Fixed Calls in Queue count for AGENTDIRECT calls

git-svn-id: svn://192.168.202.10@1179 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-07-06 18:42:02 +00:00
parent 7ac5525d3d
commit 8299fc0b16
9 changed files with 433 additions and 73 deletions
+5
View File
@@ -286,3 +286,8 @@ index (trigger_time)
INSERT INTO vicidial_process_triggers SET trigger_id='LOAD_LEADS',server_ip='10.10.10.15',trigger_name='Load Leads',trigger_time='2009-01-01 00:00:00',trigger_run='0',trigger_lines='/usr/share/astguiclient/VICIDIAL_IN_new_leads_file.pl';
UPDATE system_settings SET db_schema_version='1160';
ALTER TABLE vicidial_user_groups ADD agent_status_viewable_groups TEXT;
ALTER TABLE vicidial_user_groups ADD agent_status_view_time ENUM('Y','N') default 'N';
UPDATE system_settings SET db_schema_version='1161';