Howto install a HFC ISDN card using mISDN

metamicro

New Member
Joined
Feb 12, 2008
Messages
8
Reaction score
0
Here's how i got our ISDN card working whit PBX in a Flash and mISDN using the trixbox packages.

1: Install “PBX in a Flash”

2: Add the following lines to /etc/yum.repos.d/trixbox.repo.

[FONT=&quot][trixbox][/FONT]
[FONT=&quot]name=trixbox RPM Repository for CentOS and RHEL[/FONT]
[FONT=&quot]baseurl=http://yum.trixbox.org/centos/$releasever/RPMS/[/FONT]
[FONT=&quot]gpgcheck=0[/FONT]
[FONT=&quot]enabled=1[/FONT]

3: Clean the repository cache whit the command “[FONT=&quot]yum clean all[/FONT]”

4: Update CentOS whit “[FONT=&quot]yum update -y[/FONT]”

5: Open /etc/sysconfig/zaptel and comment out (with # in the beginning of each line) all cards

[FONT=&quot]6: Add the following lines to /etc/modprobe.d/blacklist[/FONT]
[FONT=&quot]blacklist hisax[/FONT]
[FONT=&quot]blacklist hisax_fcpcipnp[/FONT]
[FONT=&quot]blacklist hisax_isac[/FONT]
[FONT=&quot]blacklist crc_ccitt[/FONT]
[FONT=&quot]blacklist isdn[/FONT]
[FONT=&quot]blacklist slhc[/FONT]
[FONT=&quot]blacklist capi[/FONT]
[FONT=&quot]blacklist capifs[/FONT]
[FONT=&quot]blacklist kernelcapi[/FONT]
[FONT=&quot]blacklist kernel_capi[/FONT]
[FONT=&quot]blacklist avmfritz[/FONT]
[FONT=&quot]blacklist hfc4s8s_l1[/FONT]

7: Restart the PC whit the command “[FONT=&quot]shutdown –r now[/FONT]”

8: Install the needed packages

[FONT=&quot]yum -y install asterisk-chan_misdn mISDNuser mISDN-modules mISDN[/FONT]

9: Install the card on system level

[FONT=&quot]misdn-init scan[/FONT]
[FONT=&quot]misdn-init config[/FONT]
[FONT=&quot]misdn-init start[/FONT]

10: Open /etc/rc.d/rc.local and add the line “misdn-init start” before the line "/usr/sbin/amportal start"


11: Restart asterisk and show status

amportal restart
asterisk -r
misdn show stacks

You should see something like this:
BEGIN STACK_LIST: * Port 1 Type TE Prot. PMP L2Link DOWN L1Link: DOWN Blocked:0 Debug:0 12: Reboot
 
Hi

Good effort for putting this together, and thank you for your time to post this.

However, I have to mention for the record, that I do not feel entirely comfortable with using the Trixbox repository for installing stuff, and not just for ethical reasons, but given that it is all open source, there is no reason why you shouldn't. but that's just me.

Joe
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top