mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
New feature: Auto close and code a case on no answer / disconnected
This commit is contained in:
@@ -114,6 +114,11 @@ if (!defined('MEET_ME_ROOM')) define('MEET_ME_ROOM','5000');
|
||||
*/
|
||||
if (!defined('AUTO_POPUP')) define('AUTO_POPUP',false);
|
||||
|
||||
/**
|
||||
* Whether to automatically code a no answer
|
||||
*/
|
||||
if (!defined('AUTO_CLOSE_NO_ANSWER')) define('AUTO_CLOSE_NO_ANSWER',false);
|
||||
|
||||
/**
|
||||
* The extension of the supervisor for dialing the supervisor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user