mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added new feature of automatic dialling using AUTO_DIAL_SECONDS parameter in config file
Will also automatically end the case after the same number of seconds
This commit is contained in:
@@ -199,6 +199,13 @@ if (!defined('AUTO_COMPLETE_OUTCOME')) define('AUTO_COMPLETE_OUTCOME',false);
|
||||
*/
|
||||
if (!defined('AUTO_LOGOUT_MINUTES')) define('AUTO_LOGOUT_MINUTES',false);
|
||||
|
||||
/**
|
||||
* The number of seconds to wait before automatically dialling the first available number or ending the case
|
||||
* where an operator has an open screen
|
||||
* False to disable
|
||||
*/
|
||||
if (!defined('AUTO_DIAL_SECONDS')) define('AUTO_DIAL_SECONDS',false);
|
||||
|
||||
/**
|
||||
* The default tab to start on on the main screen
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user