-
-
-
v1.1.103e79538d · ·
- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3). - [asterisk](src/asterisk/config/modules.conf) Add modules that are not loaded by default helping to get rid of error messages during startup. - [asterisk](src/asterisk/config/console.conf) Add `console.conf` so we can use `chan_console.so` since `chan_alsa.so` will be removed in asterisk:21. - [demo](demo/Makefile) Now use `chan_console.so` since `chan_alsa.so` will be removed in asterisk:21.
-
v1.1.912299541 · ·
- [build](Makefile) Now use alpine:3.20 (asterisk:20.8.1). - [build](Dockerfile) Switch to php83. - [demo](demo) Fixed target 'apk_list'.
-
v1.1.8db294124 · ·
- [build](Makefile) Due to changed behavior with docker 26, files are now copied on the host instead of being hard-linked. - [build](Makefile) Now set `BLD_CVER ?= ast200` to match codec and asterisk versions. - [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.
-
v1.1.7f742c000 · ·
- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.2). - [build](Dockerfile) Switch to php82 and make it a build argument: `--build-arg PHP_VER=php82`. - [build](Makefile) Now set `DOCKER_BUILDKIT=1` since we don't use special symbolic links. - [build](bld.mk) Harmonize [bld.mk](bld.mk) between repositories. - [build](dkr.mk) Harmonize [dkr.mk](dkr.mk) between repositories. - [docker](src/docker) Added switch to set run as user [docker-service.sh](src/docker/bin/docker-service.sh). - [docker](src/docker) Improve debug message in [docker-service.sh](src/docker/bin/docker-service.sh).
-
v1.1.649692539 · ·
- [build](Makefile) Now use alpine:3.18 (asterisk:18.15.1). - [build](Dockerfile) Removed unavaiable package.
-
v1.1.54c48d674 · ·
- [github](.github/workflows/testimage.yml) Now use GitHub Actions to test image. - [demo](demo/Makefile) Now depend on the docker-compose-plugin. - [build](Makefile) Set `DOCKER_BUILDKIT=0` to make `docker build` handle our symbolic links as we intended.
-
v1.1.4d8dd15d5 · ·
- [privatedial](src/privatedial) Allow all TLS protocols in the `minivm-send` bash script. - [test](test/Makefile) Now also test the PHP is setup correctly.
-
v1.1.3fc638c12 · ·
- [repo](src) Fix the bug; websms and autoban not working. We need to use softlinks to ../../share/php81/. - [docker](README.md) Corrected misspelling.
-
v1.1.24888bc3f · ·
- [build](Dockerfile) Fix the bug; websmsd not working. We need to set DOCKER_PHP_DIR=/usr/share/php81.
-
v1.1.173152c20 · ·
- [build](Makefile) Now use alpine:3.17 (asterisk:18.15.0). - [build](Dockerfile) Switch to php81. - [test](.travis.yml) Updated dist to jammy.
-
v1.1.0879d6746 · ·
- [build](Makefile) Now use alpine:3.16 (asterisk:18.11.2). - [build](Dockerfile) Switch to php8. - [demo](demo) Switch to php8. - [privatedial](src/privatedial) BREAKING. In `extensions.conf` now use `APP_SMS = /usr/local/bin/websms`.
-
-
v1.0.02c85571c · ·
- [docker](src/docker) Now use alpine:3.15 (asterisk:18.2.2). - [autoban](src/autoban) Let autoban manipulate nft without breaking docker networking. Since docker 5:20.10 container DNS resolve is based on nft rules (with iptables-nft) which autoban's nft implementation interfered with resulting in container unable to resolve network names. - [autoban](src/autoban) Now use DOCKER_NFT_DIR=/etc/nftables.d. - [autoban](src/autoban) Only load `.nft` files if nft is installed. - [build](Makefile) Now push images to registry. - [demo](demo) Updated demo to also work with docker-compose >= 2. - [test](test/Makefile) Added container name-space network inspection targets.
-
v0.9.995375ecd · ·
- [docker](src/docker) Now use alpine:3.14 (asterisk:18.2.2). - [docker](ROADMAP.md) Use [travis-ci.com](https://travis-ci.com/).
-
-
v0.9.73169d14f · ·
- [docker](src/docker) Now use alpine:3.13 (asterisk:18.1.1). - [test](test/Makefile) Move tests into test dir.
-
-
v0.9.5d26f6c3a · ·
- [codec](sub/codec) Provide the [G.729](https://en.wikipedia.org/wiki/G.729) and [G.723.1](https://en.wikipedia.org/wiki/G.723.1) audio codecs. - [codec](sub/codec) Improved handling of codec versions (`BLD_CVER` in Makefile).