Advanced Audio Coding format module for asterisk
sudo apt install libfaac-dev libfaad-dev
- Add the https://rpmfusion.org/ repository to your system.
- Enable the non-free repository
sudo dnf install faac-devel faad2-devel
Apply the provided format_aac.patch
on the Asterisk source tree.
Copy the provided formats/format_aac.c
to the formats/ directory of the Asterisk source tree.
- Install autoconf: sudo ./contrib/script/install_prereq.sh install
- Regenerate the configure script ./bootstrap.sh
- Reconfigure asterisk: ./configure
- make menuconfig
- make install