From 8475a663fa88f56852069dce67f75b269371953c Mon Sep 17 00:00:00 2001 From: Milan Tyagi Date: Fri, 5 Jun 2026 19:13:26 +0530 Subject: [PATCH] OF-2010 Specify port protocol for Media Proxy The Media Proxy opens a set of UDP listeners on the server, but this was not clear from the input labels on the admin console settings page. To avoid confusion, added "UDP" prefix to the corresponding input labels. Updated properties in openfire_i18n.properties: - mediaproxy.form.minport ("UDP Port Range Min") - mediaproxy.form.maxport ("UDP Port Range Max") - mediaproxy.form.echoport ("UDP Echo Test Port") --- i18n/src/main/resources/openfire_i18n.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/src/main/resources/openfire_i18n.properties b/i18n/src/main/resources/openfire_i18n.properties index 49589d7535..c529a1eee6 100644 --- a/i18n/src/main/resources/openfire_i18n.properties +++ b/i18n/src/main/resources/openfire_i18n.properties @@ -3571,9 +3571,9 @@ mediaproxy.form.idletimeout = Session Idle Timeout (in seconds) mediaproxy.form.idletimeout.tip = This value is usually bigger than 15 seconds. mediaproxy.form.lifetime = Session Life Time (in seconds) mediaproxy.form.lifetime.tip = Life Time is the maximum time that a Session can live. After this time it is destroyed, even if it stills active. -mediaproxy.form.minport = Port Range Min -mediaproxy.form.maxport = Port Range Max -mediaproxy.form.echoport = Echo Test Port +mediaproxy.form.minport = UDP Port Range Min +mediaproxy.form.maxport = UDP Port Range Max +mediaproxy.form.echoport = UDP Echo Test Port mediaproxy.summary.label = Active Sessions Summary mediaproxy.summary.desc = Sessions are Media Proxy Channels that controls packet relaying. \