I’m trying to get a Digium TE110P card working but as soom
as I load the module with
modprobe wcte11xp
the sound stops working for incoming calls (SIP and IAX).
I haven’t even started to configure the card.
Running ztcfg and restarting asterisk doesn’t help. After unloading with
rmmod wcte11xp
the sound comes back.
I’m using asterisk 1.2.4, libpri 1.2.2 and zaptel 1.2.3 from gentoo which
uses the source distribution. My configuration is very basic. I have hardly
changed anything and the configuration has worked well for a long time
but the jumper on the card is T1 instead of E1. Loading the module with
modprobe wcte11xp t1e1override=15
makes it possible to configure the card for 31 channels instead of 24
but the sound is still gone. I haven’t got the PRI to work but that could
be due to other reasons.
Before I connected the PRI line I could load the module without any
problems. Unfortunately I can’t disconnect it at the moment for testing
since it’s in another location.
Seems that nobody knows the reaseon for this. I would very much
appreciate if someone could tell me if a bad zaptel configuration could
make the sound disappear for all channels by just loading the module
or if this seems to be some kind of bug in Asterisk.
yea, I’ve seen this. Not sure why…but sometimes you need zaptel running properly for sound to work. Interestingly enough you can probably look at your log, dial a voicemail account for example, and see proper logging indicating that the system is sending the voice file…slightly annoying, but all isn’t lost. Go through the motions of downloading and installing the Zaptel drivers usually fixes the problem
I’m having the identical issue from what it sounds like. I set up my original server with Asterisk@Home 2.2 and a TDM400P. This worked fine.
Today I’ve been pounding my head all day over this issue though. As soon as I installed the TE110P all voice prompts we’re gone. I can call from phone to phone, but my PRI wasn’t up till the last five minutes of the work day so I wasn’t able to test outward connectivity. However, If I try to record a message for the digital receptionist in AMP with *77 nothing records. If I call voice mail nothing plays. The logfile at /var/log/asterisk/full says that the wave file was played, but I can’t here it. If I pull the card and rm the module it comes back.
I’m suprised that there isn’t more information about this issue on this board. Seems like it would be pretty common.
I had success changing the order in which the modules load. I made sure my ‘wctdm’ module loaded before the ‘wct4xxp’ with a quick edit of /etc/sysconfig/zaptel and all was right in the world again.
Thanks for clearing it. So if I plug and configure a span into my card the problem will be gone? I’m using SIP channel, not ZAP. MusicOnHold() plays MP3 files fine, but then I try Playback() it just hangs dead silent.
Correct. No Audio will work including on sip and playbacks. All you must do is configure a span. Do not even have to configure channels or plug a T1 in, just configure the span. This is what happens when you load the module with no spans configured. Configure a span or don’t load the module at all.
angler, thanks a lot. I did a basic span configuration and the sound is fine now.
However, I do still have question about crc_ccitt. I don’t have Gigaset but I cannot unload it. May it has somth do to with lib_pri?
[root@bigboy etc]# lsmod
Module Size Used by
...
wct4xxp 59840 0
zaptel 196740 5 wct4xxp
crc_ccitt 6081 1 zaptel
....