mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- 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.
7 lines
379 B
XML
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>
|