Sign inSign up

bezuidenhout/asterisk

By bezuidenhout

Updated almost 5 years ago

Asterisk 15 installation running on alpine linux

Image
0

1.6K

bezuidenhout/asterisk repository overview

Custom options

  • -e ASTERISK_RUN_GID=( sets the service and files within the container to set GID. Useful for linux servers where the GID inside the container is not mapped)
  • -e ASTERISK_RUN_UID=( sets the service and files within the container to set UID. Useful for linux servers where the UID inside the container is not mapped )

Configuration

Create a new extension in sip.conf In sip.conf Set externaddr=externip Set in rtp.conf rrtpstart=16384 rtpend=16394

Run this image as follows

docker run -ti --name asterisk -p 5060:5060/udp -p 5060:5060 -p 16384:16384/udp -p 16385:16385/udp -p 16386:16386/udp -p 16387:16387/udp -p 16388:16388/udp -p 16389:16389/udp -p 16390:16390/udp -p 16391:16391/udp -p 16392:16392/udp -p 16393:16393/udp -p 16394:16394/udp --rm -v /etc/asterisk:/etc/asterisk bezuidenhout/asterisk

Tag summary

Content type

Image

Digest

Size

50.4 MB

Last updated

almost 5 years ago

docker pull bezuidenhout/asterisk