Sunil Mohan Adapa 4db5a35ce0
repro: Open up RTP ports
- RTP ports used for voice and video communication can span a wide range
  of ports.  Some servers seem to restrict the range.  However, repro
  does not seem to do that.  So, open up the full range.
2016-10-01 08:19:57 -04:00

7 lines
379 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Real-time Transport Protocol</short>
<description>RTP is a protocol for delivering real-time data such as audio and video. Enable this if you run an internet telephony server using XMPP, SIP or H.323 and wish to enable audio and video communications.</description>
<port protocol="udp" port="1024-65535"/>
</service>