Atis Lezdins wrote: > Hi, > > Guys, could you please take a look at http://bugs.digium.com/view.php?id=10847 > > The problem is that i expect `asterisk -rx "show queues"` to return only > result of "show queues", as it would be in CLI with verbosity/debug 0. > However, sometimes i get full CLI output for quite long period of time. Qwell > insists that this is intended behaviour, but i don't agree. > > Is there any significant problem when executing remote command with separate > verbosity than main thread? > > Regards, > Atis >
The problem here is actually the lack of v's on the remote console instance. The way it works now (and this is by design), is that any connecting consoles will use the verbosity from the main process. If you specify any amount of v's and it is *higher* than the main process, it will raise it. Note that this change would affect *every* console, current and future. We do not lower/disable verbosity (or debug) on new remote consoles. -- Jason Parker Digium _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
