AstRecipes » Monitoring Zaptel Hardware
When installing Zaptel hardware (or other Asterisk-related hardware) in Linux, it is often worth checking its status from the command line. The following commands are useful to make sure that everything is working fine. lsmodThis command lists loaded modules in the kernel. You should expect to find the generic zaptel module and then one hardware-driver for it, like wct4xxp. lspci -s
This command lists the boards attached to the PCI bus of the local machine. Its output may get quite long.
It is possible that your PCI adaptor is not decoded perfectly in its name, but it will surely be shown with its IRQ and its associated flags. cat /proc/interrupts
This shows interrupt (i.e., requests for service) that your board has asked to the CPU. Make sure your boards are on an interrupt by themselves. cat /proc/zaptel/1
By issuing this command, you'll see the status of all defined channels for span 1 of your cards. If you have more than one span (or more than one card) you can use cat /proc/zaptel/2, cat /proc/zaptel/3, etc.
Softlinks:
Home Page - Installing the Asterisk GUI - Utenti/Lenz73 - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Avoiding queue_log file rotation - AddQueueMember and the queue_log file - Compiling Asterisk 1.2 with TDM400 and H323 - QueueMetrics - Installing QueueMetrics from scratch - Installing QueueMetrics - Compiling Asterisk 1.4 with TDM400 and H323 - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - Managing agents that dynamically log-on - Listening to recorded calls using XC-AST - Manually updating QueueMetrics - QueueMetrics logs - Using a HT-488 with Asterisk - Installing Queuemetrics on PBX-in-a-Flash - Installing QueueMetrics on Fonality PBXtra - Administering QueueMetrics using Tomcat - Installing QueueMetrics using Yum - Rebuilding Fonality queue_log - Debugging Qloaderd installation
Home Page - Installing the Asterisk GUI - Utenti/Lenz73 - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Avoiding queue_log file rotation - AddQueueMember and the queue_log file - Compiling Asterisk 1.2 with TDM400 and H323 - QueueMetrics - Installing QueueMetrics from scratch - Installing QueueMetrics - Compiling Asterisk 1.4 with TDM400 and H323 - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - Managing agents that dynamically log-on - Listening to recorded calls using XC-AST - Manually updating QueueMetrics - QueueMetrics logs - Using a HT-488 with Asterisk - Installing Queuemetrics on PBX-in-a-Flash - Installing QueueMetrics on Fonality PBXtra - Administering QueueMetrics using Tomcat - Installing QueueMetrics using Yum - Rebuilding Fonality queue_log - Debugging Qloaderd installation



