[asterisk-bugs] [JIRA] (ASTERISK-25705) PJSIP debug settings are inconsistent between console and file output
Olivier Krief (JIRA)
noreply at issues.asterisk.org
Wed Jan 20 10:41:32 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=229081#comment-229081 ]
Olivier Krief commented on ASTERISK-25705:
------------------------------------------
I also wondered why, logger.conf.sample file mentioned one could specify a verbosity level (see comment verbose(<level>)) but, apparently could not specify a debug level.
> PJSIP debug settings are inconsistent between console and file output
> ---------------------------------------------------------------------
>
> Key: ASTERISK-25705
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25705
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Logging
> Affects Versions: 13.7.0
> Environment: Debian Jessie
> Reporter: Olivier Krief
> Assignee: Rusty Newton
> Severity: Trivial
>
> In logger.conf:
> {noformat}
> [logfiles]
> pjsip => verbose(1)
> console => verbose(1)
> {noformat}
> In pjsip.conf:
> {noformat}
> [global]
> type=global
> debug=yes
> {noformat}
> Issuing a PJSIP print SIP messages in both console and pjsip file.
> Then, asterisk is stopped and logger.conf is changed to:
> {noformat}
> [logfiles]
> pjsip => notice
> console => notice
> {noformat}
> Then asterisk is started and a PJSIP call is issued. Now, pjsip file only holds NOTICE statements (expected result) but console still shows SIP messages while I expected it to not display SIP messages at all.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list