Asterisk configuration files¶
Asterisk Configuration Files offer a method to configure the settings
and behavior of the Asterisk Private Branch Exchange system. These files
are typically in a .conf format and include settings for Session
Initiation Protocol and extensions, among others. Read the
documentation. Read the
support. Read the
security. Read the
contributing
guidelines. Read the
license.
Getting started¶
Installation¶
AlmaLinux¶
sudo dnf install asterisk
Arch Linux¶
sudo pacman --sync \
--refresh \
--sysupgrade \
asterisk
Debian and Ubuntu Linux¶
sudo apt update
sudo apt upgrade
sudo apt install asterisk
OpenWrt¶
opkg update
opkg install \
asterisk \
asterisk-pjsip \
asterisk-bridge-simple \
asterisk-codec-alaw \
asterisk-codec-ulaw \
asterisk-res-rtp-asterisk
Usage¶
git clone --recurse-submodules \
https://github.com/attilasomogyi/asterisk-configuration-files.git
sudo cp -r /etc/asterisk \
/etc/asterisk-backup-$(date --iso-8601=seconds)
sudo cp asterisk-configuration-files/src/*.conf \
/etc/asterisk
sudo systemctl restart asterisk
Documentation¶
Support¶
Security¶
Contributing¶
Contributors¶
License¶
Project status¶