pkgsrc/comms
jnemeth 133aa2c812 Update to Asterisk 14.2.0: this is mostly a bugfix release with some minor
improvements.

pkgsrc change: adapt to new res_resolver_unbound module.

The Asterisk Development Team has announced the release of Asterisk 14.2.0.

The release of Asterisk 14.2.0 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:

Improvements made in this release:
-----------------------------------
 * ASTERISK-26558 - app_queue: add variable to know if the call is
      not answered after a queue (Reported by scgm11)
 * ASTERISK-26176 - chan_sip: Add AccountCode to AMI PeerEntry
      (Reported by scgm11)
 * ASTERISK-26538 - codec_opus: Add sample to
      configs/samples/codecs.conf.sample (Reported by Kevin Harwell)
 * ASTERISK-26488 - ARI: Add 'ari show app', 'ari show apps', and
      'ari set debug' CLI commands (Reported by Matt Jordan)
 * ASTERISK-26418 - res_rtp_asterisk: Speed up ICE resolution by
      blacklisting host subnets that are not involved in RTP (Reported
      by Michael Walton)

Bugs fixed in this release:
-----------------------------------
 * ASTERISK-26608 - Compile and link failures on OpenBSD (Reported
      by snuffy)
 * ASTERISK-26520 - codec_opus: Generated fmtp line has no content
      (Reported by scgm11)
 * ASTERISK-26605 - codec_opus: Spammed warning when Opus
      negotiated but codec_opus not loaded. (Reported by Richard
      Mudgett)
 * ASTERISK-26516 - pjsip: Memory corruption with possible memory
      leak. (Reported by Richard Mudgett)
 * ASTERISK-26556 - manager: AMI version report same in Ast 13 &
      14, despite Ast 14 syntax changes (Reported by Michelle Dupuis)
 * ASTERISK-26343 - ASTERISK-25951 causes issues for callerid
      manipulation through agi (Reported by Morten Tryfoss)
 * ASTERISK-26592 - Latest libedit (3.1) defaults to unicode and
      makes asterisk CLI read garbage (Reported by George Joseph)
 * ASTERISK-26565 - chan_unistim on 11, 13, 14 placing call on hold
      temporarily locks up set (Reported by Jason)
 * ASTERISK-26575 - testsuite: Need to check PJSIP functionality
      when res_srtp is not loaded. (Reported by Joshua Colp)
 * ASTERISK-26571 - res_pjsip: Resolution incorrect when explicit
      IPv6 transport configured (Reported by Joshua Colp)
 * ASTERISK-26468 - ari: Bridge events stop working after this
      sequence of ARI calls (Reported by Daniele Pallastrelli)
 * ASTERISK-24400 - ooh323 sends wrong hangup code (Reported by
      Dmitry Melekhov)
 * ASTERISK-26555 - Multi-party Video: Fix some post Asterisk-11
      regressions (Reported by Matt Jordan)
 * ASTERISK-26412 - build:  Prepare for gcc 6.2 (Reported by George
      Joseph)
 * ASTERISK-26509 - A few non-critical deprecation warnings when
      building on Ubuntu 16.10 (Reported by Jonathan Harris)
 * ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming
      calls after 2 minutes - rtptimeout behaving badly - regression
      (Reported by Michael Keuter)
 * ASTERISK-26549 - app_dial: When PickupChan() is used some
      channels may have incorrect device state (Reported by Joshua
      Colp)
 * ASTERISK-24274 - [patch]Codec Format Is Not Included in the SDP
      Media Attributes When SLIN48 Codec Is Used (Reported by Frankie
      Chin)
 * ASTERISK-26311 - [patch] rtp_engine: Allow more than 32 dynamic
      payload types. (Reported by Alexander Traud)
 * ASTERISK-26506 - [patch]res_pjsip_outbound_publish: Crash when
      publishing, in publisher_client_send at
      res_pjsip_outbound_publish.c (Reported by Matt Krokosz)
 * ASTERISK-25070 - Fix FTBFS on Hurd (Reported by Gabriele
      Giacone)
 * ASTERISK-26476 - chan_sip: Incorrect display option "Outbound
      reg. retry 403" in "sip show settings" (Reported by Sergey
      Grachev)
 * ASTERISK-26541 - res_pjsip_sdp_rtp: Restrict number of formats
      to maximum (Reported by Joshua Colp)
 * ASTERISK-26537 - AMI: NewConnectedLine event is not documented
      (Reported by Etienne Lessard)
 * ASTERISK-26526 - [UBSAN] vector.h: null pointer can be passed as
      argument 2 to memcpy (Reported by Badalian Vyacheslav)
 * ASTERISK-26524 - astobj2: data_size variable is wasted space
      when AO2_DEBUG is not enabled. (Reported by Corey Farrell)
 * ASTERISK-26344 - Asterisk 13.11.0 + PJSIP crash (Reported by Ian
      Gilmour)
 * ASTERISK-26387 - Asterisk segfaults shortly after starting even
      with no active calls.  (Reported by Harley Peters)
 * ASTERISK-26513 - tests/channels/pjsip/qualify/auth: Crashing
      enough to be a nuisance (Reported by Joshua Colp)
 * ASTERISK-26514 - Super Awesome Company: Don't specify transport
      in pjsip.conf (Reported by Rusty Newton)
 * ASTERISK-26510 - pjproject_bundled uses the --strip-components
      option of tar which isn't supported in older versions (Reported
      by George Joseph)
 * ASTERISK-22480 - Embedded pjproject: build.mak contains
      hardcoded full path to version.mak (Reported by Matt Jordan)
 * ASTERISK-26307 - res_pjsip_caller_id: Crash on outgoing change
      (Reported by Bill Brigden)
 * ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)
 * ASTERISK-26423 - res_pjsip_sdp_rtp: Asymmetric RTP codec can
      cause audio loss and wonkiness (Reported by Andreas Wetzel)
 * ASTERISK-26309 - [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack)
      installations. (Reported by Alexander Traud)
 * ASTERISK-26482 - [patch] chan_pjsip: segfault on already
      disconnected session (Reported by Alexei Gradinari)
 * ASTERISK-26421 - Segmentation Fault with ARI originate into
      mixing bridge with 43 clients (Reported by Andrew Nagy)
 * ASTERISK-26444 - 'features show' command in CLI does not return
      prompt. (Reported by John Kiniston)
 * ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
      File not Module (Reported by Alexander Traud)
 * ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
      Tzafrir Cohen)
 * ASTERISK-26462 - [patch] app_queue: While using queues with
      realtime, setting back to an empty context doesn't stop the exit
      key usage (Reported by Leandro Dardini)
 * ASTERISK-26439 - chan_rtp: Crash when originating (Reported by
      Kayode)
 * ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
      detection triggered. (Reported by Alexander Traud)
 * ASTERISK-26618 - build: Backport addition of librt check to
      configure.ac (Reported by Kevin Harwell)

