2
0
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:
Adam Zammit
2013-11-26 11:49:38 +11:00
parent 5d812fa968
commit 6d81384378
4 changed files with 155 additions and 0 deletions

View File

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