Hi, We have got a new PRI card at one of our Office locations and now I need to install the the device on a remote server. Is there any way to know if the device is loaded already. When I give " cat /proc/zaptel/* " it returns the following. # cat /proc/zaptel/* Span 1: WCT1/0 "Wildcard TE122 Card 0" (MASTER) B8ZS/ESF RED IRQ misses: 2 1 WCT1/0/1 Clear (In use) RED 2 WCT1/0/2 Clear (In use) RED 3 WCT1/0/3 Clear (In use) RED 4 WCT1/0/4 Clear (In use) RED 5 WCT1/0/5 Clear (In use) RED 6 WCT1/0/6 Clear (In use) RED 7 WCT1/0/7 Clear (In use) RED 8 WCT1/0/8 Clear (In use) RED 9 WCT1/0/9 Clear (In use) RED 10 WCT1/0/10 Clear (In use) RED 11 WCT1/0/11 Clear (In use) RED 12 WCT1/0/12 Clear (In use) RED 13 WCT1/0/13 Clear (In use) RED 14 WCT1/0/14 Clear (In use) RED 15 WCT1/0/15 Clear (In use) RED 16 WCT1/0/16 Clear RED 17 WCT1/0/17 Clear (In use) RED 18 WCT1/0/18 Clear (In use) RED 19 WCT1/0/19 Clear (In use) RED 20 WCT1/0/20 Clear (In use) RED 21 WCT1/0/21 Clear (In use) RED 22 WCT1/0/22 Clear (In use) RED 23 WCT1/0/23 Clear (In use) RED 24 WCT1/0/24 HDLCFCS (In use) RED But when I connect to the console, I am unable to give any ZAP related commands. Does this mean that my device is loaded and I just need to load the module. Or do I need to compile asterisk again?? Any help would be highly appreciated. My asterisk version is Asterisk 1.4.19.2 and I am on a Fedora release 9 server. Thanks, Najim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110930/ce465aa8/attachment.htm>
On 9/29/2011 2:52 PM, NaJIm wrote:> IRQ misses: 2You are risking lots of audio problems if the card shares the IRQ with any other device. Try and go in the BIOS and disable the other device or change the IRQ it is using so that they do not conflict. What version of zaptel are you running? What zaptel commands have you tried? Have you added any lines to zaptel.conf and zapata.conf? Who is your Telco provider and what signalling are they using on the T1? It looks like there is a control channel on 24, but 16 isn't showing the same status as I would expect. Mike
Try "module load chan_zap.so" in the CLI. You should see whatever errors are generated. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of NaJIm Sent: Thursday, September 29, 2011 5:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] [asterik-users] Installing PRI card Hi, We have got a new PRI card at one of our Office locations and now I need to install the the device on a remote server. Is there any way to know if the device is loaded already. When I give " cat /proc/zaptel/* " it returns the following. # cat /proc/zaptel/* Span 1: WCT1/0 "Wildcard TE122 Card 0" (MASTER) B8ZS/ESF RED IRQ misses: 2 1 WCT1/0/1 Clear (In use) RED 2 WCT1/0/2 Clear (In use) RED 3 WCT1/0/3 Clear (In use) RED 4 WCT1/0/4 Clear (In use) RED 5 WCT1/0/5 Clear (In use) RED 6 WCT1/0/6 Clear (In use) RED 7 WCT1/0/7 Clear (In use) RED 8 WCT1/0/8 Clear (In use) RED 9 WCT1/0/9 Clear (In use) RED 10 WCT1/0/10 Clear (In use) RED 11 WCT1/0/11 Clear (In use) RED 12 WCT1/0/12 Clear (In use) RED 13 WCT1/0/13 Clear (In use) RED 14 WCT1/0/14 Clear (In use) RED 15 WCT1/0/15 Clear (In use) RED 16 WCT1/0/16 Clear RED 17 WCT1/0/17 Clear (In use) RED 18 WCT1/0/18 Clear (In use) RED 19 WCT1/0/19 Clear (In use) RED 20 WCT1/0/20 Clear (In use) RED 21 WCT1/0/21 Clear (In use) RED 22 WCT1/0/22 Clear (In use) RED 23 WCT1/0/23 Clear (In use) RED 24 WCT1/0/24 HDLCFCS (In use) RED But when I connect to the console, I am unable to give any ZAP related commands. Does this mean that my device is loaded and I just need to load the module. Or do I need to compile asterisk again?? Any help would be highly appreciated. My asterisk version is Asterisk 1.4.19.2 and I am on a Fedora release 9 server. Thanks, Najim