1. Backup your data
Ideally, export your whole database
2. Check if your running version
Your version GOautodial CE 2.1 and your MySQL password is the default “vicidialnow”.
# cat /etc/vicidialnow-release
# mysqladmin password vicidialnow -p
Enter password: …
3. Install the GAD yum repository
# cd /etc/yum.repos.d/
# wget http://downloads2.goautodial.org/centos/5/goautodial.repo
4. Remove conflicting packages
# rpm -e dahdi-linux dahdi-linux-devel dahdi-linux-kmdl-2.6.18-238.9.1.el5.goPAE dahdi-tools munin munin-node –nodeps
5. Update system
Install GOautodial specific configuration and reboot (answer prompts with Y)
# yum update
# yum install goautodial-ce goautodial-ce-config
# reboot
6. Edit your PHP configuration
# nano /etc/php.ini
Make sure your config is as follows:
- memory_limit = 128M
- short_open_tag = On
- max_execution_time = 360
- max_input_time = 360
- post_max_size = 64M
- upload_max_filesize = 64M
- default_socket_timeout = 360