summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config_IAX.php
blob: e7eca465efa5ee934d25aed49159494d304b284f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?PHP

$IAXenable = TRUE;

//Setting Asterisk
$IAXcontent="Engelsystem";
$IAXserver="voip.eventphone.de";

//Asterisk output dir
$AsteriskOutputDir="/var/spool/asterisk/outgoing";

// enable DEBUG messages
//$DebugDECT = 1;
dd

?>