/ppa

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

A PPA repository for packages I use

Usage (general for all packages)

curl -SsL https://bochinche.github.io/ppa/bochinche_KEY.gpg | sudo apt-key add -
sudo curl -SsL -o /etc/apt/sources.list.d/bochinche_ppa.list https://bochinche.github.io/ppa/bochinche_list_file.list
sudo apt update

Packages

asterisk16 for raspbian on raspberrypi (bullseye)

This package is based on the work of the people at http://www.raspberry-asterisk.org / http://www.raspbx.org/ . According to this page or http://www.raspbx.org/downloads/, the project's contributors will not be able to use the latest Pi 4 HW.

The dependencies of the asterisk16 package have been modified to support the latest raspbian release. --> Specifically, libcodec2-0.8.1 has been replaced with libcodec2-0.9.

If needed, this page contains information on how to build the project yourself.

The project's original repository can be found at http://repo.raspbx.org/apt/debian/pool/main/a/.

To install the deb of the project, use the following command

sudo apt install asterisk11-sounds asterisk16 asterisk16-chandongle asterisk16-codecg729 

You will need to copy and edit the init file yourself.

sudo curl -SsL -o /etc/init.de/asterisk https://bochinche.github.io/ppa/init_files/asterisk
sudo systemctl enable asterisk 
sudo systemctl status asterisk 

Sources & Documentation / Links