asterisk

Telephone and exchange (phone) server. Used for running the server itself, and managing an already running instance. More information: <https://wiki.asterisk.org/wiki/display/AST/Home>.

Debian Debian
RUN apt-get update && \ apt-get install -y asterisk
Ubuntu
RUN apt-get update && \ apt-get install -y asterisk
Alpine
RUN apk add asterisk
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y asterisk
Fedora
RUN dnf install -y asterisk
Raspbian
RUN apt-get update && \ apt-get install -y asterisk
click the source code to copy install asterisk on any operating system with command-not-found.com