Hi all, I am using a TDM400P card with 2 FXS and 2 FXO modules. Everything seems nice, but i'm not able to make calls nor to receive any. When I try to make a call, I keep receiven the "all circuits are busy now" message, and when I receive calls, asterisk doesn't seems to care (don't get anything on the CLI) I'm using Asterisk 1.2.17 and Zaptel 1.2.16 from Xorcom's repository voip:~# asterisk -rx 'zap show status' Description Alarms IRQ bpviol CRC4 Wildcard TDM400P REV I Board 1 OK 0 0 0 voip:~# asterisk -rx 'zap show channels' Chan Extension Context Language MusicOnHold pseudo from-internal es 1 from-internal es 2 from-internal es 3 from-pstn es 4 from-pstn es I thought it could be an IRQ problem, but everything seems fine voip:~# cat /proc/interrupts CPU0 0: 118621819 XT-PIC timer 1: 811 XT-PIC i8042 2: 0 XT-PIC cascade 5: 0 XT-PIC uhci_hcd:usb3, via82cxxx 6: 5 XT-PIC floppy 7: 0 XT-PIC parport0 8: 1 XT-PIC rtc 9: 0 XT-PIC acpi 10: 2879759 XT-PIC uhci_hcd:usb2, eth0 11: 3048189 XT-PIC uhci_hcd:usb1, eth1 12: 474378440 XT-PIC ehci_hcd:usb4, wctdm 14: 1074418 XT-PIC ide0 15: 4239765 XT-PIC ide1 NMI: 0 LOC: 0 ERR: 0 MIS: 0 Hope you can help me with my problem. -- Diego Quintana a.k.a. RouterMaN Ingeniero de las Telecomunicaciones Linux Registered User #382615 - http://counter.li.org/ SIP # 1-747-633-6676 Ext. 1011 FWD # 764839 Ext. 1011 http://routerman.blogsome.com http://gst.telecom.pucp.edu.pe
On Mon, Apr 30, 2007 at 12:25:07PM -0500, Diego Quintana Cruz wrote:> Hi all, > I am using a TDM400P card with 2 FXS and 2 FXO modules. Everything > seems nice, but i'm not able to make calls nor to receive any. When I > try to make a call, I keep receiven the "all circuits are busy now" > message, and when I receive calls, asterisk doesn't seems to care > (don't get anything on the CLI)set verbose 3 ? Call from where? To where? Do you see the relevant channel as offhook in 'zap show channel N' ? Sanity check: asterisk -rx 'show channels' (hmm... asterisk -n -rx 'show channels' hangs for you as well?)> > I'm using Asterisk 1.2.17 and Zaptel 1.2.16 from Xorcom's repositoryasterisk-classic or asterisk-bristuff?> > voip:~# asterisk -rx 'zap show status' > Description Alarms IRQ bpviol > CRC4 > Wildcard TDM400P REV I Board 1 OK 0 0 0 > > voip:~# asterisk -rx 'zap show channels' > Chan Extension Context Language MusicOnHold > pseudo from-internal es > 1 from-internal es > 2 from-internal es > 3 from-pstn es > 4 from-pstn es > > I thought it could be an IRQ problem, but everything seems fine > > voip:~# cat /proc/interrupts > CPU0 > 0: 118621819 XT-PIC timer > 1: 811 XT-PIC i8042 > 2: 0 XT-PIC cascade > 5: 0 XT-PIC uhci_hcd:usb3, via82cxxx > 6: 5 XT-PIC floppy > 7: 0 XT-PIC parport0 > 8: 1 XT-PIC rtc > 9: 0 XT-PIC acpi > 10: 2879759 XT-PIC uhci_hcd:usb2, eth0 > 11: 3048189 XT-PIC uhci_hcd:usb1, eth1 > 12: 474378440 XT-PIC ehci_hcd:usb4, wctdmehci_hcd:usb4 does normally take all the USB interrupts. However this issue is probably not related to missed interrupts , if there are any.> 14: 1074418 XT-PIC ide0 > 15: 4239765 XT-PIC ide1 > NMI: 0 > LOC: 0 > ERR: 0 > MIS: 0-- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
On Mon, Apr 30, 2007 at 12:25:07PM -0500, Diego Quintana Cruz wrote:> Hi all, > I am using a TDM400P card with 2 FXS and 2 FXO modules. Everything > seems nice, but i'm not able to make calls nor to receive any. When I > try to make a call, I keep receiven the "all circuits are busy now" > message, and when I receive calls, asterisk doesn't seems to care > (don't get anything on the CLI) > > I'm using Asterisk 1.2.17 and Zaptel 1.2.16 from Xorcom's repository > > voip:~# asterisk -rx 'zap show status' > Description Alarms IRQ bpviol > CRC4 > Wildcard TDM400P REV I Board 1 OK 0 0 0 > > voip:~# asterisk -rx 'zap show channels' > Chan Extension Context Language MusicOnHold > pseudo from-internal es > 1 from-internal es > 2 from-internal es > 3 from-pstn es > 4 from-pstn esAfter some further digging: it turns out that when there' a problem, the output of the above command is actually:> > voip:~# asterisk -rx 'zap show channels' > Chan Extension Context Language MusicOnHold > pseudo from-internal es > 1 from-internal es > 2 from-internal es > 4 from-pstn esthat is: channel 3 has been destroyed. The logs show: Apr 30 14:50:53 DEBUG[6003] chan_zap.c: Message status for 401 changed from -1 to 0 on 1 Apr 30 14:51:00 NOTICE[6003] chan_zap.c: Got ZT_EVENT_REMOVED. Destroying channel 3 Apr 30 14:51:16 DEBUG[6004] chan_sip.c: Stopping retransmission on [snipped by Tzafrir] This seems to happen when you disconnect an incoming FXO call. ZT_EVENT_REMOVED is defined to be 20 . That package includes a patch that has been applied to trunk in rev 58321. Anybody encountered this in Asterisk/trunk with a wctdm card with an FXO module? -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Hi I have 100XP Digium clone card Installed in my pc and compiled zaptel and asterisk again after installing the card but after i rebooted i can load zaptel and wcfxo modprobe with out any problem but when i intiated ztcfg -vvvv i get the following error Zaptel Configuration ===================== 1 channels configured. ZT_CHANCONFIG failed on channel 1: No such device or address (6) --------------------- dmesg errors Zapata Telephony Interface Unloaded Zapata Telephony Interface Registered on major 196 Zaptel Version: SVN-branch-1.2-r1725 Echo Canceller: KB1 Failed to initailize DAA, giving up... wcfxo: probe of 0000:00:10.0 failed with error -5 -------------- lspci 00:0c.1 SCSI storage controller: Adaptec AIC-7896U2/7897U2 00:10.0 Communication controller: Motorola Unknown device 5608 any suggestions ram -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070528/57dcadf7/attachment.htm