mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
functions.voip.php connect() method uses defaults from config.default.php instead of hard coded strings
This commit is contained in:
@@ -79,6 +79,11 @@ if (!defined('VOIP_ADMIN_USER')) define('VOIP_ADMIN_USER','admin');
|
||||
*/
|
||||
if (!defined('VOIP_ADMIN_PASS')) define('VOIP_ADMIN_PASS','amp111');
|
||||
|
||||
/**
|
||||
* The Asterisk server port for the monitor interface
|
||||
*/
|
||||
if (!defined('VOIP_PORT')) define('VOIP_PORT','5038');
|
||||
|
||||
/**
|
||||
* The meet me room id for the VOIP Server
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user