Skip to content

attilasomogyi/asterisk-configuration-files

Repository files navigation

Asterisk configuration files

latest release release date top languages in the project commit activity contributors

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.

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

Read the documentation.

Support

Read the support.

Security

Read the security.

Contributing

Read the contributing guidelines.

Contributors

list of the contributors

License

Read the license.

license

Project status

commit activity last commit