Asterisk Development Team
2018-Jun-05 16:38 UTC
[asterisk-announce] Certified Asterisk 13.21-cert1 Now Available
The Asterisk Development Team would like to announce the release of Certified Asterisk 13.21-cert1. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/certified-asterisk The release of Certified Asterisk 13.21-cert1 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Security bugs fixed in this release: ----------------------------------- * ASTERISK-27583 - Segmentation fault occurs in asterisk with an invalid SDP fmtp attribute (Reported by Sandro Gauci) * ASTERISK-27582 - Segmentation fault occurs in Asterisk with an invalid SDP media format description (Reported by Sandro Gauci) * ASTERISK-27618 - Crash occurs when sending a repeated number of INVITE messages over TCP or TLS transport (Reported by Sandro Gauci) * ASTERISK-27640 - SUBSCRIBE message with a large Accept value causes stack corruption (Reported by Sandro Gauci) New Features made in this release: ----------------------------------- * ASTERISK-27704 - Add cache_pools debug option to pjproject.conf (Reported by Richard Mudgett) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27861 - [patch] res_pjsip_endpoint_identifier_ip: Unregister the module for headers. (Reported by Alexander Traud) * ASTERISK-27860 - [patch] res_pjsip: Register pjsip_transport_management not externally but internally. (Reported by Alexander Traud) * ASTERISK-27809 - [patch] utils/pval: Add -lBlocksRuntime for compiler clang conditionally. (Reported by Alexander Traud) * ASTERISK-27774 - res_musiconhold: Music on hold restarts after every announcement (Reported by lvl) * ASTERISK-27782 - cdr_mysql: Missing MYSQL_PORT definition (Reported by Evandro C��sar Arruda) * ASTERISK-27614 - res_pjsip_session: SDP origin does not use resolved address (Reported by John M.) * ASTERISK-27740 - chan_sip: New Channel creation from new SIP dialog with Replaces failed to be properly tracked and destroyed (Reported by Shannon Price) * ASTERISK-27706 - PJSIP: Deadlock shutting down subscription TCP connection and sending subscription message. (Reported by Ross Beer) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27761 - [patch] BuildSystem: With external editline, do not require libs for internal editline. (Reported by Alexander Traud) * ASTERISK-27755 - ConfBridge: raise ConfbridgeTalking when put on hold and clear talking status (Reported by Kevin Harwell) * ASTERISK-27688 - res_pjsip: Crash on TCP PJSIP Transport Disconnect (Reported by Ross Beer) * ASTERISK-27743 - Generic PLC doesn't work if the 2 codecs on a channel are equal (Reported by George Joseph) * ASTERISK-27745 - [patch] BuildSystem: Remove unused dependency on libltdl. (Reported by Alexander Traud) * ASTERISK-12841 - [patch] Make format_ogg_vorbis work on OpenBSD (Reported by Michiel van Baak) * ASTERISK-27720 - [patch] BuildSystem: Enable Advanced Linux Sound Architecture (ALSA) in NetBSD. (Reported by Alexander Traud) * ASTERISK-27741 - res_pjsip_rfc3326.c rfc3326_use_reason_header doesn't account for more than one 'Reason' header (Reported by Ross Beer) * ASTERISK-27734 - [patch] BuildSystem: Enable IMAP storage on openSUSE and Arch Linux. (Reported by Alexander Traud) * ASTERISK-27733 - [patch] res_srtp: Add support for libsrtp2.x on openSUSE. (Reported by Alexander Traud) * ASTERISK-11015 - NetBSD Build Needs RPATH set in 1.2.25 (Reported by Curt Sampson) * ASTERISK-27641 - BuildSystem: Enable Better Backtraces in FreeBSD. (Reported by Alexander Traud) * ASTERISK-25586 - uuid_generate_random detection failure (Reported by John Nemeth) * ASTERISK-27721 - [patch] BuildSystem: Enable PortAudio in NetBSD. (Reported by Alexander Traud) * ASTERISK-27715 - [patch] BuildSystem: AC_PATH_PROG sets to colon character when not found. (Reported by Alexander Traud) * ASTERISK-27703 - AMI Action VoicemailUsersList returns 0 MessageCount (Reported by S��bastien Duthil) * ASTERISK-27674 - chan_sip: RTP framing issues on outgoing calls (Reported by Jean Aunis - Prescom) * ASTERISK-27554 - res_pjsip_rfc3326: Order of 'Reason' headers break many endpoints (Reported by Ross Beer) * ASTERISK-27718 - [patch] BuildSystem: Enable Lua in NetBSD. (Reported by Alexander Traud) * ASTERISK-27722 - [patch] BuildSystem: Depend not implicitly but explicitly on external libraries. (Reported by Alexander Traud) * ASTERISK-27719 - [patch] res_http_post: Enable GMime in NetBSD. (Reported by Alexander Traud) * ASTERISK-27716 - [patch] BuildSystem: Enable autotools in NetBSD. (Reported by Alexander Traud) * ASTERISK-27714 - [patch] chan_unistim: NetBSD has an incompatible struct in_pktinfo. (Reported by Alexander Traud) * ASTERISK-27713 - [patch] BuildSystem: Cast any intptr_t explicitly to its proposed type. (Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching the timeout (Reported by Michael Cargile) * ASTERISK-26688 - Documentation: voicemail.conf.sample shows 512 limit for emailbody field, however this is only true if compiled with LOW_MEMORY option (Reported by Fran Vicente) * ASTERISK-27568 - PJSIP: Crash during SIP attended transfer. (Reported by Bryan Walters) * ASTERISK-27686 - [patch] install_prereq: Update FreeBSD libraries. (Reported by Alexander Traud) * ASTERISK-24488 - Wrong remote identity and target in dialog package XML in NOTIFY (Reported by Alejandro Padilla) * ASTERISK-24386 - Asterisk "doc/lang/language-criteria.txt" needs update or removal. (Reported by Rusty Newton) * ASTERISK-27646 - ICE fails with no candidate nominated (Reported by Thomas Guebels) * ASTERISK-27689 - [patch] rtp_engine: Load format name / mime type in uppercase again. (Reported by Alexander Traud) * ASTERISK-27679 - res_pjsip: Endpoint destruction does not free DTLS configuration (Reported by Mak Dee) * ASTERISK-27684 - [patch] install_prereq: Update OpenBSD libraries. (Reported by Alexander Traud) * ASTERISK-27681 - [patch] BuildSystem: Enable IMAP storage on OpenBSD. (Reported by Alexander Traud) * ASTERISK-27680 - [patch] res_calendar: Specialized calendars depend on symbols of general calendar. (Reported by Alexander Traud) * ASTERISK-27677 - [patch] BuildSystem: Enable system provided libedit on OpenBSD. (Reported by Alexander Traud) * ASTERISK-27670 - [patch] BuildSystem: Remove chan_h323 leftovers. (Reported by Alexander Traud) * ASTERISK-27595 - [patch] BuildSystem: Invoke ldconfig with previous paths. (Reported by Alexander Traud) * ASTERISK-27631 - [patch] BuildSystem: Do not warn when bash is not installed. (Reported by Alexander Traud) * ASTERISK-27666 - chan_sip: Crash processing CANCEL request (Reported by Leandro Dardini) * ASTERISK-27584 - Internal pjproject build doesn't disable bcg729 (Reported by Stuart Henderson) * ASTERISK-27669 - [patch] codecs: Add support for WebRTC iLBC 2.0. (Reported by Alexander Traud) * ASTERISK-27642 - [patch] backtrace: Avoid -Wlogical-not-parentheses. (Reported by Alexander Traud) * ASTERISK-27555 - [patch] install_prereq: Update Debian/Ubuntu libraries. (Reported by Alexander Traud) * ASTERISK-27656 - CDR: Leaking channel snapshots allocated by stasis_channel.c (Reported by Kristijan Vrban) * ASTERISK-27426 - chan_console: cannot read and write at the same time with alsa backend (Reported by Tzafrir Cohen) * ASTERISK-27621 - (null) string tailing after AsyncAGIEnd AMI event (Reported by sungtae kim) * ASTERISK-27652 - Null pointer Crash in PJSIP MWI (Reported by Joshua Elson) * ASTERISK-27612 - Subscriptions Persist After Expiration and TCP/TLS Disconnect (Reported by Ross Beer) * ASTERISK-27571 - res_pjsip: If SIP response is received during shutdown a crash may occur (Reported by Joshua Colp) * ASTERISK-27637 - [patch] BuildSystem: Enable autotools in FreeBSD. (Reported by Alexander Traud) * ASTERISK-27635 - [patch] app_voicemail: Avoid always true warnings with clang. (Reported by Alexander Traud) * ASTERISK-27599 - [patch] install_prereq: Update RHEL/CentOS/Fedora libraries. (Reported by Alexander Traud) * ASTERISK-26563 - core: macOS devmode build fails: variable 'freeswap' set but not used (Reported by David M. Lee) * ASTERISK-27630 - [patch] editline: Avoid shifting a negative signed value. (Reported by Alexander Traud) * ASTERISK-16172 - Problems with siren14 codec; problems with siren7 sound files. (Reported by Steve Murphy) * ASTERISK-16951 - [patch] configure.ac in 1.4.37 broken with autoconf 2.60 (Reported by St��phan Kochen) * ASTERISK-27603 - [patch] install_prereq: Download latest Jansson. (Reported by Alexander Traud) * ASTERISK-27607 - [patch] res_config_mysql: Avoid the header mysql_version.h. (Reported by Alexander Traud) * ASTERISK-24598 - When running ./contrib/scripts/install_prereq install-unpackaged pjproject is installed in wrong place (Reported by PowerPBX) * ASTERISK-27602 - [patch] BuildSystem: AC_CONFIG_AUX_DIR needs a directory. (Reported by Alexander Traud) * ASTERISK-27600 - [patch] BuildSystem: Allow make clean all again. (Reported by Alexander Traud) * ASTERISK-27598 - [patch] install_prereq: Support package manager DNF. (Reported by Alexander Traud) * ASTERISK-26596 - Placing call on hold temporarily locks up set (Reported by Igor Goncharovsky) * ASTERISK-27596 - [patch] BuildSystem: Use the detected name for MD5 everywhere. (Reported by Alexander Traud) * ASTERISK-27594 - [patch] BuildSystem: Invoke install not in GNU but POSIX style. (Reported by Alexander Traud) * ASTERISK-27593 - [patch] BuildSystem: In OpenBSD, xmlstarlet is xml. (Reported by Alexander Traud) * ASTERISK-27592 - [patch] BuildSystem: Detect external library Lua in version 5.3. (Reported by Alexander Traud) * ASTERISK-26832 - res_pjsip: Segfault when calling pjsip_hdr_print_on in sip_msg.c:581 (Reported by Ross Beer) * ASTERISK-27589 - [patch] BuildSystem: Avoid $EUID and use id -u instead. (Reported by Alexander Traud) * ASTERISK-27575 - menuselect : remove obsolete TRACE_FRAMES compiler flag (Reported by Jean Aunis - Prescom) * ASTERISK-27576 - [patch] res_config_pgsql: Avoid typecasting an int to unsigned char. (Reported by Alexander Traud) * ASTERISK-27560 - [patch] clang 5 does not know -Wno-format-truncation (Reported by Alexander Traud) * ASTERISK-27578 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-27577 - [patch] chan_ooh323: Avoid typecasting an int to unsigned short. (Reported by Alexander Traud) * ASTERISK-27491 - res_pjsip_endpoint_identifier_ip only matches against header if match by ip fails (Reported by George Joseph) * ASTERISK-27549 - [patch] translate: Avoid absolute value on unsigned substraction. (Reported by Alexander Traud) * ASTERISK-27553 - [patch] res_curl: Avoid error message on unload. (Reported by Alexander Traud) * ASTERISK-27557 - [patch] clang 5.0: implicit conversion to char changes value to negative. (Reported by Alexander Traud) * ASTERISK-27559 - [patch] editline: Avoid comparison between pointer and zero character constant. (Reported by Alexander Traud) * ASTERISK-27558 - [patch] codec_gsm: Avoid shifting a negative signed value. (Reported by Alexander Traud) * ASTERISK-25329 - Asterisk configure fails on 'cannot find ptlib-config', despite ptlib-config existing (Reported by Rusty Newton) * ASTERISK-27552 - [patch] chan_ooh323: Limit outgoinglimit to positive values as intended. (Reported by Alexander Traud) * ASTERISK-27551 - [patch] ooh323cDriver: Fix typo in header guard. (Reported by Alexander Traud) * ASTERISK-26046 - [patch] Avoid obsolete warnings on autoconf. (Reported by Alexander Traud) * ASTERISK-27539 - 'cdr submit' fails: batch mode not enabled. (Reported by Tzafrir Cohen) * ASTERISK-27498 - ICE candidate parser - ICE foundation parsing too short (Reported by Michele Pr��) * ASTERISK-27366 - Asterisk Turkish Language Set Problem (Reported by Halil ��brahim YILDIZ) * ASTERISK-23133 - Documentation fix - MASTER_CHANNEL Unexpected Behaviour (Reported by Shane Mitchell) * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-24198 - Typo's (Reported by Walter Doekes) * ASTERISK-27229 - bridge: Old channel video source not set to NULL after unref (Reported by Richard Kenner) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-27457 - chan_sip: Guests disallowed via TCP (or TLS) if existing peer from same IP. (Reported by Alexander Traud) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27356 - [patch] libsrtp-2.x.x + AES-GCM support (Reported by Alexander Traud) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cis��rik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-27697 - Enable in-dialog NOTIFY on chan_pjsip channels (Reported by Nathan Bruning) * ASTERISK-26540 - cdr_radius: use radcli instead of freeradius-client (Reported by Tzafrir Cohen) * ASTERISK-27770 - [patch] install_prereq: Add Slackware (somehow). (Reported by Alexander Traud) * ASTERISK-27769 - [patch] install_prereq: Add Gentoo Linux. (Reported by Alexander Traud) * ASTERISK-27738 - [patch] install_prereq: Add Arch Linux. (Reported by Alexander Traud) * ASTERISK-27736 - [patch] install_prereq: Add SUSE. (Reported by Alexander Traud) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-27728 - [patch] BuildSystem: Add NetBSD. (Reported by Alexander Traud) * ASTERISK-27730 - PJSIP: Update bundled PJPROJECT to version 2.7.2 (Reported by Richard Mudgett) * ASTERISK-27729 - [patch] install_prereq: Add NetBSD. (Reported by Alexander Traud) * ASTERISK-27683 - [patch] BuildSystem: Allow newer autotools on OpenBSD. (Reported by Alexander Traud) * ASTERISK-27651 - app_confbridge: Add Muted to ConfbridgeJoin and channel snapshot headers to ConfbridgeList AMI events (Reported by Richard Mudgett) * ASTERISK-27647 - app_confbridge/bridge_softmix: When channel muted report talking stopped if was talking. (Reported by Richard Mudgett) * ASTERISK-27084 - Reduce verbosity while loading PBX extensions. (Reported by Ludovic Gasc (Eyepea)) * ASTERISK-24372 - [patch] Add config option to play a prompt to the "winner" in app_followme (Reported by Graham Mainwaring) * ASTERISK-27461 - 3PCC patch for AMI "SIPnotify" (Reported by Yasuhiko Kamata) * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27348 - [patch]contrib/scripts: add a way to migrate from chan_sip to chan_pjsip realtime (Reported by Torrey Searle) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/certified-asterisk/ChangeLog-certified-13.21-cert1 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-announce/attachments/20180605/dee32e93/attachment-0001.html>