174
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected over 1 year ago.
Jul 15, 2023 — Aug 14, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bridge_basic.c: Make sure that ast_bridge_channel is not destroyed while iterating over bridge->channels. From the gdb information, we can see that while iterating over bridge->channels, the ast_bridge_channel reference count is 0, indicating it has already been destroyed.Additionally, when ast_bridge_channel is removed from bridge->channels, the bridge is first locked. Therefore, locking the bridge before iterating over bridge->channels can resolve the race condition. More... 11 months ago
pbx.c: expand fields width of "core show hints" More... 11 months ago
app_queue: Add option to not log Restricted Caller ID to queue_log More... 11 months ago
manager.c: Properly terminate `CoreShowChannelMap` event. More... 11 months ago
cli: Show configured cache dir More... 11 months ago
pjsip: Add PJSIP_PARSE_URI_FROM dialplan function. More... 11 months ago
chan_ooh323: Fix R/0 typo in docs More... 11 months ago
asterisk.c: Don't log an error if .asterisk_history does not exist. More... 11 months ago
file.h: Rename function argument to avoid C++ keyword clash. More... 11 months ago
bundled_pjproject: Disable UPnP support. More... 11 months ago
xml.c: Update deprecated libxml2 API usage. More... 11 months ago
Revert "res_pjsip_endpoint_identifier_ip: Add endpoint identifier transport address." More... 12 months ago
cdr_pgsql: Fix crash when the module fails to load multiple times. More... 12 months ago
.github: Add branches to workflow_dispatch for NightlyTests More... 12 months ago
configs: Fix a misleading IPv6 ACL example in Named ACLs More... 12 months ago
asterisk.c: Fix sending incorrect messages to systemd notify More... 12 months ago
res/stasis/control.c: include signal.h More... 12 months ago
Revert "app_record: Add RECORD_TIME output variable." More... 12 months ago
make_buildopts_h: Always include DETECT_DEADLOCKS More... about 1 year ago
logger: Add unique verbose prefixes for levels 5-10. More... about 1 year ago
stir_shaken: Fix memory leak, typo in config, tn canonicalization More... about 1 year ago
tcptls/iostream: Add support for setting SNI on client TLS connections More... about 1 year ago
sorcery.c: Fixed crash error when executing "module reload" More... about 1 year ago
app_queue.c: Properly handle invalid strategies from realtime. More... about 1 year ago
res_pjsip_sdp_rtp.c: Initial RTP inactivity check must consider the rtp_timeout setting. More... about 1 year ago
file.c, channel.c: Don't emit warnings if progress received. More... about 1 year ago
logger.h: Add SCOPE_CALL and SCOPE_CALL_WITH_RESULT More... about 1 year ago
rtp_engine: add support for multirate RFC2833 digits More... about 1 year ago
alembic: Correct NULLability of PJSIP id columns. More... about 1 year ago
manager.c: Add missing parameters to Login documentation More... about 1 year ago