2006-11-29 18:09:25 +01:00
|
|
|
<?PHP
|
|
|
|
|
|
|
|
$IAXenable = TRUE;
|
|
|
|
|
|
|
|
//Setting Asterisk
|
|
|
|
$IAXcontent="Engelsystem";
|
2009-12-27 23:27:32 +01:00
|
|
|
$IAXserver="voip.eventphone.de";
|
|
|
|
|
|
|
|
//Asterisk output dir
|
|
|
|
$AsteriskOutputDir="/var/spool/asterisk/outgoing";
|
2006-11-29 18:09:25 +01:00
|
|
|
|
2010-12-26 22:01:50 +01:00
|
|
|
// enable DEBUG messages
|
|
|
|
//$DebugDECT = 1;
|
|
|
|
dd
|
|
|
|
|
2006-11-29 18:09:25 +01:00
|
|
|
?>
|