February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

Categories

February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

start/stop asterisk

To start asterisk server /usr/sbin/asterisk

To stop asterisk server /usr/sbin/asterisk -r CLI>stop now

To reload asterisk server CLI>reload

To restart asterisk server CLI>restart now

asterisk –rx “stop now”

To show version

asterisk -rx “core show version”

 

asterisk –rx “core show translation”

asterisk –rx “core show codecs”

 

YUM Server in CentOS 6.x / RHEL 6.x

Setup Local YUM Server in CentOS 6.x / RHEL 6.x

(Yum) is a software package manager that installs, updates and removes packages on RPM-based Linux distributions. Yum makes it easier to maintain groups of machines without having to manually update each one using rpm.

Features:

Support for multiple repositories.Simple configuration.Automatic dependency calculation.Fast operation.RPM-consistent behavior.Package […]