summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config_IAX.php
diff options
context:
space:
mode:
Diffstat (limited to 'default-conf/var_www_includes/config_IAX.php')
-rw-r--r--default-conf/var_www_includes/config_IAX.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-conf/var_www_includes/config_IAX.php b/default-conf/var_www_includes/config_IAX.php
new file mode 100644
index 00000000..f5bdeaeb
--- /dev/null
+++ b/default-conf/var_www_includes/config_IAX.php
@@ -0,0 +1,9 @@
+<?PHP
+
+$IAXenable = TRUE;
+
+//Setting Asterisk
+$IAXcontent="Engelsystem";
+$IAXserver="Engelsystem:engelengel@10.1.1.1";
+
+?>