- Edited
link YouTube
https://www.youtube.com/watch?v=ia7Oq18mjuU
Manual de INSTALACION
1- Actualizar paquetes Debian
apt update
apt upgrade -y
apt install git
2- Descargar paquete de Instacion desde GITHUB
cd /usr/src
git clone https://github.com/rojasrjosee/issabel-debian.git
cd issabel-debian
issabel-debian/issabel_var.env ///configurar valor en las variables de entorno para instalar version de asterisk, idioma y password
bash -x install-issabel-debian.sh
issabel_var.env
Asterisk
ASTERISK_URL_CERTIFIED=https://downloads.asterisk.org/pub/telephony/certified-asterisk/releases
ASTERISK_URL=https://downloads.asterisk.org/pub/telephony/asterisk
ASTERISK_SRC_FILE=asterisk-certified-20.7-cert1-rc1.tar.gz
Issabel
ISSABEL_ADMIN_PASSWORD=ADMIN
LANGUAGE=es_ES
ISSABLE_SETTINGS_TABLE=issabelpbx_settings
Letsencrypt
LETSENCRYPT_HTTPS_URL=
LETSENCRYPT_EMAIL=
HTTPSCERTFILE=/etc/asterisk/keys/asterisk_cert_file.pem
HTTPSPRIVATEKEY=/etc/asterisk/keys/asterisk_privkey.pem
3-Instalar cdr asternic
git clone https://github.com/asternic/asternic-cdr-module.git /var/www/html/admin/modules/asternic_cdr
4-instalar Acternic stats
cd /usr/src
wget http://download.asternic.net/asternic-stats-pro-2.3.12.tgz
tar zxvf asternic-stats-pro-2.3.12.tgz
cd asternic-stats-pro-2.3.12
make install
https://www.asternic.net/docs/installation/
5-Instalar fop2
wget -O - http://download.fop2.com/install_fop2.sh | bash
grep SSLCer /etc/apache2/* -r
/usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
ssl_certificate_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
***GITHUB DE PROYECTOS**
Proyecto oficial de Issabel
https://github.com/IssabelFoundation
proyecto de Jose Rojas , aporte al proyecto de ISSABEL
https://github.com/rojasrjosee/
proyecto personales de asternic