分类目录

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: usage of tools

yum下载不按照RPM包

Refer to: http://297020555.blog.51cto.com/1396304/477757

1. 首先安装yum-downloadonly yum install yum-downloadonly

2. 只下载不安装 yum update httpd -y –downloadonly

3. 只下载到指定目录,但不安装 yum update httpd -y –downloadonly –downloaddir=/opt