1 commit
Author | SHA1 | Message | Date | |
---|---|---|---|---|
jnemeth
|
2f45135701 |
Initial import of Asterisk 14. It has been tested to compile
and run, but not a lot of functional testing. This does not have the new PJSIP, which will be coming in a followup commit. This also does not have the patches for compiling with Clang. For upgrading instructions, please see: https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+14 ----- 14.0.0 ----- The Asterisk Development Team is pleased to announce the release of Asterisk 14.0.0. Asterisk 14 is the next major release series of Asterisk. It is a Standard Support release, similar to Asterisk 12. For more information about support time lines for Asterisk releases, see the Asterisk versions page: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions For important information regarding upgrading to Asterisk 14, please see the Asterisk wiki: https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+14 A short list of new features includes: * A complete overhaul of the core DNS support in Asterisk, including implementing full NAPTR and SRV support in the PJSIP stack via the libunbound library. * The ability to publish extension state to a SIP Subscription server, such as Kamailio. This includes the ability to automatically generate a hint in the dialplan based on device state changes using the new autohint setting. * Playback of media from a remote HTTP server via a URI is now supported by all dialplan applications and AGI. Media retrieved using a URI is cached in a media cache and re-used when possible. * When using ARI to manipulate media on a resource, a list of media resources can now be supplied. The media resources will be played back sequentially in the order that they are provided. * Channels created via ARI can now be created and handed off to Stasis for external control prior to performing the outbound dial. This enables applications to set additional state on the channel prior to dialing, as well as enabling certain early media scenarios. And much more! More information about the new features can be found on the Asterisk wiki: https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Documentation A full list of all new features can also be found in the CHANGES file: https://github.com/asterisk/asterisk/blob/14/CHANGES For a full list of changes in the current release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-14.0.0 Thank you for your continued support of Asterisk! ----- 14.0.1 ----- The Asterisk Development Team has announced the release of Asterisk 14.0.1. The release of Asterisk 14.0.1 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.0.1 Thank you for your continued support of Asterisk! ----- 14.0.2 ----- The Asterisk Development Team has announced the release of Asterisk 14.0.2. The release of Asterisk 14.0.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26410 - core: Asterisk 14 doesn't show the header in the console or verbose when starting (Reported by Dan Jenkins) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-26425 - download_externals: ignore xmlstarlet return code for optional element (Reported by Kevin Harwell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.0.2 Thank you for your continued support of Asterisk! |