You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
231 B
PHTML
17 lines
231 B
PHTML
14 years ago
|
<?php
|
||
18 years ago
|
|
||
|
$IAXenable = TRUE;
|
||
|
|
||
|
//Setting Asterisk
|
||
|
$IAXcontent="Engelsystem";
|
||
15 years ago
|
$IAXserver="voip.eventphone.de";
|
||
|
|
||
|
//Asterisk output dir
|
||
|
$AsteriskOutputDir="/var/spool/asterisk/outgoing";
|
||
18 years ago
|
|
||
14 years ago
|
// enable DEBUG messages
|
||
|
//$DebugDECT = 1;
|
||
|
dd
|
||
|
|
||
18 years ago
|
?>
|