Skip to main content

Asterisk for Docker

GitHub sites

RTP ports and Docker

Docker cannot deal with a wide range of UDP ports being forwarded. One way to get around this is to run the container on a machine that is not using 10000-20000 UDP and start the container with --network=host.