From a1c5b77fefe686d7b4e269e598e945eebe2ad87e Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Tue, 25 Jan 2011 04:10:47 +0000 Subject: [PATCH] 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 --- config.default.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.default.php b/config.default.php index 93f77dcd..c0a06f4b 100644 --- a/config.default.php +++ b/config.default.php @@ -181,6 +181,16 @@ if (!defined('HTGROUP_INTERVIEWER')) define('HTGROUP_INTERVIEWER','interviewers' */ 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