[Home]

Summary:ASTERISK-12989: insufficent log information
Reporter:Denes Dolhay (denke)Labels:
Date Opened:2008-10-30 04:54:06Date Closed:2008-11-07 16:27:27.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Registration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20081104__bug13809.diff.txt
Description:Asterisk writes the next thing in the log file:

Oct 20 01:37:50 Poseidon asterisk[2398]: WARNING[2474]: chan_sip.c:12688 in handle_response_register: Got 200 OK on REGISTER that isn't a register

which do not let us know which host/user sent us the "response" (plus I do not know that it is an incoming or outgowing register ... I am aware that this is my falut :))
So some extra info would be great in this log entry (or log entrys like this)

Thanx:
Denke.
Comments:By: Tilghman Lesher (tilghman) 2008-11-04 15:18:47.000-0600

Please try this patch.  BTW, this message generally isn't a big deal; it usually means that the OK was retransmitted, after Asterisk already destroyed the dialog, so while the OK was correct, it's generally useless to us.

By: Denes Dolhay (denke) 2008-11-07 15:39:59.000-0600

Thanks Corydon!

I recommend to merge it to 1.4 / 1.6 / trunk

Denke.

By: Digium Subversion (svnbot) 2008-11-07 16:27:27.000-0600

Repository: asterisk
Revision: 155398

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r155398 | tilghman | 2008-11-07 16:27:26 -0600 (Fri, 07 Nov 2008) | 7 lines

Clarify error message.
(closes issue ASTERISK-12989)
Reported by: denke
Patches:
      20081104__bug13809.diff.txt uploaded by Corydon76 (license 14)
Tested by: denke

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=155398