mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added featue for allowing operators to choose their own extension if not assigned one already
This commit is contained in:
@@ -69,6 +69,11 @@ if (!defined('TIME_FORMAT')) define('TIME_FORMAT','%I:%i%p');
|
||||
*/
|
||||
if (!defined('VOIP_ENABLED')) define('VOIP_ENABLED',false);
|
||||
|
||||
/**
|
||||
* Allow operators to choose their extension?
|
||||
*/
|
||||
if (!defined('ALLOW_OPERATOR_EXTENSION_SELECT')) define('ALLOW_OPERATOR_EXTENSION_SELECT',false);
|
||||
|
||||
/**
|
||||
* The Asterisk server address
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user