2
0
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:
Adam Zammit
2013-11-20 11:40:46 +11:00
parent d52e76f09b
commit ae36595e72
5 changed files with 203 additions and 17 deletions

View File

@@ -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
*/