diff --git a/data/usr/lib/firewalld/services/sip-plinth.xml b/data/usr/lib/firewalld/services/sip-plinth.xml
deleted file mode 100644
index 47d6c12db..000000000
--- a/data/usr/lib/firewalld/services/sip-plinth.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- 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
deleted file mode 100644
index 50b97a100..000000000
--- a/data/usr/lib/firewalld/services/sip-tls-plinth.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- 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 d9900bcf9..b5a6c26b7 100644
--- a/plinth/modules/repro/__init__.py
+++ b/plinth/modules/repro/__init__.py
@@ -69,7 +69,7 @@ def init():
global service
service = service_module.Service(
- managed_services[0], title, ports=['sip-plinth', 'sip-tls-plinth'],
+ managed_services[0], title, ports=['sip', 'sips'],
is_external=True, enable=enable, disable=disable)
if service.is_enabled():