- should not be NOTICE, but DEBUG: NOTICE[18230]: res_pjsip_geolocation.c:195 handle_incoming_request: ...: Endpoint has no geoloc_incoming_call_profile. Done.
- `LOG_NOTICE` in chan_dahdi
- feature.c: ast_verb(4, "Bridge failed because channel '%s' does not exist\n"
- NOTICE[1810098]: chan_iax2.c:10252 socket_process_helper: Packet Decrypt Failed!
- NOTICE[488955][C-00000044]: core_local.c:756 local_call: No such extension/context
- should be WARNING: [2022-09-04 17:19:50] > Bridge failed because channel '...' does not exist
- should be WARNING: [2022-09-10 22:41:59] NOTICE[18546][C-00000016]: core_local.c:756 local_call: No such extension/context ... while calling Local channel
- should be WARNING: [2022-09-13 13:42:20] NOTICE[26090]: res_pjsip/pjsip_distributor.c:676 log_failed_request: Request 'OPTIONS' from '"asterisk" ... failed for ... (callid: ...) - No matching endpoint found
- should be WARNING, legit if trying to park from a dynamic context that hasn't been used yet: ERROR[28906][C-00000149]: parking/parking_bridge_features.c:756 func_get_parkingslot_channel: Could not find parking lot: 'centrex-1-park'
- NOTICE[44594] res_pjsip_exten_state.c Endpoint '2002' state subscription failed: Extension 'myBLF' does not exist in context 'local' or has no associated hint <- should be WARNING
- should really be debug 1, not verbose at all: > 0x7f0b441ea210 -- Strict RTP learning after remote address set to: 192.168.10.103:2256
- NOTICE[14411]: res_pjsip_session.c:3967 new_invite: gxw10: Call (TLS:128.91.94.228:24228) to extension '01' rejected because extension not found in context 'orig-line-pjsip'
- NOTICE[19951]: res_pjsip_exten_state.c:429 new_subscribe: Endpoint 'ATAxMicroSIP1' state subscription failed: Extension ... does not exist in context 'hints-centrex-1' or has no associated hint
- https://github.com/asterisk/asterisk/blob/31b3addce7b5389125e9a1f6ec11614f54a98c45/res/res_pjsip_pubsub.c#L1064
- https://github.com/asterisk/asterisk/blob/31b3addce7b5389125e9a1f6ec11614f54a98c45/res/res_pjsip_pubsub.c#L1082
- [2022-10-19 11:28:33] NOTICE[18780]: res_pjsip/pjsip_distributor.c:676 log_failed_request: Request 'REGISTER' from ... failed for ... (callid: ...F) - Not match Endpoint ACL
- NOTICE[21689]: core_local.c:756 local_call: No such extension/context ... while calling Local channel
- [2022-11-07 18:59:58.485] DEBUG[274015][C-0000019a]: sig_analog.c:2417 __analog_ss_thread: Can't match 1 from '208' in context from-internal
- == SRTCP unprotect failed on SSRC 2016984234 because of unable to perform desired validation
- channel.c:1084 __ast_queue_frame: Exceptionally long voice queue length (97)
- could actually bump up to NOTICE: DEBUG[28505]: res_pjsip_pubsub.c:3292 publish_request_initial: No 'inbound-publication' defined for resource ...
- DEBUG[6250]: res_pjsip_pubsub.c:3311 publish_request_initial: Event 'presence' is not configured for ...
- `CHECK_BLOCKING` in channel.h LOG_DEBUG should be LOG_ERROR
You must be