GOautodial From Scratch Using 64bit and 32bit CentOS 5.X

Install GOautodial From Scratch Using 64bit and 32bit CentOS 5.X



 Install GOautodial From Scratch Using 64bit and 32bit CentOS 5.X

This is useful for hosted servers that can't or won't install a custom ISO (GOautodial CE 3.0 ISO).

1. Install minimal version of CentOS 5.X 64bit/32bit (CentOS 5.10 is latest as of this writing)

2. Install the GOautodial yum repository

# cd /etc/yum.repos.d/
# wget http://downloads2.goautodial.org/centos/5/goautodial.repo

3. Update system

# yum -y update

4. Install GoAutoDial specific configuration

# yum -y install goautodial-ce goautodial-ce-config
This will automatically install the GOautodial applications and it's dependencies. Easy huh? :D

5. 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

6. Reboot

# reboot

7. Optional (only if you're using a Sangoma card):

Install Sangoma Wanpipe drivers

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 











Comments

Popular posts from this blog

VICIdial Scratch Install CentOS 7 & MariaDB & Asterisk 11

How to Change Default CRON Password in VICIdial.

VICIdial Scratch Install CentOS 7 & MariaDB & Asterisk 13