Sign inSign up

autor69/asterisk

By autor69

Updated about 8 years ago

Docker images of Asterisk 13, 14 or 15 based on Centos 7 image.

Image
0

10K+

autor69/asterisk repository overview

Docker Asterisk

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.

Simple Tags

15, latest (latest)

14 (14)

13 (13)

Basic information

Because of huge port range requirement of asterisk RTP ports it is recommended to run in with parameter --network host instead of port mapping

Usage

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
Logging into Asterisk Console

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

502.3 MB

Last updated

about 8 years ago

docker pull autor69/asterisk