[Home]

Summary:ASTERISK-18911: When you turn on "sip set debug peer blah" it enables all sip debugging prompts for all SIP channels
Reporter:Danny Nicholas (sethsdad)Labels:
Date Opened:2011-11-22 16:17:18.000-0600Date Closed:2011-11-29 13:52:59.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:10.0.0-beta1 10.0.0-beta2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:did this from CLI
sip set debug peer 1106
Got these messages
[Nov 22 15:47:02] NOTICE[577]: chan_sip.c:14306 check_auth: Correct auth, but based on stale nonce received from '"1109" <sip:1109@192.168.23.97>;tag=BF54F535-83831960'
[Nov 22 15:47:02] NOTICE[577]: chan_sip.c:14306 check_auth: Correct auth, but based on stale nonce received from '"Shelly" <sip:1107@192.168.23.97>;tag=DC51F568-9336A2AF'
[Nov 22 15:47:16] NOTICE[577]: chan_sip.c:14306 check_auth: Correct auth, but based on stale nonce received from '"debsphone2 dr" <sip:1105@192.168.23.97>;tag=B8E4DD9D-14B3C5F0'
[Nov 22 15:47:32] NOTICE[577]: chan_sip.c:14306 check_auth: Correct auth, but based on stale nonce received from '"1109" <sip:1109@192.168.23.97>;tag=BF54F535-83831960'
[Nov 22 15:47:32] NOTICE[577]: chan_sip.c:14306 check_auth: Correct auth, but based on stale nonce received from '"Shelly" <sip:1107@192.168.23.97>;tag=DC51F568-9336A2AF'

did this to turn off the NOTICE messages
sip set debug off
Comments:By: Kirill Marchuk (62mkv) 2014-09-23 00:33:41.996-0500

Sorry, why is this not a bug ? if I enabled "sip debug" per peer, I expect to only get messages regarding that peer. how can one re-open this issue ?