[asterisk-bugs] [JIRA] (ASTERISK-21959) SPAMMY = NOTICE[24695]: chan_sip.c:27899 handle_request_subscribe: Received SIP subscribe for peer without mailbox:

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Jun 28 06:53:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207548#comment-207548 ] 

Matt Jordan commented on ASTERISK-21959:
----------------------------------------

Changing it to a WARNING would be an upgrade, not a downgrade. Here are the other options:

* ERROR - not appropriate, since the system isn't likely to explode anytime soon
* WARNING - not really appropriate either. The fact that the phone isn't subscribing isn't harmful to Asterisk, and a major piece of functionality in Asterisk (MWI) will still work with this phone not configured correctly. Also, still spammy for the default log filters.
* VERBOSE - not really appropriate. Verbose is typically used to show execution.
* DEBUG - not appropriate, since these are messages typically reserved for debugging.

So, NOTICE it is. There are two options here:
# Fix the phone
# Change your logging filters so that NOTICE messages aren't sent to /var/log/asterisk/messages

                
> SPAMMY = NOTICE[24695]: chan_sip.c:27899 handle_request_subscribe: Received SIP subscribe for peer without mailbox:
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-21959
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21959
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 11.4.0
>            Reporter: David Brillert
>            Severity: Trivial
>
> This notice is really spammy and really annoying and it eats drive space for no good reason in /var/log/asterisk/messages
> NOTICE[24695]: chan_sip.c:27899 handle_request_subscribe: Received SIP subscribe for peer without mailbox:
> Can it be downgraded to a warning or something so it stops spamming the CLI and writing to /var/log/asterisk/messages ?

--
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