Docker images of Asterisk 13, 14 or 15 based on Centos 7 image.
10K+
Docker images of Asterisk 13, 14 or 15 based on Centos 7 image.
It is clean Asterisk without FastAGI which should run in separate containers.
15, latest (latest)
14 (14)
13 (13)
Because of huge port range requirement of asterisk RTP ports it is recommended to run in with parameter --network host instead of port mapping
Basic usage:
docker run -d --name asterisk --network=host autor69/asterisk
In order to use your own configuration files mount them into standard foler /etc/asterisk folder
docker run -d --name asterisk \
--network=host \
-v /etc/asterisk:/etc/asterisk
autor69/asterisk
Basic usage:
docker exec -it asterisk asterisk -rvvvvvvvvv
You can add alias into your .bashrc:
alias rasterisk='docker exec -it asterisk asterisk -rvvvvvvvvvv'
And then just use command rasterisk
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
Size
502.3 MB
Last updated
about 8 years ago
docker pull autor69/asterisk