-
-
Notifications
You must be signed in to change notification settings - Fork 32
IP Address Mapping display disagrees with configuration #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for spotting this 👍 |
Seems also to affect
|
@lochner If it's urgent for you, we may provide a snapshot build. |
The latestest snapshots are automatically built by GitHub Actions and can be found at http://igniterealtime.org/projects/openfire/plugin-archive.jsp?plugin=pade |
The snapshot build after this fix is http://igniterealtime.org/projects/openfire/plugins/1.3.4-SNAPSHOT/pade.jar?snapshot=20210413.075814-13 |
With version 1.3.3, the Pade > Networking > IP Address Mapping display no longer agrees with the configured setting. It always shows Automatic, even with the org.jitsi.videobridge.media.AWS_HARVESTER system property set to "disabled".
Inspection points to the apparent cause:
In /src/java/org/jitsi/videobridge/openfire/PluginImpl.java,
org.jitsi.videobridge.media.AWS_HARVESTER
is mapped to these properties:
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER
org.ice4j.ice.harvest.FORCE_AWS_HARVESTER
However, in /src/web/jitsi-videobridge.jsp, the associated radio button states are mapped
via /src/java/org/jitsi/videobridge/openfire/RuntimeConfiguration.java from these properties:
org.jitsi.videobridge.DISABLE_AWS_HARVESTER
org.jitsi.videobridge.FORCE_AWS_HARVESTER
The text was updated successfully, but these errors were encountered: