Asterisk
is an open source PBX (private branch exchange) server that manage
telephone calls. It include features such as customer service queues,
music on hold, conference calling, and call recording, and many more....
Below steps will show configuration to set static IP address in Cent-OS machine. Network configuration files are under "/etc/sysconfig/network-scripts". We can open the file with editor like nano, vi, vim etc... Here I will...
To Install Apache, My SQL, PHP & phpMyAdmin follow below process,
a) Run below command to install Apache, My SQL, PHP and phpMyAdmin
yum install httpd mysql-server php php-mysql
...
To change host name you must have root access of the system. We can do it using any text editor, here I am using text editor "vim".
Open /etc/sysconfig/network file.
[root@lmntechnohub ~]# vim /etc/sysconfig/network
Modify the HOSTNAME= value,...