174
I Use This!
Activity Not Available

Commits

Analyzed 10 months ago. based on code collected over 1 year ago.
  All Time 12 Month 30 Day
Commits: 96810 651 225
Contributors: 360 64 40
Files Modified: 18405 1022 381
Lines Added: 14257573 80896 35877
Lines Removed 10321089 201047 16073

Commits per Month

Most Recent Commits

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... 10 months ago
pbx.c: expand fields width of "core show hints" More... 10 months ago
app_queue: Add option to not log Restricted Caller ID to queue_log More... 10 months ago
manager.c: Properly terminate `CoreShowChannelMap` event. More... 10 months ago
cli: Show configured cache dir More... 10 months ago
pjsip: Add PJSIP_PARSE_URI_FROM dialplan function. More... 10 months ago
chan_ooh323: Fix R/0 typo in docs More... 10 months ago
asterisk.c: Don't log an error if .asterisk_history does not exist. More... 10 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... 11 months ago
cdr_pgsql: Fix crash when the module fails to load multiple times. More... 11 months ago
.github: Add branches to workflow_dispatch for NightlyTests More... 11 months ago
configs: Fix a misleading IPv6 ACL example in Named ACLs More... 11 months ago
asterisk.c: Fix sending incorrect messages to systemd notify More... 11 months ago
res/stasis/control.c: include signal.h More... 11 months ago
Revert "app_record: Add RECORD_TIME output variable." More... 11 months ago
make_buildopts_h: Always include DETECT_DEADLOCKS More... 11 months ago
logger: Add unique verbose prefixes for levels 5-10. More... 11 months ago
stir_shaken: Fix memory leak, typo in config, tn canonicalization More... 11 months ago
tcptls/iostream: Add support for setting SNI on client TLS connections More... 12 months ago
sorcery.c: Fixed crash error when executing "module reload" More... 12 months ago
app_queue.c: Properly handle invalid strategies from realtime. More... 12 months ago
res_pjsip_sdp_rtp.c: Initial RTP inactivity check must consider the rtp_timeout setting. More... 12 months ago
file.c, channel.c: Don't emit warnings if progress received. More... 12 months ago
logger.h: Add SCOPE_CALL and SCOPE_CALL_WITH_RESULT More... 12 months ago
rtp_engine: add support for multirate RFC2833 digits More... 12 months ago
alembic: Correct NULLability of PJSIP id columns. More... 12 months ago
manager.c: Add missing parameters to Login documentation More... about 1 year ago
See All Commits