I moved my Asterisk server, as well as my other boxes, to a new location. After I started the server, Asterisk came up and I see both channels (I have a TDM11B card, 1 inbound and 1 outbound channel); however, I am not getting dialtone on the phone connected to the card. It was working fine prior to the move. If I dial in, Zap says the line is ringing, and it will then go to voicemail, but without anything happening on the handset.
Can anyone shed any light on what might be happening here?
I’m having “issues” with my TDM400P card as well. I’m running zaptel 1.4.9.2 and asterisk 1.4.18. I can receive inbound calls on the port, but when outgoing calls are made I receive the following error:
WARNING[6639]: chan_zap.c:3835 zt_handle_event: Detected alarm on channel 3: No Alarm
Since you moved the box, I’d guess this might be something either in the wiring, or the card itself.
First off, make sure you’re plugged into the correct port on the card.
Second, try a different line cord to the analog phone.
Third, check the daughter card on the board. Perhaps it came loose in the move.
Fourth, check the power cable to the card. Perhaps it came loose in the move.
Problems like this are usually not software related.
I’m going to add a “me too” on this. I just setup a new box with a TDM800P with 2 quad FXO and the echo cancel on it. I’ve tried multiple cables, different ports, etc.
This is definately an odd software issue as I can single out the ports in various ways and it dials properly. I’ve seen other postings saying this is something that started with zaptel 1.4.8. I was going to try downgrading and see what happens.
Could be; I was running zaptel-1.4.7.1 prior to upgrading to 1.4.9.2 and everything was fine (although again for me, so far, I have not been having problems making/receiving calls, just getting the errors in the console I pasted in my previous reply.)
I upgraded to 1.4.9.2 because I’d read about the enhancements in the changelogs to fxotune but I might downgrade until something definitive is determined on this issue - while my system is working for now who knows what little ‘isms’ could be occurring I’m not aware of.
I backed off to 1.4.7.1 and even tried the latest SVN. I’m still getting the same results. Definately something weird going on with the zaptel drivers now.
Yes, mine’s a little different I’m getting the alarm on 2 specific lines dialing out. But it’s still the exact same zaptel error.
I’ve tried 1.4.7.1, I’ve tried latest svn, I’ve tried the special battery_alarm branch from the SVN. I can’t seem to figure out what’s going on. Since it’s new digium hardware I think I’ll just try putting in a support ticket and see if they’ll help.
Ah. Yeah sounds like something could be awry with your hardware if it’s been doing this all along - I was under the impression you were just now getting these errors after upgrading zaptel from a previously working install (which is my particular issue).
I downgraded last night back to zaptel 1.4.7.1 and my ‘no alarm’ alarms have gone away. And I compared my fxotune values from the old version to the new one and they were the same, so I guess it’s no big loss for now
I finally reverted back to zaptel 1.4.7.1 and the alarm errors went away. I’m now able to dial OUT on the TDM card - before downgrading, I could receive calls but not place them.
I am having the same problem also.
Clean install of AsteriskNow 1.0.2 gives me this…
-- Executing [91234567@numberplan-custom-1:1] Macro("SIP/26-081f82c8", "trunkdial|Zap/g1/w1234567|asreceived") in new stack
-- Executing [s@macro-trunkdial:1] Set("SIP/26-081f82c8", "CALLERID(all)=asreceived") in new stack
-- Executing [s@macro-trunkdial:2] Dial("SIP/26-081f82c8", "Zap/g1/w1234567") in new stack
-- Called g1/w1234567
[Mar 20 20:09:16] WARNING[3688]: chan_zap.c:3835 zt_handle_event: Detected alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [s@macro-trunkdial:3] Goto("SIP/26-081f82c8", "s-CHANUNAVAIL|1") in new stack
-- Goto (macro-trunkdial,s-CHANUNAVAIL,1)
-- Executing [s-CHANUNAVAIL@macro-trunkdial:1] NoOp("SIP/26-081f82c8", "") in new stack
== Auto fallthrough, channel 'SIP/26-081f82c8' status is 'CHANUNAVAIL'
[Mar 20 20:09:16] NOTICE[3510]: chan_zap.c:6678 handle_init_event: Alarm cleared on channel 3
I actually backed off to 1.4.7.1 but had to recompile asterisk as well after installing the older version. After that I was able to dial out all channels.
So clearly something after 1.4.7.1 has had a serious impact on it. I have not tried to use the zaptel SVN and then recompile Asterisk as well to see if that functions.