Project

General

Profile

How to upgrade to Asterisk 1.8.23-vici

1. Make sure to BACKUP your data first!!!

2. Append the goautodial-testing repo to the goautodial.repo file

nano /etc/yum.repos.d/goautodial.repo
[goautodial-testing]
name=CentOS-$releasever - Goautodial - Testing
baseurl=http://downloads2.goautodial.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=0

Your /etc/yum.repos.d/goautodial.repo should look like this:

[goautodial-current]
name=CentOS-$releasever - Goautodial - Current
baseurl=http://downloads2.goautodial.org/centos/$releasever/current/$basearch/
enabled=1
gpgcheck=0

[goautodial-updates]
name=CentOS-$releasever - Goautodial - Updates
baseurl=http://downloads2.goautodial.org/centos/$releasever/updates/$basearch/
enabled=1
gpgcheck=0

[goautodial-testing]
name=CentOS-$releasever - Goautodial - Testing
baseurl=http://downloads2.goautodial.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=0

3. Update Vicidial to 2.7RC1

Follow this: HOWTO Upgrade to Vicidial 2.7RC1

4. Update Asterisk

yum -y update asterisk

5. Configure Vicidial to use Asterisk 1.8

cd /usr/src/vicidial/
perl install.pl --asterisk_version=1.8 --copy_sample_conf_files --no-prompt

6. Make sure to change the Asterisk version in the GOadmin servers settings

7. Reboot your server

Go to top