From:  Lee Jenkins <[EMAIL PROTECTED]>
>> [...]
>>If I call out to a party on that Zap line and hangup first, I do
>>not experience that problem.  It looks like Asterisk is not getting
>>the termination signal from the telco (Verizon) when the other
>>party hangs up first.
>>
>>Running show channels at any time after the call is disconnected
>>(by either party) shows 0 active calls/channels.
>> [...]
>I've been working on getting this card to work correctly just about
>all day and while I'm certainly no expert, I just not sure it's a
>problem with asterisk holding the line open as others have
>suggested.
>
>My reasoning follows and please let me know if I'm off base here.
>
>1. Attempt to dial out on zap line.  CLI says it's dialing but
>nothing happens and after a while the phone company comes back with
>"if you'd like to make a call, please hangup and try again" followed
>by congestion.
>
>2. Repeat attempting to dial out as many times as I like and get the
>same result maybe every time and then out of the blue, bang! it goes
>through usually just once.  Very random and rarely can I make two
>calls in a row.  If one does in fact go through, the zap line is
>screwed up for a while after that regardless if I hang up or the
>other part hangs up.
>
>3. During the periods when I cannot dial out of the zap line, I can
>actually dial into that same line from my cell phone any time I
>like. Call after call, it goes through when dialing into the system.
>  Then I will attempt to dial out and same problem occurs: the zap
>line appears to dial out but nothing actually happens.
>
>My point is that if Asterisk really did have the line stuck open, I
>wouldn't be able to dial in on that same line, right?  But I can,
>time after time, but dialing out is almost always a no go.

This must be correct.  Additionally, you cannot send an off-hook signal to CO if the line is already open, thus you will not be hearing CO announcing "if you'd like to make a call".  Telco will also drop your line dead if you are off-hook idle for too long.  So I'd suspect that Asterisk isn't dialing.  However, this would not explain why this only happens when the other side hang up first.  May be try insert ChanIsReady() before dial, just to test out?

There are some electrical tests you can do to determine line status when Asterisk got stuck.  Line DC voltage is a sure indication of whether your FXO is on-hook or off-hook.

Yuan Liu

>Am I off base?
>
>--
>
>Warm Regards,
>
>Lee

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to