summaryrefslogtreecommitdiff
path: root/README.tigerjet
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-08-24 11:52:38 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-08-24 11:52:38 +0000
commitdbb5daf458feab2cb334e6f9e31eba99e2072a1e (patch)
tree653c4b765d049ff8e3748611fe1649378ad73f06 /README.tigerjet
parent6ead0eb0aa04b9cb72d5bdc8689c3afc6afed808 (diff)
Version 0.1.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@10 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README.tigerjet')
-rwxr-xr-xREADME.tigerjet29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.tigerjet b/README.tigerjet
new file mode 100755
index 0000000..77f16b5
--- /dev/null
+++ b/README.tigerjet
@@ -0,0 +1,29 @@
+TIGERJET VoIP Demonstration Board
+
+I'd like to thank the people at Tigerjet for donating a USB FXS interface
+board for testing with Asterisk. We now support their reference design
+board using their Tigerjet 560 Interface chip and the Silicon Labs Si3210
+ProSLIC.
+
+I'd also like to think Silicon Labs for donating a development board of
+their Si3034 and Tigerjet 320 based winmodem design which we now
+support as an FXO
+
+To Configure
+------------
+Do a "make" and a "make install". You will need to enable a single channel
+in /etc/zaptel.conf by adding the following line somewhere near the top:
+
+fxoks=1
+
+To create a single channel with FXO Kewlstart signalling. You may
+substitute "fxols" or "fxogs" for Loopstart and Groundstart signalling
+respectively.
+
+Currently known bugs:
+---------------------
+* Don't even think about unplugging the card while it's in use, or bad
+things will happen.
+
+* If PROSLIC_POWERSAVE is defined, the ability to send audio while on
+hook is limited to four seconds after ring is turned off.