summaryrefslogtreecommitdiff
path: root/install/default-conf/config_modem.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/default-conf/config_modem.php')
-rw-r--r--install/default-conf/config_modem.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/install/default-conf/config_modem.php b/install/default-conf/config_modem.php
new file mode 100644
index 00000000..e6542fc4
--- /dev/null
+++ b/install/default-conf/config_modem.php
@@ -0,0 +1,10 @@
+<?php
+ // ist ein modem angeschlossen
+ $ModemEnable = false;
+
+ // COM port
+ $ModemDev ="/dev/ttyS0";
+
+ // vorwahl, bei tnovis telefonanlage fuer das programmieren von weckrufen
+ $WakeupNumber="**3";
+?>