I'm trying to configure openSIPS and RTPEngine on a Debian 8.10 server but when I set WSS in opensips.cfg and restart it I get this error with any port I tried:
ERROR:core:tcp_init_listener: bind(b, 0x7fe77b0c0e5c, 16) on 192.168.0.143:555 : Permission denied
ERROR:core:trans_init_all_listeners: failed to init listener [192.168.0.143], proto wss
In /etc/default/opensips I set USER / GROUP to root and when I restarted openssips I had root privilages in an SSH terminal, but the same happens if I log into the server directly.
In the openSISP Documentation it is stated that you need super user privilages because the port 443 needs it. But I don't see how I can get higher access then root and also any other port I tried isn't privilaged so it should work, but it doesn't.
What could be the problem? How can I solve this?