readme.remote

来自「大名鼎鼎的 RTP Proxy 源代码 在OpenSER 中成熟应用的」· REMOTE 代码 · 共 24 行

REMOTE
24
字号
Remote Control Mode-------------------In this mode RTP Proxy can be controlled from the remote machine overnetwork. When it is being used with SIP Express Router (SER), this allowsto force different paths for signalling (SIP) and media (RTP) streams.The mode can be activated by starting RTP Proxy with `-s' command lineargument:$ rtpproxy -s <proto>:<address>[:<port>]proto can be either udp or udp6; address is either IPv4 or IPv6 localaddress at which command commands should be accepted or `*' if rtpproxyshould accept commands at all local interfaces; port is UDP port,if omitted port 22222 is used.BEWARE: command protocol contains no security or auth measures, so thatyou should be using other means to secure RTP Proxy, such as firewall oreven better a VPN between machine runing RTP Proxy and machine wichruns a software that controls it.$Id: README.remote,v 1.1 2004/03/01 12:31:55 sobomax Exp $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?