engelsystem/install/default-conf/config_IAX.php

17 lines
231 B
PHP

<?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
?>