分类目录

Howto: RTPproxy Installation Guide

The Sippy RTPproxy is a high-performance software proxy server for RTP streams that can work together with SIP Express Router (SER), OpenSIPS, Kamailio, Sippy B2BUA or reSIProcate B2BUA.

The main purpose of RTPproxy originally had been to make the communication between SIP user agents behind NAT(s) (Network Address Translator) possible.

Homepage: http://www.rtpproxy.org/

1. Installation Download [...]

Howto: Kamailio (OpenSER) Installation Guide

Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able to handle thousands of call setups per second.

Homepage: http://www.kamailio.org

1. Installation Download the source package # cd ~ # wget http://www.kamailio.org/pub/kamailio/latest/src/kamailio-3.1.3_src.tar.gz # tar zxvf kamailio-3.1.3_src.tar.gz # cd kamailio-3.1.3 # make FLAVOUR=kamailio cfg Modify “modules.lst”, Remove db_mysql from the variable exclude_modules. # [...]

Howto: 安装配置CentOS文件同步

Homepage: inotify-tools

master: the source host slave: the destination host

1. Download inotify-tools package and installation

master # cd ~ master # wget https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz master # tar zxvf inotify-tools-3.14.tar.gz master # cd inotify-tools-3.14 master # ./configure master # make master # make install

2. Generate the SSH KEY to access without the password

master # [...]