[asterisk-bugs] [JIRA] (ASTERISK-23247) DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Feb 3 13:23:04 CST 2014
Rusty Newton created ASTERISK-23247:
---------------------------------------
Summary: DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero
Key: ASTERISK-23247
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23247
Project: Asterisk
Issue Type: Bug
Components: Channels/chan_sip/General, Core/Logging
Affects Versions: 11.8.0
Reporter: Rusty Newton
Severity: Trivial
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list