The Asterisk Development Team would like to announce
the release of Certified asterisk-20.7-cert6.
The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/certified-20.7-cert6
and
https://downloads.asterisk.org/pub/telephony/certified-asterisk
Repository: https://github.com/asterisk/asterisk
Tag: certified-20.7-cert6
This release resolves issues reported by the community
and would have not been possible without your participation.
Thank You!
Change Log for Release asterisk-certified-20.7-cert6
Links:
Summary:
- Commits: 31
- Commit Authors: 5
- Issues Resolved: 16
- Security Advisories Resolved: 0
User Notes:
-
res_stir_shaken: Allow sending Identity headers for unknown TNs
You can now set the “unknown_tn_attest_level” option
in the attestation and/or profile objects in stir_shaken.conf to
enable sending Identity headers for callerid TNs not explicitly
configured. -
res_pjsip: Add new endpoint option “suppress_moh_on_sendonly”
The new “suppress_moh_on_sendonly” endpoint option
can be used to prevent playing MOH back to a caller if the remote
end sends “sendonly” or “inactive” (hold) to Asterisk in an SDP. -
app_mixmonitor: Add ‘D’ option for dual-channel audio.
The MixMonitor application now has a new ‘D’ option which
interleaves the recorded audio in the output frames. This allows for
stereo recording output with one channel being the transmitted audio and
the other being the received audio. The ‘t’ and ‘t’ options are
compatible with this. -
db.c: Remove limit on family/key length
The
ast_db_*()
APIs have had the 253 byte limit on
“/family/key” removed and will now accept families and keys with a
total length of up to SQLITE_MAX_LENGTH (currently 1e9!). This
affects theDB*
dialplan applications, dialplan functions,
manager actions anddatabse
CLI commands. Since the
media_cache also uses theast_db_*()
APIs, you can now store
resources with URIs longer than 253 bytes.
Upgrade Notes:
Commit Authors:
- Ben Ford: (3)
- Chrsmj: (1)
- George Joseph: (22)
- Joshua C. Colp: (1)
- Sean Bright: (4)