Added vicidial_inbound_callback_queue stats to Inbound Report v2
git-svn-id: svn://192.168.202.10@3661 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -4141,7 +4141,10 @@ queue_priority TINYINT(2) default '0',
|
||||
call_date DATETIME,
|
||||
gmt_offset_now DECIMAL(4,2) DEFAULT '0.00',
|
||||
modify_date TIMESTAMP,
|
||||
index (icbq_status)
|
||||
index (icbq_status),
|
||||
index (group_id),
|
||||
index (icbq_date),
|
||||
index (call_date)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE TABLE recording_log_deletion_queue (
|
||||
@@ -5177,4 +5180,4 @@ INSERT INTO `wallboard_reports` VALUES ('AGENTS_AND_QUEUES','Agents and Queues',
|
||||
|
||||
UPDATE system_settings set vdc_agent_api_active='1';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1670',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1671',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
Reference in New Issue
Block a user