Let's also include aclocal.m4
[asterisk-bristuff.git] / doc / hardware.txt
blob9e4e96e918cac743b7e02529b050022d7b62b8c7
1 A PBX is only really useful if you can get calls into it.  Of course, you
2 can use Asterisk with VoIP calls (SIP, H.323, IAX), but you can also talk
3 to the real PSTN through various cards.
5 Supported Hardware is divided into two general groups:  DAHDI devices and 
6 non-DAHDI devices.  The DAHDI compatible hardware supports pseudo-TDM 
7 conferencing and all call features through chan_dahdi, whereas non-DAHDI 
8 compatible hardware may have different features.
10 DAHDI compatible hardware
11 ==========================
13 -- Digium (Primary author of Asterisk)
14         http://www.digium.com, http://store.digium.com
16    * Wildcard T400P (obsolete) - Quad T1 interface connects to four T1/PRI 
17      interfaces.  Supports RBS and PRI voice and PPP, FR, and HDLC data.
19    * Wildcard E400P (obsolete)- Quad E1 interface connects to four E1/PRI 
20      (or PRA) interfaces.  Supports PRA/PRI, EuroISDN voice and data.
22    * Wildcard T100P - Single T1 interface connects to a single T1/PRI
23      interface.  Supports RBS and PRI voice and PPP, FR, and HDLC data.
25    * Wildcard E100P - Single E1 interface connects to a single E1/PRI (or PRA)
26      interface.  Supports PRA/PRI, EuroISDN voice and PPP, FR, HDLC data.
28    * Wildcard TDM400P - Quad Modular FXS interface connects to standard
29      analog telephones.
31    * Wildcard TE410P - Quad T1/E1 switchable interface.  Supports PRI and 
32      RBS signalling, as well as PPP, FR, and HDLC data modes.
34 Non-DAHDI compatible hardware
35 ==============================
37 -- QuickNet, Inc. 
38        http://www.quicknet.net
40    * Internet PhoneJack - Single FXS interface.  Supports Linux telephony
41      interface.  DSP compression built-in.
43    * Internet LineJack - Single FXS or FXO interface.  Supports Linux 
44      telephony interface.
46 mISDN compatible hardware
47 =========================
48 mISDN homepage:  http://www.isdn4linux.de/mISDN/
50 Any adapter with an mISDN driver should be compatible with
51 chan_misdn. See misdn.txt for information.
53 -- beroNet 
54         http://www.beronet.com
56    * BN4S0 - 4 Port BRI card (TE/NT)
58    * BN8S0 - 8 Port BRI card (TE/NT)
60    * Billion Card - Single Port BRI card (TE (/NT with crossed cable) )
63 Miscellaneous other interfaces
64 ==============================
66 -- ALSA
67        http://www.alsa-project.org
69    * Any ALSA compatible full-duplex sound card
71 -- OSS
72        http://www.opensound.com
74    * Any OSS compatible full-duplex sound card