|
1. How to Install TDM800 Card? |
|
A1. Please read the document. |
|
|
2. How to Install TDM800 Driver for Asterisk? |
|
A2. Please read the document. |
|
|
3.What shall I do when Error appears during TDM800 driver installation? |
|
A3. Firstly, please read the Installation Instruction carefully.
Secondly, ensure that you are installing the right version number.
Thirdly, make sure the TDM800 card stays in good contact with PCI interface. If no sure, turn off computer and install the card again.
|
|
4. Why the FXO port is normal but FXS port is abnormal when I configuring
TDM800 ports? |
| |
|
A4. It's mainly because of the disconnection of power line. Please plug the hard disk power supply cable to TDM800 Card's power jack.
|
|
5. Why it shows Error when I installing patch for TDM800? |
|
A5. Please confirm you matched patch version with its zaptel version and you have patched on clean zaptel. If you will patch something on zaptel before patching TDM800 driver, please choose <Install TDM800 Driver Manually>.
|
|
6. What shall I do when Error appears during make zaptel? |
|
A6. (1) Please ensure that the kernel source code is already installed. You can use ‘ uname -r’ to check the version of the installed kernel version and then download its corresponding rpm from website.
(2) If you are using Linux kernel version 2.6.9-34.0.2.EL or 2.6.9-34.0.2.ELsmp (Trixbox2.2 embeded version), you should amend an error in kernel as show below:
[root@localhost src]# vi /usr/src/kernels/2.6.9-34.0.2.EL-i686/include/linux /spinlock.h
Or
[root@localhost src]# vi /usr/src/kernels/2.6.9-34.0.2.EL
-smp-
i686/include/ linux/spinlock.h
Original:
Modified:
|
|
7. Why I can’t find the configured information on asterisk controller (asterisk
-r) by run command ‘zap show channels’? |
| |
|
A7. You have to executive genzaptelconf to generate the information again. For example:
# cd /usr/src/zaptel- 1.4.6 /xpp/utils
# ./genzaptelconf
|