Postingan

Menampilkan postingan dari Juli 13, 2008

Baju SO

Akhir nya Baju SO dah release lagi semoga laku ....... selengkapnya baca di shop.sekuritionline.net ......... ( Webnya masih build ) Amin !!!! mudah-mudahan laku nih thanks buat aican ... dan member SO //..

AKhirnya Nulis Lagi - Openser = Voip

INSTALLATION OF OpenSER on Linux ( CentOS ) 1. First install the following dependencies that will be needed to compile OpenSER sources: - bison - flex - mysql - mysql-devel - subversion (if you intend to use subversion to get its sources *you can install the said sources via tarballs or rpms or via yum which I did :-) 2. Now get the source OpenSER package ( I get the latest one which is 1.3.x) svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.3 sip-server or via wget http://www.openser.org/pub/openser/latest/src/openser-1.3.2-tls_src.tar.gz 3. Unzip and extract the files tar xvzf openser-1.3.2-tls_src.tar.gz 4. cd to the source directory cd openser-1.3.2-tls 5. Do following for compilation and installation make clean make all include_modules="mysql" make prefix=/usr/local install include_modules="mysql" 6. Now edit first openserctlrc vi /usr/local/etc/openser/openserctlrc uncomment the line that says DBENGINE=MYSQL 7. Now we can create the databas