Quick jump:  What's new

 
Go to:
 
Weblog: VoIP   
in Dobrica Pavlinušić's random unstructured stuff
CodeWeaver

Installation on Debian

Build dependencies

Quite a list, still it's not comprehensive.

sudo apt-get install fakeroot debhelper dpatch libcap-dev pkg-config \
libspandsp-dev libssl-dev libsndfile1-dev libpq-dev libmysqlclient15-dev \
libspeex-dev libcurl3-dev unixodbc-dev libcapi20-dev zaptel-source \
libreadline-dev autoconf automake sox doxygen libtool zaptel-source

Compilation

I used script from wiki to create Debian packages which was slightly modified into make-callweaver-deb.sh to support latest versions.

There is also minor fix callweaver-debian-fix.diff to create correct .deb package, adding missing shared library.

permalink
Asterisk

Because of all reasons documented here I'm no longer using Asterisk but CodeWeaver



Fritz PCI ISDN

  • Use latest CAPI driver from subversion:
svn co svn://svn.chan-capi.org/chan-capi/trunk chan-capi-trunk

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

Motorola 62802 (SM65) winmodem

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>

Compilation

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

zaptel

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 -

libbri

Not needed for Motorola card above

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

asterisk

svn co http://svn.digium.com/svn/asterisk/trunk asterisk
./configure
make
sudo make install
sudo make samples
permalink
Weblog Navigation
Loading...
Weblog Archives
  • Loading...