2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

New feature: Assign the next case to an operator specifically using the administrative functions

This commit is contained in:
azammitdcarf
2011-02-28 05:00:26 +00:00
parent 86e5bfbd09
commit e9997305fc
3 changed files with 79 additions and 2 deletions

View File

@@ -821,6 +821,7 @@ CREATE TABLE `operator` (
`enabled` tinyint(1) NOT NULL default '1',
`voip` tinyint(1) NOT NULL default '1',
`voip_status` tinyint(1) NOT NULL default '0',
`next_case_id` bigint(20) default NULL,
PRIMARY KEY (`operator_id`),
UNIQUE KEY `username` (`username`),
UNIQUE KEY `extension` (`extension`)