2
0
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:
azammitdcarf
2008-12-09 22:43:44 +00:00
parent 6466ed123e
commit bd621591aa
2 changed files with 7 additions and 2 deletions

View File

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