sippy / rtpproxy

The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
http://rtpproxy.org
BSD 2-Clause "Simplified" License
405 stars 114 forks source link

rtpproxy - Not creating home directory `/home/rtpproxy'. #121

Closed yboujraf closed 2 years ago

yboujraf commented 2 years ago

Dear @lemenkov , @sobomax , @taisph , @jevonearth , @razvancrainea

I am trying to install RTPPROXY with Kamailio 4.4 on Ubuntu 14.04 to restore a server.

I am installing the package as usual :

apt-get install rtpproxy

Log

Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  ser openser
The following NEW packages will be installed:
  rtpproxy
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 41.9 kB of archives.
After this operation, 173 kB of additional disk space will be used.
Get:1 http://be.archive.ubuntu.com/ubuntu/ trusty/universe rtpproxy amd64 1.2.1-2ubuntu1 [41.9 kB]
Fetched 41.9 kB in 0s (107 kB/s)
Selecting previously unselected package rtpproxy.
(Reading database ... 68592 files and directories currently installed.)
Preparing to unpack .../rtpproxy_1.2.1-2ubuntu1_amd64.deb ...
Unpacking rtpproxy (1.2.1-2ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up rtpproxy (1.2.1-2ubuntu1) ...
Adding system user `rtpproxy' (UID 107) ...
Adding new group `rtpproxy' (GID 115) ...
Adding new user `rtpproxy' (UID 107) with group `rtpproxy' ...
Not creating home directory `/home/rtpproxy'.
Processing triggers for ureadahead (0.100.0-16) ...

Config file

The config file stored in /etc/default is :

private = 192.168.0.24
public = 78.29.220.29
# Defaults for rtpproxy
# The control socket. 
# CONTROL_SOCK="unix:/var/run/rtpproxy/rtpproxy.sock" 
# To listen on an UDP socket, uncomment this line: 
CONTROL_SOCK=udp:127.0.0.1:7722 
# Additional options that are passed to the daemon. 
EXTRA_OPTS="-l $private/$public -m 11000 -M 12000 -d DBUG:LOG_LOCAL1"

version

Basic version: 20040107
Extension 20050322: Support for multiple RTP streams and MOH
Extension 20060704: Support for extra parameter in the V command
Extension 20071116: Support for RTP re-packetization
Extension 20071218: Support for forking (copying) RTP stream
Extension 20080403: Support for RTP statistics querying
Extension 20081102: Support for setting codecs in the update/lookup command
Extension 20081224: Support for session timeout notifications

Is my config file wrong or do I need to install from repo the rtpengine ?

Best Regards,