[Home]

Summary:ASTERISK-02897: Repeated Zaptel Logger Entry
Reporter:bfranks (bfranks)Labels:
Date Opened:2004-11-27 14:44:09.000-0600Date Closed:2011-06-07 14:11:55
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I continue to see one message everytime I receive an inbound call on one of my 5 POTS verizon lines.  On the third channel I receive the message below in the additional information.

My current setup is a T100P connected to an Adtran TA750 Channel bank.

I also experienced the same exact problem with a different T100P connected to an ADIT 600.

Is there a sensitivity issue here?  The phone calls sound perfect and there are no problems with it, however this is a very trivial problem, and Verizon will certainly not help explain it.

I can not find what strange state 6 is.

****** ADDITIONAL INFORMATION ******

Nov 26 14:48:40 WARNING[1123230656]: Ring/Off-hook in strange state 6 on channel 3
Comments:By: Brian West (bkw918) 2004-11-27 14:52:47.000-0600

Its not a bug.. its just a warning.

               } else if (ast->_state != AST_STATE_RING)
                   ast_log(LOG_WARNING, "Ring/Off-hook in strange state %d on channel %d\n", ast->_state, p->channel);


bkw