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

Added AUTO_COMPLETE_OUTCOME (set call status complete when not using VoIP at end of completed questionnaire)

And AUTO_LOGOUT_MINUTES (logout from queXS when no activity on the screen) to config.default.php
This commit is contained in:
azammitdcarf
2011-01-25 04:10:47 +00:00
parent 07bef16e93
commit a1c5b77fef

View File

@@ -181,6 +181,16 @@ if (!defined('HTGROUP_INTERVIEWER')) define('HTGROUP_INTERVIEWER','interviewers'
*/ */
if (!defined('HTGROUP_CLIENT')) define('HTGROUP_CLIENT','clients'); if (!defined('HTGROUP_CLIENT')) define('HTGROUP_CLIENT','clients');
/**
* Whether to automatically assign a call as complete if VoIP disabled at the end of a completed questionnaire
*/
if (!defined('AUTO_COMPLETE_OUTCOME')) define('AUTO_COMPLETE_OUTCOME',false);
/**
* The number of minutes of inactivity to wait before automatically logging out an operator with an open screen
* False to disable
*/
if (!defined('AUTO_LOGOUT_MINUTES')) define('AUTO_LOGOUT_MINUTES',false);
/** /**
* Database configuration for queXS * Database configuration for queXS