The Guru Of Tech - Gobind

Asterisk Insall, Codec Install, Vicidial Install.

Friday, January 20, 2012

Asterisk Full Installation Process Step By Step

Asterisk 1.6.1.8 Installation Process [root@localhost ~]#yum upgrade [root@localhost ~]#yum -y install gcc gcc-c++ make openssl-devel newt-devel ncurses-devel libtermcap-devel libxml2-devel kernel-devel perl curl curl-devel [root@localhost ~]#uname -r [root@localhost ~]#yum -y install libtool-ltdl libtool-ltdl-devel unixODBC-devel mysql mysql-devel mysql-server mysql-connector-odbc [root@localhost ~]#cd /usr/src [root@localhost src]# mkdir asterisk [root@localhost ~]#cd asterisk [root@localhost asterisk]#wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.6.1.8.tar.gz...

Monday, January 9, 2012

Type of Status on Centos

  To see Harddisk status   Type a coomand on CLI   # fdisk -l     To see a RAM status   # free     To see a Processors Detail   # cat /proc/cpuinfo ...

Thursday, January 5, 2012

How To install ViciDial/astGUIclient 2.2.1 With Asterisk 1.4.21.2 On CentOS

    You must login as root to install the following software.     Make sure you update the system first, then reboot if you installed an updated kernel.     #yum -y update     #reboot     * Install the following software *     #yum install gcc gcc-c++ php php-devel php-gd gd-devel php-mbstring php-mcrypt php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel httpd libpcap...