mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
- Since SIP is a generic protocol implemented by various servers, the firewall service must describe the protocol instead of the application. This is similar to the way firewalld handles http/https. This also make the service descriptions more acceptable by upstream. - Split unencrypted and encrypted services so that one can enabled without the other (a possibility with SIP). - Add 5061/UDP for SIP over DTLS and DCCP.
8 lines
419 B
XML
8 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>SIP</short>
|
|
<description>The Session Initiaion Protocol (SIP) is commonly used in Internet telephony for audio/video calls and instant messaging. Enable this if you are running a SIP proxy, registrar, redirector or gateway server over an unencrypted channel.</description>
|
|
<port protocol="udp" port="5060"/>
|
|
<port protocol="tcp" port="5060"/>
|
|
</service>
|