New Features made in this release:
-----------------------------------
 * ASTERISK-26595 - ARI: Add the ability to control the source of
      video in a multi-party mixing bridge (Reported by Matt Jordan)
 * ASTERISK-26492 - ARI: Add ability to specify channel variables
      on websocket events (Reported by Mark Michelson)
 * ASTERISK-26470 - ARI: Add an 'asterisk_id' field to outgoing
      events (Reported by Matt Jordan)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.2.0

Thank you for your continued support of Asterisk!
2016-11-27 22:55:51 +00:00
..
asterisk Update to Asterisk 11.25.0: this is a bug fix release. 2016-11-27 04:42:26 +00:00
asterisk-sounds-de-x9media Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
asterisk-sounds-native Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
asterisk13 Update to Asterisk 13.13.0: this is mainly a bug fix release with some 2016-11-27 08:48:18 +00:00
asterisk14 Update to Asterisk 14.2.0: this is mostly a bugfix release with some minor 2016-11-27 22:55:51 +00:00
asterisk18 Revbump post boost update 2016-10-07 18:25:29 +00:00
binkd Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
birda Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
bthfp Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
conserver Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
conserver8 Revert changing the default away from "inet6". 2016-06-20 15:25:39 +00:00
deforaos-phone Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
dl-ezkit Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
efax Use PKGMANDIR. 2016-09-08 14:46:49 +00:00
efax-gtk Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
estic Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
fidogate Removed unused BUILDLINK_SETENV and made Makefile simpler. 2016-07-10 10:07:16 +00:00
gammu Revbump post boost update 2016-10-07 18:25:29 +00:00
gkermit Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
gnome-pilot Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gsmlib Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
hylafax Modernize rc scripts, for PR 18681. Add hfaxd.sh, faxq.sh; remove 2015-12-29 00:05:54 +00:00
java-rxtx Whitespace. 2015-12-29 04:54:34 +00:00
jpilot Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
jpilot-syncmal Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
kermit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kyopon Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libhidapi Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libmal Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libopensync Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
libopensync-plugin-evolution2 revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
libopensync-plugin-file Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
libopensync-plugin-kdepim Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
libopensync-plugin-syncml Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
libsyncml Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libticables2 Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libticalcs2 Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libticonv Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
libtifiles2 Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
lirc PR 50556: comms/lirc doesn't build 2016-05-02 02:32:14 +00:00
lrzsz Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
malsync Take out upstream's --traditional-cpp for MacOS as it breaks the build, 2015-11-07 23:39:15 +00:00
mgetty+sendfax Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
minicom Drop setuid for bin/minicom, bump PKGREVISION 2016-03-22 23:24:10 +00:00
modemd add configurations for openbsd, bitrig, macos 2015-11-07 23:26:34 +00:00
msynctool Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
multisync-gui Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
obexapp Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
obexftp Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
op_panel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
openobex Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+) 2016-11-24 14:11:31 +00:00
p5-Asterisk Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
p5-Data-AMF Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Device-Gsm Update to 1.61 2016-07-24 23:30:13 +00:00
p5-Device-Modem Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Device-SerialPort Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Device-XBee-API Update to 0.8 2016-07-24 23:40:31 +00:00
p5-pilot-link Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SMS-Send Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
picocom Import picocom-2.1 as comms/picocom. 2016-02-14 07:54:51 +00:00
pilot-link Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
pilot-link-libs Does not use curses or even termcap 2013-10-16 08:49:43 +00:00
pilotmgr Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
plp fix openbsd/bitrig build 2015-11-07 23:43:56 +00:00
py-colorama Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-gammu Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-python-termstyle Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-serial Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
qpage Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
ruby-termios Update ruby-termios to 1.0.2. 2016-07-17 14:25:00 +00:00
scmxx Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
snooper Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
spandsp Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
srtp srtp: do not conflict with builtin hmac in netbsd-7.99.x, use another name 2016-09-26 13:20:41 +00:00
synce-librapi2 Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
synce-libsynce Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
synce-rra Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
synce-serial Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
tilp2 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
tkhylafax Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
tn3270 Fix openbsd build failure. 2015-11-07 23:47:52 +00:00
xfce4-modemlights-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xisp Add SHA512 digests for distfiles for comms category 2015-11-03 01:34:52 +00:00
xtel Use OPSYSVARS. 2016-02-25 11:32:19 +00:00
Makefile add and enable asterisk14 2016-10-25 08:29:16 +00:00