chan misdn
Posted January 6th, 2008 by hajama
**Follow these steps before installing**
A) Check that your card is being detected correctly:lspci
Your should see something like this in case of HFC single port card, look for your case if different:...
01:03.0 Network controller: Cologne Chip Designs GmbH ISDN network controller HFC-PCI (rev 02)
...
B) If you have a multi-port card unload these drivers:vi /etc/sysconfig/zaptel
comment out (with # in the beginning of each line) all cards except ztdummy (just in case):vi /etc/modprobe.d/blacklist:
add the following lines at the end:blacklist hisax
blacklist hisax_fcpcipnp
blacklist hisax_isac
blacklist crc_ccitt
blacklist isdn
blacklist slhc
blacklist capi
blacklist capifs
blacklist kernelcapi
blacklist kernel_capi
blacklist avmfritz
blacklist hfc4s8s_l1
... and restart your machine before anything.
C) The standard configurations generated by the command "isdn-init config" and those settings in "/etc/asterisk/misdn.conf" should work great with most cards but in some cases you should define according to your system configuration and ISDN telco specs among your own preferred ISDN behaviors with Asterisk.
==================================================
Trixbox 2.8.x - Asterisk 1.6.x only
==================================================
1. Install mISDN:
mISDN is installed by default in trixbox 2.8
Start with step 2 in the next section
If you have problems with showing card in asteriks (misdn show stacks)
You must install asterisk-chan_misdn, but before that you must crate a symbolic linksln -s /usr/lib/libisdnnet.so /usr/lib/libisdnnet.so.0
ln -s /usr/lib/libmISDN.so /usr/lib/libmISDN.so.0
ln -s /usr/lib/libsuppserv.so /usr/lib/libsuppserv.so.0
Thenyum -y --enablerepo=trixboxbeta install asterisk-chan_misdn