pgrep, pkill – look up or signal processes based on name and other attributes
Archive > 04 February 2009
Installing and configuring freeswitch: part 1
These instructions detail compiling and installing freeswitch under centos 5.x. It should be noted that this was done successfully under a xen vm hosted at linode. yum -y install subversion autoconf automake libtool gcc-c++ ncurses-devel make mkdir /usr/src/freeswitch cd /usr/src/freeswitch svn co http://svn.freeswitch.org/svn/freeswitch/tags/1.0.2/ cd 1.0.2 ./bootstrap.sh ./configure –prefix=/usr/local/freeswitch make make install make sounds-install make moh-install [...]