REQUIRED STEPS!!!
1. Check system_settings, make sure you are at DB Schema Version 1378 or higher
If not, run the instructions for 2.7 to 2.9 before this section.
2. upgrade the MySQL asterisk database(you have two options):
A. Running the upgrade file directly from Linux:
mysql -f --database=asterisk < /path/from/root/extras/upgrade_2.10.sql -p
B. Going into mysql and executing the upgrade sql file:
mysql
use asterisk
\. /path/from/root/extras/upgrade_2.10.sql
quit
3. install new files:
perl ./install.pl
NOTES: If you have customized any scripts in the bin or agi folders,
then make sure you back them up before running the install.pl script.
This script will replace existing files in the astguiclient installation.
4. For each of your ViciDial servers, go the Admin -> Servers -> Modify Server
page and set each one to "Rebuild conf files = Y" and click submit.
This will rebuild the conf files to ensure any changes are updated.
5. On one server only, update your phone codes data:
/usr/share/astguiclient/ADMIN_area_code_populate.pl --purge-table --debug
###############################################################
27 wget http://tcpdiag.dl.sourceforge.net/project/astguiclient/astguiclient_2.11rc1.zip
31 yum install unzip
33 unzip ast*
34 ls
35 cd extras
53 mysql -f --database=asterisk < upgrade_2.10.sql -p
56 cd ..
58 perl ./install.pl
61 /usr/share/astguiclient/ADMIN_area_code_populate.pl --purge-table --debug
62 reboot
No hay comentarios:
Publicar un comentario