1Remote Control Mode
2-------------------
3
4In this mode RTP Proxy can be controlled from the remote machine over
5network. When it is being used with SIP Express Router (SER), this allows
6to force different paths for signalling (SIP) and media (RTP) streams.
7
8The mode can be activated by starting RTP Proxy with `-s' command line
9argument:
10
11$ rtpproxy -s <proto>:<address>[:<port>]
12
13proto can be either udp or udp6; address is either IPv4 or IPv6 local
14address at which command commands should be accepted or `*' if rtpproxy
15should accept commands at all local interfaces; port is UDP port,
16if omitted port 22222 is used.
17
18BEWARE: command protocol contains no security or auth measures, so that
19you should be using other means to secure RTP Proxy, such as firewall or
20even better a VPN between machine runing RTP Proxy and machine wich
21runs a software that controls it.
22