kjcsb
2007-Jan-26 00:17 UTC
[asterisk-users] Zap channels staying offhook - restart required
I have a situation where the two Zap channels on a TDM400 are staying offhook after a random period of time; it is not (I believe) related to the FXO side not hanging up. Actually I suspect the server is overheating but I need to do more analysis. Anyway, my question is, how do I get the offhook status to reset? So far only a server reboot works. I tried: - physically disconnecting the line from the socket - restarting asterisk - zap destroy channel and restarting asterisk Any suggestions on how to avoid a reboot? Also suggestions on debugging this would be appreciated. Regards Cameron
Shane Spencer
2007-Jan-26 09:10 UTC
[asterisk-users] Zap channels staying offhook - restart required
Just for giggles can you set an absolute timeout in the dialplan for all calls in and out of that span? On 1/25/07, kjcsb <kjcsb@orcon.net.nz> wrote:> I have a situation where the two Zap channels on a TDM400 are staying > offhook after a random period of time; it is not (I believe) related to the > FXO side not hanging up. Actually I suspect the server is overheating but I > need to do more analysis. > > Anyway, my question is, how do I get the offhook status to reset? So far > only a server reboot works. I tried: > - physically disconnecting the line from the socket > - restarting asterisk > - zap destroy channel and restarting asterisk > > Any suggestions on how to avoid a reboot? > > Also suggestions on debugging this would be appreciated. > > Regards > > Cameron > > _______________________________________________ > --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 >
kjcsb
2007-Jan-28 17:22 UTC
[asterisk-users] Zap channels staying offhook - restart required
> Anyway, my question is, how do I get the offhook status to reset? So far > only a server reboot works. I tried: > - physically disconnecting the line from the socket > - restarting asterisk > - zap destroy channel and restarting asterisk > > Any suggestions on how to avoid a reboot? >I tried the following: unload chan_zap.so load chan_zap.so That seemed to reset the offhook status without a reboot. How do I access this in a dialplan or via the Manager? Thanks Cameron
Shane Spencer
2007-Jan-29 12:34 UTC
[asterisk-users] Zap channels staying offhook - restart required
Try setting AbsoluteTimeout() as the first parameter in your dialplan entry. Check it out on voip-info.org On 1/28/07, kjcsb <kjcsb@orcon.net.nz> wrote:> > Anyway, my question is, how do I get the offhook status to reset? So far > > only a server reboot works. I tried: > > - physically disconnecting the line from the socket > > - restarting asterisk > > - zap destroy channel and restarting asterisk > > > > Any suggestions on how to avoid a reboot? > > > I tried the following: > unload chan_zap.so > load chan_zap.so > > That seemed to reset the offhook status without a reboot. > > How do I access this in a dialplan or via the Manager? > > Thanks > > Cameron > _______________________________________________ > --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 >