Showing posts with label upgrade. Show all posts
Showing posts with label upgrade. Show all posts

Tuesday, August 6, 2013

How to Upgrade GOautodial CE 2.1 to the latest version (3.0)



 Upgrade GOautodial CE 2.1 to the latest version (3.0)

1. Make sure to BACKUP your data first!!!
2. Check if you are running GOautodial CE 2.1 and your MySQL password is set to "vicidialnow".
# cat /etc/vicidialnow-release
GoAutoDial CE 2.1
Skip command below if your MySQL password is "vicidialnow"

# mysqladmin password vicidialnow -p
Enter password:
3. Install the GOautodial yum repository
# cd /etc/yum.repos.d/
# wget http://downloads2.goautodial.org/centos/5/goautodial.repo
4. Remove conflicting old 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
# yum update
Total size: 290 M
Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8562897
updates/gpgkey                                                                                                                                                                                                                                          | 1.5 kB     00:00    
Importing GPG key 0xE8562897 "CentOS-5 Key (CentOS 5 Official Signing Key) <centos-5-key@centos.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Is this ok [y/N]: y
# yum install goautodial-ce goautodial-ce-config
# reboot
6. Edit PHP configuration file:
# nano /etc/php.ini
Make sure the entries below have the same value:
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
7. Optional:
Install Sangoma Wanpipe drivers
Remove conflicting packages
# rpm -e wanpipe-util wanpipe-modules-2.6.18-238.9.1.el5.goPAE --nodeps --noscripts
Install updated Sangoma drivers
# yum install wanpipe
That's it folks! You're now running the latest and greatest open source GOautodial CE 3.0 system.
CentOS 5.9 base
DAHDI 2.6
DKMS DAHDI
DKMS Wanpipe
GOadmin
GOreports
GOagent
PHP 5.3
PHP-eAccelerator
Vicidial 2.4rc2

Tuesday, July 2, 2013

How to " reinstall " or " uninstall " or " upgrade " sangoma wanpipe driver

Sangoma Wanpipe Driver Reinstall or Uninstall or Upgrade to latest version
  • Following steps is for Reinstalling or uninstalling or upgrading the Sangoma Wanpipe Driver
Reinstalling/Uninstalling 
(for upgrade steps check the last steps)

step 1 ---  Check the wanpipe version installed
command to check the current version
wanrouter version

step 2 --- Go to the wanpipe source code of the installed version or download from sangoma for the same version
in my case i have downloaded the wanpipe in src directory
cd /usr/src/wanpipe-"version no"

if you dont have the source file then download the same version from the below link and untar the file

Step 3 --- uninstalling the wanpipe
wanrouter stop
wanrouter modules  ;to check if any loaded
./Setup remove

Step 4 --- installing the latest wanpipe driver or installing the any version of wanpipe which downloaded
- move to the wanpipe source folder and run below command
cd /usr/src/wanpipe-currentveriondownloaded/
./Setup dahdi    ; as i am using dahdi driver if you use zaptel then run ./Setup  zaptel

****** reinstallation done here ************************************
******below steps is for upgrading the wanpipe to latest *****

Wanpipe Upgrade 

  • Download the Latest wanpipe from the below link 
  • untar the file and move to the folder
  • wanrouter stop
  • cd /usr/src/wanpipe-currentversion
  • cd /util/wan_aftup
  • ./update_aft_firm.sh
*************END of WANPIPE UPGRADE********************