[Home]

Summary:ASTERISK-02394: [patch] Add 'set debug n' to cli and tweak 'set verbose n'
Reporter:kb1_kanobe2 (kb1_kanobe2)Labels:
Date Opened:2004-09-13 09:56:35Date Closed:2008-01-15 15:07:21.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-setverbose-setdebug.diff
Description:This small patch provides a 'set debug' command in the cli, based on the 'set verbose' command. It also tweaks the language used in the help and adds some feedback when the levels are changed.

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

Nothing complicated - just makes the core debug function more obvious by exposing it through the cli. Also does some user handholding by acknowledging changes to the settings and reminding the user if they're enabled when they connect to a running process.

'set debug' is simply a reimplementation of the code that provides 'set verbose'.

Disclamer on file.
Comments:By: Mark Spencer (markster) 2004-09-13 14:17:40

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 15:07:21.000-0600

Repository: asterisk
Revision: 3771

U   trunk/asterisk.c
U   trunk/cli.c

------------------------------------------------------------------------
r3771 | markster | 2008-01-15 15:07:21 -0600 (Tue, 15 Jan 2008) | 2 lines

Add set debug option, make output for set verbose better (bug ASTERISK-2394)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3771