MISDN with Asterisk
From mISDN.org
There are 2 different ways of integrating mISDN in Asterisk:
- chan_mISDN
- chan_capi-cm
chan_mISDN
chan_mISDN can be found at:
http://www.beronet.com/downloads/chan_misdn/stable/chan_misdn.tar.gz
chan_mISDN requires that mISDN, mISDNuser and Asterisk are preinstalled. You can just fetch an install-package which gets mISDN and mISDNuser and the latest stable chan_mISDN at:
http://www.beronet.com/downloads/install-misdn-mqueue.tar.gz
chan_mISDN related wiki pages
chan_capi-cm
chan_capi-cm can be found at:
http://www.melware.org/ChanCapi
Installing mISDN for Asterisk 1.4
Neither install-asterisk.tar.gz nor install-misdn-mqueue.tar.gz will be able to install chan_misdn for asterisk 1.4. In order to install mISDN and chan_misdn for Asterisk 1.4 please do the following:
cd /usr/src/ wget http://www.misdn.org/downloads/mISDN.tar.gz wget http://www.misdn.org/downloads/mISDNuser.tar.gz tar xzf mISDN.tar.gz tar xzf mISDNuser.tar.gz cd mISDN-1_1_0 make install cd ../mISDNuser-1_1_0 make install
After that you should be able to reconfigure asterisk like:
cd /usr/src/asterisk ./configure make menuselect
now you should enable chan_misdn in the Channel Driver Section and reinstall asterisk with "make install".
After that procedure you should have the current mISDN releases installed and the current chan_misdn with asterisk.
Install chan_mISDN, the easy way!
* Getting mISDN, mISDNuser and chan_mISDN just by typing "make install"
Use the following commands:
wget http://www.beronet.com/downloads/install-misdn-mqueue.tar.gz
tar xzf install-misdn-mqueue.tar.gz
cd install-misdn-mqueue
make install
Install Asterisk with mISDN and zaptel, the easy way!
* Getting Asterisk, mISDN, mISDNuser, chan_mISDN, libpri and zaptel just by typing "make install"
Use the following commands:
wget http://www.beronet.com/downloads/install-asterisk.tar.gz
tar xzf install-asterisk.tar.gz
cd install-asterisk
make install
