[asterisk-bugs] [JIRA] (ASTERISK-25002) Demote "Extension Changed" messages in Asterisk CLI

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Apr 23 15:04:32 CDT 2015


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

Matt Jordan commented on ASTERISK-25002:
----------------------------------------

If you grep the Asterisk source for {{ast_verb(5}}, you'll find that it doesn't come up in any usual place. In fact, the only place it does appear is in {{res/res_pjsip_outbound_publish}}, where it probably should have been either a verbose 4 message or else as debug 1 message. (Probably debug.)

If you are going to make the change, I'd make it an {{ast_verb(4)}} message.

That being said, please do put your patches up for peer review on Gerrit:

https://gerrit.asterisk.org

Instructions can be found on the wiki:

https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage

> Demote "Extension Changed" messages in Asterisk CLI
> ---------------------------------------------------
>
>                 Key: ASTERISK-25002
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25002
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Channels/chan_sip/Subscriptions
>    Affects Versions: 1.8.32.3, 11.17.1, 13.3.2
>         Environment: AstLinux 1.2.x
>            Reporter: abelbeck
>            Severity: Minor
>         Attachments: asterisk-11-extension-changed-verbosity-chan_sip.patch, asterisk-13-extension-changed-verbosity-chan_sip.patch, asterisk-1.8-extension-changed-verbosity-chan_sip.patch
>
>
> Hint messages "Extension Changed" are currently at verbosity level 2, useful CLI debugging needs verbosity level 3 or 4, the "Extension Changed" messages are an issue with many subscribing phones.
> The trivial patch attached increases the "Extension Changed" verbosity from 2 to 5.
> I don't think this deserves an asterisk.conf special variable to denote the verbosity level, changing to 5 will still allow debugging when necessary.
> Related:
> Disable "Extension Changed" messages in Asterisk CLI
> http://forums.asterisk.org/viewtopic.php?f=1&t=84985
> ASTERISK-20706



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list