diff --git a/data/usr/lib/firewalld/services/repro-plinth.xml b/data/usr/lib/firewalld/services/repro-plinth.xml
deleted file mode 100644
index 2abc90c41..000000000
--- a/data/usr/lib/firewalld/services/repro-plinth.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- repro SIP proxy
- repro is a SIP proxy server. It provides authentication, authorization, and call routing features.
-
-
-
-
diff --git a/data/usr/lib/firewalld/services/sip-plinth.xml b/data/usr/lib/firewalld/services/sip-plinth.xml
new file mode 100644
index 000000000..47d6c12db
--- /dev/null
+++ b/data/usr/lib/firewalld/services/sip-plinth.xml
@@ -0,0 +1,7 @@
+
+
+ SIP
+ 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.
+
+
+
diff --git a/data/usr/lib/firewalld/services/sip-tls-plinth.xml b/data/usr/lib/firewalld/services/sip-tls-plinth.xml
new file mode 100644
index 000000000..50b97a100
--- /dev/null
+++ b/data/usr/lib/firewalld/services/sip-tls-plinth.xml
@@ -0,0 +1,7 @@
+
+
+ SIP over TLS/DTLS
+ 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 a channel encrypted using TLS or DTLS.
+
+
+
diff --git a/plinth/modules/repro/__init__.py b/plinth/modules/repro/__init__.py
index d7dc17bd7..75961bc21 100644
--- a/plinth/modules/repro/__init__.py
+++ b/plinth/modules/repro/__init__.py
@@ -38,7 +38,7 @@ def init():
global service
service = service_module.Service(
- 'repro', _('Repro SIP Proxy'),
+ 'repro', _('repro SIP Proxy'), ['sip-plinth', 'sip-tls-plinth'],
is_external=True, enabled=is_enabled())