Skip to content

Commit

Permalink
reneabled get_mp3_source.sh and rebuild for missing codec_opus support
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoviti committed Apr 14, 2021
1 parent 5e975d0 commit ceb8238
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [18.15.9] - 2021-04-14
### Fixed
- fixed codec_opus not enabled

## [18.15.8] - 2021-04-07
### Changed
- Based on Asterisk 18.3.0 LTS
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
izpbx:
container_name: izpbx
#hostname: ${APP_FQDN}
image: izdock/izpbx-asterisk:18.15.8
image: izdock/izpbx-asterisk:18.15.9
restart: always
depends_on:
- db
Expand Down
4 changes: 3 additions & 1 deletion izpbx-asterisk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,14 @@ RUN set -xe && \
# http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${ASTERISK_VER}.tar.gz
# @20210408 unreachable asterisk url - disable get_mp3_source.sh because need internet connection
#./contrib/scripts/get_mp3_source.sh
# @20210414 reneabled get_mp3_source.sh
#tar zxvf /usr/src/asterisk-mp3.tar.gz -C addons
cd /usr/src && \
mkdir asterisk && \
curl -fSL --connect-timeout 30 https://github.com/asterisk/asterisk/archive/refs/tags/${ASTERISK_VER}.tar.gz | tar xz --strip 1 -C asterisk && \
cd asterisk && \
\
tar zxvf /usr/src/asterisk-mp3.tar.gz -C addons && \
./contrib/scripts/get_mp3_source.sh && \
./configure --prefix=/usr --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled --with-resample --with-ssl=ssl --with-srtp && \
\
make menuselect/menuselect menuselect-tree menuselect.makeopts && \
Expand Down

0 comments on commit ceb8238

Please sign in to comment.