[Home]

Summary:ASTERISK-07895: CLI verbosity level can not be decreased
Reporter:Romik_g (romik)Labels:
Date Opened:2006-10-07 02:46:58Date Closed:2011-06-07 14:08:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_verb_log.txt
Description:Usually I start Asterisk as a service with command line `asterisk -p -vvv -c`, so verbosity level is equal to three. When I connect to Asterisk's CLI as `asterisk -r` server says "Verbosity is at least 3", it's OK.
If you exit from console and reconnect to it with `asterisk -rvvv` server says "Verbosity is at least 3" again - it's OK too.
Exit from console again and reconnect to it with `asterisk -rvvvvvv`[more than three v's] - verbocity level increased - it's OK.
And last: exit from console again and reconnect to it with `asterisk -rv`[no or less v's that we used above] - server will report that verbosity level is still "at least 6".
Asterisk's "pid = 17150" is the same for all connections.

Also I did `diff -u /home/roman/distrib/asterisk/asterisk-1.2.12.1/cli.c /home/roman/distrib/asterisk/asterisk-1.4.0-beta2/main/cli.c` and it seems to me that
asterisk-1.4.0-beta2 has the same small bug.

****** ADDITIONAL INFORMATION ******

Thanks for your work.
Comments:By: Tilghman Lesher (tilghman) 2006-10-07 02:48:57

The command you're looking for is:
set verbose 3 (on 1.2)
core verbose 3 (on 1.4 and trunk)