2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added VoIP watch from browser (executes background PHP file process.php)

This commit is contained in:
azammitdcarf
2008-12-01 23:42:50 +00:00
parent bf03b51bca
commit 30557ffadf
8 changed files with 449 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
include("../functions/functions.voip.php");
$t = new voipWatch();
$t->connect("asterisk.dcarf","admin","amp111",true);
$t->connect(VOIP_SERVER,VOIP_ADMIN_USER,VOIP_ADMIN_PASS,true);
$t->watch();
?>