Diferencia entre revisiones de «Documentación de usuario VIVAit Fax 3.0»
De VIVAitwiki
Ir a la navegaciónIr a la búsqueda| Línea 20: | Línea 20: | ||
==== Instalación ASTERISK 11 ====  | ==== Instalación ASTERISK 11 ====  | ||
| + | |||
| + | Instalar asterisk 11 estándar, DAHDI y LibPRI:  | ||
| + | |||
| + | Los pasos a seguir son los siguientes:  | ||
| + | |||
| + |  cd /usr/src/  | ||
| + |  apt-get update && apt-get upgrade &&  -y && reboot  | ||
| + |  apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname –r) libsqlite3-dev   | ||
| + |  uuid-dev   | ||
| + |  wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz  | ||
| + |  wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz  | ||
| + |  wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11-current.tar.gz  | ||
| + |  tar zxvf dahdi-linux-complete*  | ||
| + |  tar zxvf libpri*  | ||
| + |  tar zxvf asterisk*  | ||
| + |  cd dahdi-linux-complete*  | ||
| + |  make  | ||
| + |  make install  | ||
| + |  make config  | ||
| + |  cd libpri*  | ||
| + |  make  | ||
| + |  make install  | ||
| + |  cd asterisk*  | ||
| + |  ./configure  | ||
| + |  make menuselect  | ||
| + |  make install  | ||
| + |  make samples  | ||
| + |  make config  | ||
| + |  /etc/init.d/dahdi start  | ||
| + |  reboot  | ||
==== Tareas adicionales ====  | ==== Tareas adicionales ====  | ||
Revisión del 11:54 9 ago 2016
| Producto: | VIVAit Fax 3.0 | 
|---|
Sumario
1 Proceso de instalación conector de red VIVA FAX
1.1 Requerimientos previos
1 ) Debemos disponer de una máquina con :
- Ubuntu 12.04 instalado (se dispone de CD); en caso de ser modalidad “VIVA Fax in a box” el sistema operativo será el Debian sobre el que se monta el entorno de virtualización proxmox
 - Aceso a internet
 - MySQL
 - Apache Tomcat
 - Servidor SSH
 
2 ) Instalar PHYMyAdmin
1.2 Instalación ASTERISK 11
Instalar asterisk 11 estándar, DAHDI y LibPRI:
Los pasos a seguir son los siguientes:
cd /usr/src/ apt-get update && apt-get upgrade && -y && reboot apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname –r) libsqlite3-dev uuid-dev wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11-current.tar.gz tar zxvf dahdi-linux-complete* tar zxvf libpri* tar zxvf asterisk* cd dahdi-linux-complete* make make install make config cd libpri* make make install cd asterisk* ./configure make menuselect make install make samples make config /etc/init.d/dahdi start reboot