[asterisk-bugs] [JIRA] (ASTERISK-21921) Verbose() acting like NoOp()

Michael L. Young (JIRA) noreply at issues.asterisk.org
Thu Jun 20 10:04:04 CDT 2013


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

Michael L. Young commented on ASTERISK-21921:
---------------------------------------------

What does "core show settings" give you?

In logger.conf, this is not valid BTW.

{quote}
verbose => 3
{quote}

What you want is:
{noformat}
[logfiles]
console => notice,warning,error,verbose(3)
{noformat}
                
> Verbose() acting like NoOp()
> ----------------------------
>
>                 Key: ASTERISK-21921
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21921
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_verbose
>    Affects Versions: 11.4.0
>         Environment: NetBSD 6.0.1 (GENERIC) amd64
>            Reporter: D'Arcy Cain
>            Assignee: D'Arcy Cain
>            Severity: Minor
>
> Discussed on IRC with newtonr who suggested I report this.
> In my dialplan I have a command to execute "same => n,Verbose(3,Hello world)".  In logger.conf I set console to "notice,warning,error,verbose" and verbose to 3.  I even run "core set verbose 3" in the CLI.  When I call the extension it does not output the string.  It does work if I call it as "Verbose(0, ..." though.

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