[asterisk-dev] Asterisk 11 and console verbosity

Pavel Troller patrol at sinus.cz
Sun Dec 2 01:51:35 CST 2012


Hi!
  Since a recent SVN update, something has changed in the "core set verbose"
command processing. If I understand it right, individual verbosities have been
implemented for remote eonsole clients. Very cool! But I'm using a CLI alias
for this command, and now the expanded form of the command and the alias do
different things, which is weird:

arcus*CLI> verbose 3
Verbosity was 0 and is now 3
arcus*CLI> verbose 0
Verbosity is now OFF
arcus*CLI> core set verbose 3
Set remote console verbosity to 3
arcus*CLI> core set verbose 0
Set remote console verbosity to 0
arcus*CLI> cli show aliases
Alias Command                                      Real Command
...
verbose                                            core set verbose
...

  When the aliased form is used, even it writes "Verbosity was 0 and is now x",
nothing changes in a real verbosity output for the particular console, but it
changes verbosity in the "main" local console (even if invoked remotely). To
change the remote console verbosity, one has to use the expanded command syntax
(and it costed me a lot of time to discover it :-) ).

Is it a bug, or still unfinished work ? 

With regards,
  Pavel
  



More information about the asterisk-dev mailing list