15663daaf7
Co-Authored-By: James E. Blair <corvus@inaugust.com> Change-Id: Id8b347483affd710759f9b225bfadb3ce851333c Depends-On: https://review.openstack.org/596503
8 lines
189 B
YAML
8 lines
189 B
YAML
# SIP signaling is either TCP or UDP port 5060.
|
|
# RTP media (audio/video) uses a range of UDP ports.
|
|
iptables_public_tcp_ports:
|
|
- 5060
|
|
iptables_public_udp_ports:
|
|
- 5060
|
|
- 10000:20000
|