Tags: mlan/docker-asterisk
Tags
- [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.
- [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.
- [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).
PreviousNext