RTPProxy 编译安装
[root@testing ~]# cd /usr/local/src/ $ git clone -b master https://github.com/sippy/rtpproxy.git $ git -C rtpproxy submodule update --init --recursive $ cd rtpproxy $ ./configure $ make && make install
sudo groupadd --system rtpproxy sudo useradd -s /sbin/nologin --system -g rtpproxy rtpproxy
vim /etc/rsyslog.d/50-default.conf local5.* /var/log/rtpproxy.log
vim /etc/logrotate.d/rtpproxy /var/log/rtpproxy.log { missingok compress delaycompress notifempty copytruncate rotate 5 daily }
</