Skip to content

Commit

Permalink
Merge pull request #301 from TECH7Fox/opus
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
felipecrs committed Dec 26, 2023
2 parents 0544aac + f725d81 commit 339499f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions asterisk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Changelog

## 4.1.2

### Upgrades

- Upgrade Asterisk from 20.4.0 to 20.5.2
- Upgrade hassio-addons/debian-base from 7.0.1 to 7.1.0

## 4.1.1

- Fix missing `libunbound8` library for `res_resolver_unbound`
Expand Down
2 changes: 1 addition & 1 deletion asterisk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \

# Taken from https://metadata.ftp-master.debian.org/changelogs/main/a/asterisk/unstable_changelog
# (replace all ~ with _ and remove final -)
ARG ASTERISK_OPUS_VERSION="20.5.2~dfsg+_cs6.13.40431414"
ARG ASTERISK_OPUS_VERSION="20.5.2_dfsg+_cs6.13.40431414"
WORKDIR /usr/src/asterisk-opus
RUN curl -fsSL "https://salsa.debian.org/pkg-voip-team/asterisk/-/archive/upstream/${ASTERISK_OPUS_VERSION}/asterisk-upstream-${ASTERISK_OPUS_VERSION}.tar.gz?path=Xopus" | \
tar --strip-components 2 -xz
Expand Down
2 changes: 1 addition & 1 deletion asterisk/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Asterisk

Check warning on line 1 in asterisk/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on asterisk

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
version: 4.1.1
version: 4.1.2
slug: asterisk
description: PBX server for SIP devices like doorbells and phones
url: https://github.com/TECH7Fox/asterisk-hass-addons
Expand Down

0 comments on commit 339499f

Please sign in to comment.