Is there a way, for debugging purpose, to have a level where only Noop() cmds are shown in the CLI but nothing else in the dialplan appears (except for errors and warnings or course)? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081205/d3069cc9/attachment.htm
You'd think they'd actually have something like this. But nope, they don't. Only for debug, but no verbose output filtering. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mike Sent: December 5, 2008 11:00 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] CLI and choice of messages Is there a way, for debugging purpose, to have a level where only Noop() cmds are shown in the CLI but nothing else in the dialplan appears (except for errors and warnings or course)? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081205/06f32c77/attachment.htm
On Fri, Dec 5, 2008 at 6:00 PM, Mike <list at virtutel.ca> wrote:> Is there a way, for debugging purpose, to have a level where only Noop() > cmds are shown in the CLI but nothing else in the dialplan appears (except > for errors and warnings or course)? >Replace NoOp(something) with Verbose(something) and it will be printed out with Verbosity of 0. That's default verbosity you see in CLI. NoOp really does nothing as opposed to Verbose(), so you will see it only in "-- Executing" message which has verbosity 2. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835