These instructions are only tested on installations that use the Docker apt repository.
-
Remove the existing installation
sudo apt-get remove docker-engine
-
List the available versions
| # Debian 12 Bookwrom | |
| # Freepbx / Asterisk installation https://gist.github.com/razametal/18785923be942af78ef8a0984903d5dd | |
| # Enable slin48 (for L16@48000) and opus (for OPUS@48000) in Freepbx -> Settings -> Asterisk Sip Settings | |
| apt-get install -y --no-install-recommends build-essential git wget ca-certificates pkg-config libopus-dev libssl-dev zlib1g-dev gperf ccache make php-cli cmake clang libc++-dev libc++abi-dev libsqlite3-dev libpulse-dev | |
| # libopenssl1.1 | |
| cd /usr/src | |
| wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/openssl_1.1.1w.orig.tar.gz | |
| tar zvxf openssl_1.1.1w.orig.tar.gz |
| blueprint: | |
| name: Wake-up light alarm with sunrise effect | |
| description: 'A wake-up light alarm with a brightness and color temperature sunrise | |
| effect. Note: Requires date_time_iso sensor in configuration, not manually executable!' | |
| domain: automation | |
| input: | |
| light_entity: | |
| name: Wake-up light entity | |
| description: The light to control. Turning it off during the sunrise will keep | |
| it off. Color temperature range is auto-detected. |
These instructions are only tested on installations that use the Docker apt repository.
Remove the existing installation
sudo apt-get remove docker-engineList the available versions
This Gist contains my IPTables rules for securing the Asterisk VoIP server. The "string" module is used to identify legitimate users and block attackers.
Learn how to set up your personal VoIP server
↓ ↓ ↓ Scroll down for the IPTables rules ↓ ↓ ↓