Added names to select list on the outbound report
Added longest wait time as next agent call option Added option to the Outbound(VDAD) report to calculate stats including the overflow drop in-group stats with the outbound campaign stats Changed Real-time Report screen agent time display to be based upon a change in "state"(INCALL, READY, PAUSED, etc...) instead of being based upon the time of the last call they handled Fixed manual dial calls_today bug in vicidial.php Several small bug fixes git-svn-id: svn://192.168.202.10@1199 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -477,3 +477,11 @@ index (event_time)
|
||||
);
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1166';
|
||||
|
||||
ALTER TABLE vicidial_live_agents ADD last_state_change DATETIME;
|
||||
|
||||
ALTER TABLE vicidial_campaigns MODIFY next_agent_call ENUM('random','oldest_call_start','oldest_call_finish','campaign_rank','overall_user_level','fewest_calls','longest_wait_time') default 'longest_wait_time';
|
||||
|
||||
ALTER TABLE vicidial_inbound_groups MODIFY next_agent_call ENUM('random','oldest_call_start','oldest_call_finish','overall_user_level','inbound_group_rank','campaign_rank','fewest_calls','fewest_calls_campaign','longest_wait_time') default 'longest_wait_time';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1167';
|
||||
|
||||
Reference in New Issue
Block a user