summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/www-ssl/inc/config.php3
-rw-r--r--default-conf/www-ssl/inc/config_IAX.php9
-rw-r--r--default-conf/www-ssl/inc/config_modem.php11
3 files changed, 20 insertions, 3 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php
index ccf359c4..3e2c3b51 100755
--- a/default-conf/www-ssl/inc/config.php
+++ b/default-conf/www-ssl/inc/config.php
@@ -31,9 +31,6 @@ $show_SSLCERT = "MD5:<br>FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF<br>\n".
//globale const. fuer schischtplan
$GlobalZeileProStunde = 4;
-//ist ein modem angeschlossen
-$ModemEnable = false;
-
//Tempdir
$Tempdir="/tmp";
diff --git a/default-conf/www-ssl/inc/config_IAX.php b/default-conf/www-ssl/inc/config_IAX.php
new file mode 100644
index 00000000..f5bdeaeb
--- /dev/null
+++ b/default-conf/www-ssl/inc/config_IAX.php
@@ -0,0 +1,9 @@
+<?PHP
+
+$IAXenable = TRUE;
+
+//Setting Asterisk
+$IAXcontent="Engelsystem";
+$IAXserver="Engelsystem:engelengel@10.1.1.1";
+
+?>
diff --git a/default-conf/www-ssl/inc/config_modem.php b/default-conf/www-ssl/inc/config_modem.php
new file mode 100644
index 00000000..0625936d
--- /dev/null
+++ b/default-conf/www-ssl/inc/config_modem.php
@@ -0,0 +1,11 @@
+<?PHP
+
+//ist ein modem angeschlossen
+$ModemEnable = false;
+
+// COM port
+$ModemDev="/dev/ttyS0";
+
+// vorwahl, bei tnovis telefonanlage für das programmieren von weckrufen
+$WackupNumber="**3";
+?>