[Home]

Summary:ASTERISK-23246: DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2014-02-03 13:20:55.000-0600Date Closed:2014-06-12 12:18:34
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General Core/Logging
Versions:11.8.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When making calls using SRTP (in this case, a call from the SIPML5 live demo client) to Asterisk you'll see a few DEBUG messages that display on the console despite debug levels of zero.

{noformat}
[Feb  3 19:11:50] DEBUG[31118][C-00000007]: sip/sdp_crypto.c:285 sdp_crypto_process: Accepting crypto tag 0
[Feb  3 19:11:50] DEBUG[31118][C-00000007]: sip/sdp_crypto.c:310 sdp_crypto_offer: Crypto line: a=crypto:0 AES_CM_128_HMAC_SHA1_32 inline:WO9rhpSHSNwpj4PFlLA85kl0H01AdXdR292TgBW5
[Feb  3 19:11:50] DEBUG[31131][C-00000007]: sip/sdp_crypto.c:310 sdp_crypto_offer: Crypto line: a=crypto:0 AES_CM_128_HMAC_SHA1_32 inline:WO9rhpSHSNwpj4PFlLA85kl0H01AdXdR292TgBW5
{noformat}

{noformat}
Chimera*CLI> core show settings

PBX Core settings
-----------------
 Version:                     11.8.0-rc1
 Build Options:               LOADABLE_MODULES
 Maximum calls:               Not set
 Maximum open file handles:   Not set
 Root console verbosity:      0
 Current console verbosity:   0
 Debug level:                 0
{noformat}

{noformat}
Chimera*CLI> logger show channels
Channel                             Type     Status    Configuration
-------                             ----     ------    -------------
/var/log/asterisk/messages          File     Enabled    - NOTICE WARNING ERROR
                                   Console  Enabled    - DEBUG NOTICE WARNING ERROR VERBOSE
{noformat}
Comments: