asterisk/res
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
..
snmp Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 2007-07-18 19:47:20 +00:00
Makefile Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
res_adsi.c Add a massive set of changes for converting to use the ast_debug() macro. 2007-06-14 19:39:12 +00:00
res_agi.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_clioriginate.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_config_odbc.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_config_pgsql.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_config_sqlite.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_convert.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_crypto.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_eventtest.c Merge changes from team/russell/events 2007-04-28 21:01:44 +00:00
res_features.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_indications.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_jabber.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_limit.c Fix building under Solaris. 2007-07-02 20:27:28 +00:00
res_monitor.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_musiconhold.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_odbc.c Merged revisions 69702 via svnmerge from 2007-06-18 16:35:51 +00:00
res_realtime.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 2007-07-16 13:35:20 +00:00
res_smdi.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_snmp.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
res_speech.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00