Dobrica Pavlinušić's random unstructured stuff
Asterisk: Revision 8
{toc: }

^ Fritz PCI ISDN

* get Fritz driver from http://www.avm.de/ftp/cardware/fritzcrd.pci/linux/ and use http://sifnt.net.au/files/asterisk/fritz-linux-2.6.17.patch to compile it on recent kernels ("original instructions"<http://www.voip-info.org/wiki/index.php?page=Asterisk+AVM+Fritz+CAPI+Driver+Install>)

* Use latest CAPI driver from subversion:

.pre
svn co svn://svn.chan-capi.org/chan-capi/trunk chan-capi-trunk
.pre

Version `1.0.1` has problems with fcpci, so don't use it!

* Than follow more-or-less "instructions on this page"<http://www.voip-info.org/wiki/index.php?page=Asterisk+How+to+connect+with+CAPI>

^ Motorola 62802 (SM65) winmodem

.pre
dpavlin@brr:~$ lspci -v -s 04
05:04.0 Communication controller: Motorola Wildcard X100P
Subsystem: Motorola Unknown device 0002
Flags: bus master, medium devsel, latency 32, IRQ 10
I/O ports at 1000 [size=256]
Memory at f0500000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
.pre

^ Compilation

http://www.asterisk.org/developers/get-source

^^ zaptel

.pre
apt-get install libnewt-dev

svn co http://svn.digium.com/svn/zaptel/trunk zaptel

cd zaptel
./configure
make menuconfig
make
sudo make install
sudo make config
cd -
.pre

^^ libbri

Not needed for Motorola card above

.pre
# svn co http://svn.digium.com/svn/libpri/trunk libpri
.pre

^^ asterisk

.pre
svn co http://svn.digium.com/svn/asterisk/trunk asterisk
./configure
make
sudo make install
sudo make samples
.pre