asterisk/codecs
George Joseph 6871d1cdfc Reduce startup/shutdown verbose logging
When started with a verbose level of 3, asterisk can emit over 1500
verbose message that serve no real purpose other than to fill up
logs. When asterisk shuts down, it emits another 1100 that are of
even less use. Since the testsuite runs asterisk with a verbose
level of 3, and asterisk starts and stops for every one of the 700+
tests, the number of log messages is staggering.  Besides taking up
resources, it also makes it hard to debug failing tests.

This commit changes the log level for those verbose messages to 5
instead of 3 which reduces the number of log messages to only a
handful. Of course, NOTICE, WARNING and ERROR message are
unaffected.

There's also one other minor change...
ast_context_remove_extension_callerid2() logs a DEBUG message
instead of an ERROR if the extension you're deleting doesn't exist.
The pjsip_config_wizard calls that function to clean up the config
and has been triggering that annoying error message for years.

Resolves: #582
2024-02-12 18:46:32 +00:00
..
g722 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
gsm codecs: Spelling fixes 2021-11-16 06:01:59 -06:00
ilbc codecs: Spelling fixes 2021-11-16 06:01:59 -06:00
lpc10 codecs: Spelling fixes 2021-11-16 06:01:59 -06:00
speex codecs: Spelling fixes 2021-11-16 06:01:59 -06:00
Makefile codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary 2019-09-08 10:54:23 -05:00
codec_a_mu.c modules: change module LOAD_FAILUREs to LOAD_DECLINES 2017-04-12 15:57:21 -06:00
codec_adpcm.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_alaw.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_codec2.c modules: change module LOAD_FAILUREs to LOAD_DECLINES (master) 2017-04-13 07:46:02 -06:00
codec_dahdi.c xml: Embed module information into core XML documentation. 2021-03-16 10:30:43 -05:00
codec_g722.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_g726.c codecs: Spelling fixes 2021-11-16 06:01:59 -06:00
codec_gsm.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_ilbc.c codecs: Add support for WebRTC iLBC 2.0. 2018-02-12 12:38:21 +01:00
codec_lpc10.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_resample.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_speex.c Reduce startup/shutdown verbose logging 2024-02-12 18:46:32 +00:00
codec_ulaw.c codecs: Remove test-law. 2021-01-04 05:00:58 -06:00
codecs.xml download_externals: Use HTTPS for downloads 2022-03-23 18:06:37 -05:00
ex_adpcm.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_alaw.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
ex_codec2.h codecs: Add Codec 2 mode 2400. 2016-08-24 10:41:58 +02:00
ex_g722.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
ex_g726.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_gsm.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_ilbc.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ex_lpc10.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_speex.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_ulaw.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
log2comp.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00