Archive for the ‘PCI Cards’ Category

Rhino Equipment Corp announces EchoClearTM

Friday, September 21st, 2007

R1T1 EC

Rhino Equipment Corp. is pleased to announce the release of the EchoClearTM plug-in PCI and PCI Express digital echo cancellation daughter card, which can be simply plugged-in to upgrade our Rhino line of digital telephony cards. The Rhino digital telephony product line consists of three T1/E1/J1/ISDN/PRI PCI digital cards, the R1T1, R2T1 and R4T1, that all interface with Asterisk-based PBX systems. Each card can now be upgraded with the Rhino EchoClearTM echo cancellation system with the addition of the Rhino Echo Cancellation (REC1) card.

(more…)

Custom driver installation in trixbox CE 2.2

Friday, September 14th, 2007

The following install process is intended for TrixBox 2.2 and above.

1) Edit the following file:

nano -w /etc/sysconfig/zaptel

Please comment out all of the modules from loading by using the hash mark (#)

Comment out all Rhino and Digium drivers alike.

2) Edit the following file:

nano -w /etc/rc.local

Under the /sbin/udevstart line please add the appropriate lines depending on the Rhino cards that are installed.

  • modprobe r1t1
  • modprobe rxt1
  • modprobe rcbfx

3) Remove the Rhino drivers if already installed:

yum remove -y rhino*

4) Now get our fake zaptel sources:

wget ftp://ftp.rhinoequipment.com/Drivers/Contrib/fakezap.sh

5) Download the latest Rhino Drivers:

wget ftp://ftp.rhinoequipment.com/Drivers/Beta/rhino-2.2.latestbeta.tbz2

6) Now unpack everything:

tar -xjvf /usr/src/rhino-2.2.latestbeta.tbz2

7) Run ./fakezap.sh

chmod +x fakezap.sh

./usr/src/fake_zap/fakezap.sh

8) Make sure that your kernel headers are installed:

yum install -y kernel-devel

or

yum install -y kernel-smp devel

Depending on weather or not you have smp enabled or not. You can check this by typing “uname -r”

9) Make the apropriate changes to /usr/src/rhino-current/rcbfx_ioctl.h

10) Compile the Rhino drivers:

/usr/src/rhino-2.2.x make install

11) Type the following:

depmod

NOW Restart and test

NEWS- The New Improved R8FXX-EC

Thursday, June 21st, 2007

R8FXX-EC

FOR IMMEDIATE RELEASE – June 21, 2007

 

Rhino Equipment Corp.

8240 S. Kyrene Road

Suite 107

Tempe, AZ 85284

www.rhinoequipment.com

 

Abstract

Rhino Equipment Corp announces the newly designed R8FXX-EC card, an eight channel analog plug-in PCI digital telephony card for the Asterisk open source PBX system, with eight independent RJ11 plug-in female jacks and standard integrated on-board carrier-grade high performance network echo cancellation.

(more…)

Fake Supervision

Wednesday, May 30th, 2007

If your telco does not provide far end disconnect supervision or if they just dont do it well you may need to “fake” supervision in order for your lines to disconnect properly. You may fake supervision by adding a few lines to your zapata.conf .

Add the following to your /etc/asterisk/zapata.conf

callprogress=yes
busydetect=yes

After doing this restart asterisk. There may still be a disconnect delay but it will be reduced.

Load Rhino T1 card as an E1 card

Tuesday, May 29th, 2007

Below is the instructions from our PCI manual on configuring your rhino T1 as an E1. You will use the appropriate insmod command as apposed to modprobe.

(more…)

Oneway Audio on R4FXO after TB 2.2 Upgrade

Monday, May 21st, 2007

If you have a R4FXO-EX or R4FXO-EC and have upgraded to the RPM version of our drivers or if you use our new driver method and your card stops working you may need to upgrade your hardware.

(more…)

ZAP Caller Id Issues

Monday, May 21st, 2007

Some users have reported issues with the display of caller ID data. This post contains recommendations found in lab testing which may increase the probability of success.

(more…)

Rhino PCI Card Driver Install

Monday, May 21st, 2007

There are a few ways to install our pci drivers, no matter which method you choose you only need to do it once for all Rhino cards including legacy cards. This means if you have followed these steps once and are simply adding a new card, no further software installation is needed.

(more…)