summaryrefslogtreecommitdiff
path: root/ztcfg.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-06-03 16:01:39 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-06-03 16:01:39 +0000
commitd0f5c4c6d5c4ac688a88b4369e8c8501eab78127 (patch)
tree85612d7b39400585de2ede2c70fdee71f6b5d08e /ztcfg.h
parent4263bd86f43732ae59665e8a43df5a58d83909d1 (diff)
Version 0.1.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@5 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.h')
-rwxr-xr-xztcfg.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/ztcfg.h b/ztcfg.h
new file mode 100755
index 0000000..bc68118
--- /dev/null
+++ b/ztcfg.h
@@ -0,0 +1,27 @@
+/*
+ * BSD Telephony Of Mexico "Tormenta" card LINUX driver, version 1.6 1/9/01
+ *
+ * Working with the "Tormenta ISA" Card
+ *
+ *
+ * Part of the "Zapata" Computer Telephony Technology.
+ *
+ * See http://www.bsdtelephony.com.mx
+ *
+ *
+ * The technologies, software, hardware, designs, drawings, scheumatics, board
+ * layouts and/or artwork, concepts, methodologies (including the use of all
+ * of these, and that which is derived from the use of all of these), all other
+ * intellectual properties contained herein, and all intellectual property
+ * rights have been and shall continue to be expressly for the benefit of all
+ * mankind, and are perpetually placed in the public domain, and may be used,
+ * copied, and/or modified by anyone, in any manner, for any legal purpose,
+ * without restriction.
+ */
+
+#ifndef _ZTCFG_H
+#define _ZTCFG_H
+
+#define CONFIG_FILENAME "/etc/zaptel.conf"
+#define MASTER_DEVICE "/dev/zap/ctl"
+#endif