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:
@@ -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();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user