Processo de instalação do asterisk 13 no Debian 11
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
229 B

# link https://gerrit.asterisk.org/c/libpri/+/19311
mkdir libpri && cd libpri/
wget https://gerrit.asterisk.org/changes/libpri~19311/revisions/2/archive?format=tar -O libpri.tar.gz
tar -xf libpri.tar.gz
make
make install