asterisk/pbx
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
(closes issue #10277, patches by mvanbaak)

Basically, this changes ...

if (option_verbose > 2)
   ast_verbose(VERBOSE_PREFIX_3, "Something\n");

to ...

ast_verb(3, "Something\n");


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-26 15:49:18 +00:00
..
ael This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables. 2007-06-20 20:10:19 +00:00
Makefile Merged revisions 67526 via svnmerge from 2007-06-05 22:04:22 +00:00
dundi-parser.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
dundi-parser.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 2006-07-07 02:20:28 +00:00
pbx_ael.c The upgrade of application argument separators to comma has an effect on AEL; I commented out the code that substitutes commas with vertbars, so we can get apps to parse their args correctly. 2007-07-26 01:33:55 +00:00
pbx_config.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
pbx_dundi.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
pbx_gtkconsole.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
pbx_kdeconsole.cc various minor fixes 2006-07-07 00:48:40 +00:00
pbx_kdeconsole.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pbx_loopback.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
pbx_realtime.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
pbx_spool.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00