[Home]

Summary:ASTERISK-02184: [patch] Verbose app
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-08-03 17:15:21Date Closed:2008-01-15 15:04:47.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040806__verbose_update.diff.txt
( 1) app_verbose.c
Description:The Verbose lets you be verbose in the dialplan.  Generally, this is used for debugging in your dialplan, but unlike NoOp, which is generally used for debugging, Verbose will also work when the current verbose level is less than 3 (NoOp only displays when the verbose level is 3 or higher).

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

The syntax is Verbose([<level>|]<message>), where level is an integer.  If not specified, level defaults to 0.

Note that if you do not specify a level, then you cannot use a , or | in your message, as everything before then would be attempted to be interpreted as the level.
Comments:By: Mark Spencer (markster) 2004-08-05 18:00:03

Added to CVS

By: Tilghman Lesher (tilghman) 2004-08-05 22:43:41

Ooops, looks like the Makefile got altered, but the app didn't get added.

By: Tilghman Lesher (tilghman) 2004-08-05 22:48:49

citats fixed it

By: Tilghman Lesher (tilghman) 2004-08-06 00:18:54

Patch file uploaded for what Mark and I discussed but which was not in the file citats committed.

By: twisted (twisted) 2004-08-06 11:28:29

so the 20040806 needs to be added as well?

By: Tilghman Lesher (tilghman) 2004-08-06 11:38:30

Yes, Mark suggested that patch, did it himself, but obviously, he didn't get the file committed.

By: Mark Spencer (markster) 2004-08-06 13:23:58

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 15:04:43.000-0600

Repository: asterisk
Revision: 3579

U   trunk/apps/Makefile

------------------------------------------------------------------------
r3579 | markster | 2008-01-15 15:04:42 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge (slightly modified) app_verbose from tilghman (bug ASTERISK-2184)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:04:47.000-0600

Repository: asterisk
Revision: 3584

U   trunk/apps/app_verbose.c

------------------------------------------------------------------------
r3584 | markster | 2008-01-15 15:04:46 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge the remaining bit of the verbose update (bug ASTERISK-2184)

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

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