-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
90 lines (60 loc) · 3.29 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
ENGLISH
Description
-----------
Allows you to order audios and recordings from CDR of your Asterisk, FreePBX, Issabel, Elastix Information
how ANI / CallID, date, audio, etc. In this way you can easily manage all recordings
in its PBX. Compatible with Elastix, Issabel, Trixbox, etc.
Install
-------
1- Untar and copy directory "iprec" in "/var/www/html/"
cd /usr/src
tar zxvf iprec_free.tgz
mv iprec_free /var/www/html/iprec
2- Set appropriate permissions to Folder "/var/www/html/iprec/" and "/var/www/html/iprec/wav"
chmod -R 757 /var/www/html/iprec/
chown asterisk /var/www/html/iprec/*
Configuration
-------------
1- Put credentials user and password MySQL or MariaDB in /var/www/html/iprec/config.php
2- If you do not want to use login credentials (user and password) in config.php set $_useCredentials in "false" otherwise set in "true".
3- If you use access credentials ($_useCredentials in "true"), user and password are the same as those used in FreePBX.
4- DataBase asteriskcdrdb, in file config.php, configure user, host and password MySQL.
5- If the version of FreePbx is old, on file config.php, set variable "$_freePbxOld" to "1" otherwise set in "0".
6- Open web browser and write "IP_YOU_PBX/iprec"
If desired, the paid version has the following characteristics:
- The audio player does not use flash so warning messages are avoided.
- The player occupies HTML5 with advanced audio spectrum.
- Own database to create users with privileges and restrict access to audios.
- Statistics, graphics and Real Time, in the IPcenter and Callcapture version
- Convert wav to MP3
- You can delete the Wav file and be left alone with MP3 and thus do not use much disk space.
Doubts? write to soporte@ipnet.cl - www.ipnet.cl/ipcenter
SPANISH
Descripción
-----------
Permite ordenar audios y grabaciones desde el CDR de su central Asterisk, FreePBX, Issabel, Elastix Información
como ANI/CallID, fecha, audio, etc, de esta forma podrá gestionar facilmente todas las grabaciones
en su central. Compatible con Elastix, Issabel, Trixbox, etc.
Instalación
-----------
1- Descomprima y copie carpeta "iprec" en "/var/www/html/"
cd /usr/src
tar zxvf iprec_free.tgz
mv iprec /var/www/html
2- De permisos correspondientes a carpeta "/var/www/html/iprec/" y "/var/www/html/iprec/wav"
chmod -R 757 /var/www/html/iprec/
chown asterisk /var/www/html/iprec/*
Configuración
-------------
1- Coloque las credenciales de usuario y password de MySQL o MariaDB en /var/www/html/iprec/config.php
2- Base de datos, en archivo config.php, configure usuario, host y clave de MySQL.
3- Si la versión de FreePbx es antigua, en archivo config.php, setee la variable "$_freePbxOld" en "1" de lo contrario setee en "0".
4- Abra google chrome o similar y escriba "IP_DE_TU_PBX/iprec"
Si lo desea la versión de pago tiene las siguientes caracteristicas:
- El reproductor de audio no utiliza flash así se evita los mensajes de advertencia.
- El reproductor ocupa HTML5 con espectro de audio avanzado.
- Base de datos propia para crear usuarios con privilegios y restringir acceso a audios.
- Estadisticas, gráficos y Real Time, en la versión IPcenter y Callcapture
- Convierte wav a MP3
- Puede borrar el archivo Wav y quedar solo con MP3 y así no utiliza mucho espacio en el disco.
¿Dudas? escriba a soporte@ipnet.cl - www.ipnet.cl/ipcenter