# SIP signaling is either TCP or UDP port 5060.
# RTP media (audio/video) uses a range of UDP ports.
iptables_extra_public_tcp_ports:
  - 5060
iptables_extra_public_udp_ports:
  - 5060
  - 10000:20000