Task used to execute RTPProxy server.
The task runs the rtpproxy media server in a daemon container.
The variables overwritten by default by the task are:
image: default image to run issippylabs/rtpproxy:lateststop_timeout: stopping the container is delayed with 2s
Additional settings that can be passed to the task:
ip: optional, the IP RTPProxy listens for commands from the proxy; defaultport: optional, the port RTPProxy listens for commands from the proxy; default is22222listen: optional, the IP RTPProxy uses for sending and receiving RTP; by default it uses all IPs available
Run a RTPProxy instance that communicates with OpenSIPS on ip 192.168.56.5 and uses the same IP for RTP listening
- name: RTPProxy Server
type: rtpproxy
ip: 192.168.56.5
listen: 192.168.56.5