asterisk/main
Corey Farrell 74f562a8e2 logger: Fix default console settings.
When logger.conf is missing or invalid we should be printing notices,
warnings and errors to the console.  The logmask was incorrectly
calculated.

Change-Id: Ibaa9465a8682854bc1a5e9ba07079bea1bfb6bb3
2016-09-20 13:03:19 -04:00
..
editline BuildSystem: Avoid 'ar cru' and use 'ar cr' instead. 2016-06-07 09:32:11 +02:00
stdtime BuildSystem: Fix a few issues hightlighted by gcc 6.x 2016-06-28 12:40:49 -05:00
.gitignore build-system: Allow building with static pjproject 2016-03-01 09:30:43 -07:00
Makefile Fixed compile flags for non-module libs 2016-08-11 10:50:46 -05:00
abstract_jb.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
acl.c Restrict functionality when ACLs are misconfigured. 2015-04-30 10:43:51 -05:00
adsi.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:49:26 +00:00
alaw.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
aoc.c manager: Add <see-also> tags to relate AoC events and actions 2016-08-15 07:40:50 -05:00
app.c main/app: Only look to end of file if ':end' is specified, and not just ':' 2016-03-23 13:53:31 -03:00
ast_expr2.c ast_expr2: Fix off-nominal memory leak. 2016-07-11 13:51:29 -05:00
ast_expr2.fl Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE. 2015-04-29 01:02:10 -04:00
ast_expr2.h Allow the REALTIME() function to report errors back to the caller. 2012-07-11 17:16:50 +00:00
ast_expr2.y ast_expr2: Fix off-nominal memory leak. 2016-07-11 13:51:29 -05:00
ast_expr2f.c MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC. 2015-05-13 21:55:07 -04:00
asterisk.c Merge "Fix showing of swap details when sysinfo() is available" 2016-09-19 16:05:02 -05:00
asterisk.dynamics Fix error loading res_monitor. 2014-04-23 15:02:39 +00:00
asterisk.exports.in pjproject_bundled: Various fixes discovered during testing of OSes 2016-05-03 07:56:18 -05:00
astfd.c astfd: With RLIMIT_NOFILE only the current value is sensible. 2016-06-10 10:13:20 +02:00
astmm.c astmm.c: Add more stats to CLI "memory show" commands. 2016-01-14 19:57:29 -06:00
astobj2.c astobj2: Support using a separate object for locking. 2016-09-02 09:13:33 -04:00
astobj2_container.c Astobj2: Allow reference debugging to be enabled/disabled by config. 2015-04-27 18:37:26 -04:00
astobj2_container_private.h Astobj2: Allow reference debugging to be enabled/disabled by config. 2015-04-27 18:37:26 -04:00
astobj2_hash.c REF_DEBUG: Prevent logging of container node objects. 2016-07-07 13:44:39 -04:00
astobj2_private.h Astobj2: Allow reference debugging to be enabled/disabled by config. 2015-04-27 18:37:26 -04:00
astobj2_rbtree.c REF_DEBUG: Prevent logging of container node objects. 2016-07-07 13:44:39 -04:00
audiohook.c app_chanspy: reduce audio loss on the spying channel. 2016-04-27 15:39:59 +02:00
autochan.c app_chanspy: Fix occasional deadlock with ChanSpy and Local channels. 2016-03-11 16:05:30 -06:00
autoservice.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
backtrace.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
bridge.c manager: Add <see-also> tags to relate Bridge related events,actions, and apps 2016-08-15 07:41:06 -05:00
bridge_after.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
bridge_basic.c ast_framehook_attach() must be called with the channel locked. 2016-08-25 17:11:50 -05:00
bridge_channel.c features: Fix channel datastore access. 2016-06-30 15:38:11 -05:00
bridge_roles.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
bucket.c media cache: Add a core API and facade for a backend agnostic media cache 2015-07-12 20:44:16 -05:00
buildinfo.c fix a few small things found by using sparse 2008-10-30 16:49:02 +00:00
callerid.c SIP diversion: Fix REDIRECTING(reason) value inconsistencies. 2016-03-01 20:21:58 -06:00
ccss.c Fix naming mismatch of allocator functions. 2016-08-19 20:16:36 -04:00
cdr.c rest_api/channels: Fix multiple issues with create and dial 2016-07-12 11:16:44 -06:00
cel.c Merge "cel: Ensure only one dial status per channel exists." 2016-06-09 22:38:52 -05:00
channel.c channel: No hung-up on failing security requirements. 2016-08-26 16:37:46 +02:00
channel_internal_api.c channel api: Create is_t38_active accessor functions. 2016-02-29 12:50:43 -06:00
chanvars.c Fix checks for allocation debugging. 2016-08-19 20:16:36 -04:00
cli.c Fixes to include signal.h 2016-06-08 20:37:08 +03:00
codec.c codecs: Fix ABI incompatibility created by adding format_name to ast_codec 2016-06-29 09:01:51 -05:00
codec_builtin.c rtp: Preserve timestamps on video frames. 2016-09-14 12:58:10 -05:00
config.c Fix checks for allocation debugging. 2016-08-19 20:16:36 -04:00
config_options.c Fix Alembic upgrades. 2016-06-22 12:23:44 -05:00
core_local.c bridge.c: Crash during attended transfer when missing a local channel half 2016-03-03 14:03:14 -06:00
core_unreal.c Bridge system: Fix memory leaks and double frees on impart failure. 2016-04-22 15:45:47 -05:00
crypt.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
cygload.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
data.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
datastore.c Fix naming mismatch of allocator functions. 2016-08-19 20:16:36 -04:00
db.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
devicestate.c devicestate: Cleanup engine thread during graceful shutdown. 2016-01-10 17:16:28 -06:00
dial.c core/dial: New channel variable FORWARDERNAME 2016-06-04 11:07:22 -05:00
dns.c Fix res_search usage 2016-06-02 22:57:49 +03:00
dns_core.c dns_core: Allow zero-length DNS responses. 2015-07-31 09:44:20 -05:00
dns_naptr.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
dns_query_set.c DNS: Fix some corner cases. 2015-06-10 18:06:15 -05:00
dns_recurring.c dns: Fix crash when invoking cancel in DNS recurring unit test. 2015-07-02 08:54:51 -03:00
dns_srv.c dns_srv: Fix SRV sorting when records with priority zero exist with non-zero. 2015-05-10 10:39:32 -03:00
dns_system_resolver.c dns: Change lookup failures from LOG_ERROR to debug 1. 2015-11-30 10:13:35 -07:00
dns_test.c dns: Fix build when TEST_FRAMEWORK is not defined. 2015-04-10 13:32:24 +00:00
dns_tlsa.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
dnsmgr.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
dsp.c dsp.c: Add fax and DTMF detection unit tests. 2016-07-26 17:46:53 -05:00
ecdisa.h Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
endpoints.c endpoint/stasis: Eliminate duplicate events on endpoint status change 2015-12-28 11:39:26 -06:00
enum.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
event.c Clang: change previous tautological-compare fixes. 2015-04-23 11:39:13 -05:00
features.c manager: Add <see-also> tags to relate Bridge related events,actions, and apps 2016-08-15 07:41:06 -05:00
features_config.c bridge_basic: don't cache xferfailsound during an attended transfer 2016-01-15 17:51:18 -06:00
file.c file: Ensure nativeformats remains valid for lifetime of use. 2016-05-05 11:02:48 -05:00
fixedjitterbuf.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
fixedjitterbuf.h Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
format.c format: Register format-attribute module with cached formats. 2015-11-13 09:32:52 +01:00
format_cache.c codecs: Add Codec 2 mode 2400. 2016-08-24 10:41:58 +02:00
format_cap.c format_cap.c: Fix CLI "core show channeltype Surrogate" crash. 2016-09-02 12:56:21 -05:00
format_compatibility.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
frame.c frame.c: Copy the whole subclass in ast_frdup(). 2016-04-06 11:10:49 -05:00
framehook.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
fskmodem.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
fskmodem_float.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
fskmodem_int.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
global_datastores.c Detect potential forwarding loops based on count. 2015-04-17 15:58:07 -05:00
hashtab.c Fix checks for allocation debugging. 2016-08-19 20:16:36 -04:00
heap.c Fix checks for allocation debugging. 2016-08-19 20:16:36 -04:00
http.c res_ari: Add http prefix to generated docs 2016-08-19 16:58:55 -05:00
image.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
indications.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
io.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
jitterbuf.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
json.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
libasteriskpj.c build-system: Allow building with static pjproject 2016-03-01 09:30:43 -07:00
libasteriskssl.c tcptls: Avoiding ERR_remove_state in OpenSSL. 2015-05-05 11:38:54 -05:00
libasteriskssl.exports.in Address OpenSSL initialization issues when using third-party libraries. 2012-01-30 21:21:16 +00:00
loader.c loader: Retry dlopen when loading fails 2016-03-03 15:38:01 -06:00
lock.c lock.c: Check *lt before dereferencing it 2016-04-21 11:07:18 -05:00
logger.c logger: Fix default console settings. 2016-09-20 13:03:19 -04:00
manager.c Merge "manager: Add <see-also> tags to relate AoC events and actions" 2016-08-16 05:34:33 -05:00
manager_bridges.c manager: Add <see-also> tags to relate Bridge related events,actions, and apps 2016-08-15 07:41:06 -05:00
manager_channels.c manager: Add <see-also> links between related events 2016-08-15 07:39:56 -05:00
manager_endpoints.c res_pjsip: Add AMI events for chan_pjsip contact lifecycle changes 2015-05-26 16:47:55 -05:00
manager_mwi.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
manager_system.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
max_forwards.c Detect potential forwarding loops based on count. 2015-04-17 15:58:07 -05:00
md5.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
media_cache.c media_cache: Demote warning to debug as it may occur often. 2016-03-25 10:22:36 -05:00
media_index.c media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
message.c Refactor usage pattern of xmldoc info tag. 2016-08-16 10:42:46 -05:00
mixmonitor.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
named_acl.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
named_locks.c named_locks: Use ao2_weakproxy to deal with cleanup from container. 2016-09-02 09:13:45 -04:00
netsock.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
netsock2.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
optional_api.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
parking.c Modules: Make ast_module_info->self available to auxiliary sources. 2015-05-04 20:47:01 -04:00
pbx.c pbx.c: Prevent infinite recursion in manager_show_dialplan_helper. 2016-08-29 08:07:38 -04:00
pbx_app.c main/pbx: Move dialplan application management routines to pbx_app.c. 2016-01-04 20:46:25 -05:00
pbx_builtins.c main/pbx: Move variable routines to pbx_variables.c. 2016-01-04 17:15:14 -05:00
pbx_functions.c pbx.c: Allow dangerous functions when adding a hint to dialplan. 2016-07-28 15:11:33 -05:00
pbx_hangup_handler.c main/pbx: Move hangup handler routines to pbx_hangup_handler.c. 2016-01-05 12:08:40 -05:00
pbx_ignorepat.c pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'. 2016-07-18 03:21:43 -04:00
pbx_include.c pbx: Create pbx_include.c for management of 'struct ast_include'. 2016-07-15 05:34:29 -04:00
pbx_private.h pbx: Create pbx_sw.c for management of 'struct ast_sw'. 2016-07-21 13:58:26 -04:00
pbx_sw.c pbx: Create pbx_sw.c for management of 'struct ast_sw'. 2016-07-21 13:58:26 -04:00
pbx_switch.c main/pbx: Move switch routines to pbx_switch.c. 2016-01-04 19:20:35 -05:00
pbx_timing.c main/pbx: Move timing routines to pbx_timing.c. 2016-01-04 19:00:23 -05:00
pbx_variables.c main/pbx: Move variable routines to pbx_variables.c. 2016-01-04 17:15:14 -05:00
pickup.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
plc.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
poll.c Merged revisions 285268 via svnmerge from 2010-09-07 19:09:08 +00:00
presencestate.c AMI: Escape string values. 2015-06-08 09:44:04 -05:00
privacy.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
rtp_engine.c manager: Add <see-also> links between related events 2016-08-15 07:39:56 -05:00
say.c BuildSystem: Fix a few issues hightlighted by gcc 6.x 2016-06-28 12:40:49 -05:00
sched.c sched.c: Ensure oldest expiring entry runs first. 2016-03-16 14:22:19 -05:00
sdp_srtp.c res_srtp: Move SDP SRTP code from the core to res_srtp. 2016-08-10 17:43:15 -05:00
security_events.c Clang: change previous tautological-compare fixes. 2015-04-23 11:39:13 -05:00
sem.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
sha1.c Doxygen Updates - janitor work 2012-09-21 17:14:59 +00:00
sip_api.c Don't make chan_sip export global symbols. 2012-10-11 15:49:02 +00:00
slinfactory.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
smoother.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
sorcery.c sorcery: Create function ast_sorcery_lockable_alloc. 2016-09-02 09:26:25 -04:00
sounds_index.c Replace most uses of ast_register_atexit with ast_register_cleanup. 2015-03-26 22:24:26 +00:00
srv.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
stasis.c manager: Add <see-also> tags to relate UserEvent actions/apps/events 2016-08-15 07:40:35 -05:00
stasis_bridges.c manager: Add <see-also> tags to relate interrelated events/actions together 2016-08-15 07:41:36 -05:00
stasis_cache.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
stasis_cache_pattern.c endpoint/stasis: Eliminate duplicate events on endpoint status change 2015-12-28 11:39:26 -06:00
stasis_channels.c Expand the scope of Dial Events 2016-05-31 11:43:24 -05:00
stasis_endpoints.c stasis_endpoint.c: Fix contactstatus_to_json(). 2016-07-13 15:12:19 -05:00
stasis_message.c Manager: Short circuit AMI message processing. 2016-04-22 15:45:47 -05:00
stasis_message_router.c stasis: Add setting subscription congestion levels. 2016-06-09 10:32:07 -05:00
stasis_system.c res/res_corosync: Raise a Stasis message on node join/leave events 2016-07-13 09:11:37 -05:00
strcompat.c Add builtin roundf() for systems lacking it. 2013-01-19 20:54:07 +00:00
stringfields.c Fix naming mismatch of allocator functions. 2016-08-19 20:16:36 -04:00
strings.c Fix checks for allocation debugging. 2016-08-19 20:16:36 -04:00
stun.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
syslog.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
taskprocessor.c taskprocessor.c: Tweak high water checks. 2016-08-11 12:00:08 -05:00
tcptls.c Fixes to include signal.h 2016-06-08 20:37:08 +03:00
tdd.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
term.c main: Slight refactor of main. Improve color situation. 2015-11-25 20:29:55 +01:00
test.c test.c: Add unit test registration checks for summary and description. 2015-06-24 17:13:31 -05:00
threadpool.c threadpool: Fix leak in ast_threadpool_serializer_group error path. 2016-07-13 11:47:56 -05:00
threadstorage.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
timing.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
translate.c translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs. 2016-07-17 14:46:26 +02:00
udptl.c udptl: Don't eat sequence numbers until OK is received 2016-05-18 14:06:09 -05:00
ulaw.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
uri.c uri: Quiet warning about type qualifiers ignored on function return type 2014-08-21 14:42:12 +00:00
utils.c Fix naming mismatch of allocator functions. 2016-08-19 20:16:36 -04:00
uuid.c Fix printf problems with high ascii characters after r413586 (1.8). 2014-12-17 10:23:32 +00:00
xml.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
xmldoc.c xmldoc: Improve xmldoc wrapping of 'core show ...' output. 2015-11-06 08:46:24 -05:00