ISL Conference Proxy 3.5.6 with modules for Windows and Linux (2014-02-13)

 

General Information

On 7th of February the following was released: :

  • ISL Conference Proxy 3.5.6 for Windows 32bit (Platform=win32, Revision=32704, release_date=2014-01-22, os_version=0x5020000-0x7fffffff)
  • ISL Conference Proxy 3.5.6 for Windows 64bit (Platform=win64, Revision=32704, release_date=2014-01-22, os_version=0x5020000-0x7fffffff)
  • ISL Conference Proxy 3.5.6 for Linux 32bit (Platform=linux, Revision=32704, release_date=2014-01-22)
  • ISL Conference Proxy 3.5.6 for Linux 64bit (Platform=linux64, Revision=32704, release_date=2014-01-22)

Modules

  • ISL AlwaysOn 2.2.0 (release_date=2014-01-22, revision=32700)
  • ISL Groop 3.0.1 (release_date=2014-01-22,revision=32690)

Translations

  • isl_conference_proxy_20140122_20140213_103651
  • isl_alwayson_20140122_20140213_103651
  • isl_groop_20140122_20140213_103651
  • isl_light_20140122_20140213_103651
  • isl_pronto_20140122_20140213_103651

Update availability

All updates have release date set to 2014-01-22. Your ESS will need to be same or higher to be able to update your server. This release is available to all countries except Japan.

Upgrading to new version

This are server side updates so hosted service users do not need to do anything.

Server license users please check Upgrading Server License.

Improvements

New features

ISL AlwaysOn

ISL AlwaysOn - Module - add use installed ISL Light to start options [ISLALWAYSON-240] More

Description

Added support for using installed ISL Light to connect option of ISL AlwaysOn Connect program.

ISL Groop

ISL Groop - Module - webUI v2 optimizations [ISLGROOP-365] More

Description

ISL Groop web interface version 2 was optimized. List of sessions is now populated using 1 API call which means less network traffic and also improved performance.

ISL Groop - Module - Authenticated user cannot select program version when joining [ISLGROOP-381] More

Description

Users who are logged in and are viewing meeting list can select version of ISL Groop application when joining a session.

ISL Groop - Module - Sorting on columns and default on date created [ISLGROOP-383] More

Description

All tables inside ISL Groop webpages are now sortable.

ISL Conference Proxy

ISL Conference Proxy - DT - always calculate row hash and row size on insert/update [ISLCONFPROXY-224] More

Description

All tables have extra columns, which are used for the row size and row hash on database record insert or record update. Hashes are then used for comparing record synchronization between servers.

ISL Conference Proxy - add support for plugin embed to program [ISLCONFPROXY-230] More

Description

Added support for embedded plugins inside downloaded program so the program does not download the plugins when run.

ISL Conference Proxy - rename ISL Recording Player to ISL Player [ISLCONFPROXY-231] More

Description

ISL Recording Player was renamed to ISL Player on ISL Conference Proxy.

ISL Conference Proxy - make /files unlistable by default for security reasons [ISLCONFPROXY-233] More

Description

Users could see all files that are stored on ISL Conference Proxy public folder. Directory listing is now blocked for security reasons.

ISL Conference Proxy - add DT attached tables support [ISLCONFPROXY-238] More

Description

Added attached tables to direct tables layer to support certain modules like ISL Pronto.

ISL Conference Proxy - add /webaccess/wstun in addition to /__wstun__ [ISLCONFPROXY-239] More

Description

Added support for WebSockets transport tunnel also on /webaccess/wstun in addition to /_wstun_. One passthrough on reverse web proxy (web load balancer) is enough to properly support HTTP tunnels: /webaccess/*

ISL Conference Proxy - support external webapi calls [ISLCONFPROXY-242] More

Description

Added support for various account features to be implemented by external web service.

ISL Conference Proxy - webapi2 load balancing APIs  [ISLCONFPROXY-243] More

Description

In case of GRID, WebAPI calls will now be only routed to available servers.

ISL Conference Proxy - support developing/overriding content pages  [ISLCONFPROXY-245] More

Description

Override for internal web pages are now available with this naming scheme:

objects/web_content_[_subtemplate_SUBTEMPLATE_]FILEBASE__VERSION.FILEENDING (objects/web_content___users__xyz__bubu__1.html)

ISL Conference Proxy - implement forgot password webapi2  [ISLCONFPROXY-246] More

Description

Support for forgot password functionality has been added to WebAPI2.

ISL Conference Proxy - support optional description in webapi2 OK response [ISLCONFPROXY-250] More

Description

OK responses on WebAPI2 may now return description field as well.

ISL Conference Proxy - implement forgot password pages based on webapi2  [ISLCONFPROXY-251] More

Description

Forgot password account feature now sends an email with reset password link instead of password itself for security reasons.

ISL Conference Proxy - implement signup webapi2 [ISLCONFPROXY-252] More

Description

Support for account creation has been added to WebAPI2 functionality, using function call utils/signup/1

ISL Conference Proxy - add plugin list and download to mux [ISLCONFPROXY-255] More

Description

Allow plugin download also for client software, which is not logged into ISL Conference Proxy.

ISL Conference Proxy - option to disable saving http events into sessions [ISLCONFPROXY-261] More

Description

HTTP events are not saved anymore by default in all sessions objects to reduce load on database.

 

Defect fixes

ISL Groop

ISL Groop - Module - Can not set meeting authentication type  [ISLGROOP-363] More

Description

Users were not able to change authentication type of a meeting once the authentication type was set to Authenticated users. Procedure for defining or changing meeting authentication type was redesigned. Meeting authentication type is no longer locked after setting it to Authenticated users.

The defect was fixed.

ISL Groop - Module - Session does not exist  [ISLGROOP-364] More

Description

Users may have experienced wrong session code error when trying to join ISL Groop meeting even though the session code was correct. The displayed error was incorrect. When anonymous user tries to join a session which authentication type is set to Authenticated users, user does not have permission to join the session, and correct error is now displayed ( You do not have permission to access this session).

The defect was fixed.

ISL Groop - Module - In meetings files, when overriding file from another person, file owner will not change  [ISLGROOP-368] More

Description

If user A uploaded a file using ISL Groop web interface and the file was already uploaded by user B, the overridden files' owner did not change. It was still owned by user B. The issue was that the data in the web interface was not properly refreshed. File owner is now set to the correct user.

The defect was fixed.

ISL Groop - Module - Invitation not send using V2 pages when user edits email content  [ISLGROOP-373] More

Description

ISL Groop session Invitation emails that were edited were not sent to the recipients even though the interface notified that the emails were sent. If the user edited the invitation email template, XML parser on ISL conference Proxy failed to parse the email. Sending email functionality from ISL Conference Proxy was redesigned, support for native HTML was added. Invitation emails are not longer parsed through XML parser.

The defect was fixed.

ISL Groop - Module - Session info for auth_type authenticated is Accessible by Undefined  [ISLGROOP-395] More

Description

Session details dialog on web interface displayed session is accessible by as undefined if the meetings' authentication type was set as Authenticated users. Functionality for displaying session information was redesigned so it now shows that the meeting is accessible by Authenticated users ( deprecated ).

The defect was fixed.

ISL Groop - Module - Timezone is not working correctly in edit meeting [ISLGROOP-399] More

Description

Users who edited a meeting did not get the correct date/time in the meeting edit dialog. The displayed time was in local time and timezone even if the session start was not defined in local time and timezone. Meeting creation process now writes the exact same date/time with the timezone as defined at creation. The same is returned when editing the meeting ( date/time is not shown in local time ).

The defect was fixed.

 ISL Conference Proxy

ISL Conference Proxy - web session timeout setting does not take effect [ISLCONFPROXY-253] More

Description

Change of setting for web session timeout did not take effect. The issue was that the setting was set before web server was initialized. The setting is now read after web server is initialized.

The defect was fixed.

ISL Conference Proxy - webstart javascript fails on ie11 [ISLCONFPROXY-256] More

Description

ISL WebStart support for Internet Explorer 11 added for web pages.

The defect was fixed.

ISL Conference Proxy - implement translation mux channel [ISLCONFPROXY-257] More

Description

Support translations download for client software, which is not logged into ISL Conference Proxy.

The defect was fixed.

ISL Conference Proxy - snapshot send from DT servers fails  [ISLCONFPROXY-262] More

Description

Fixed a failure in snapshot sends from direct tables GRID server to regular GRID server with large number of files.

The defect was fixed.

ISL Conference Proxy - WAL new table might reset remote server WAL state if continue on error is enabled [ISLCONFPROXY-263] More

Description

In GRID with WAL continue on error option, WAL state might be unnecessarily reset to initial unsychronized state. Such event is detected to keep WAL state synchronized.

The defect was fixed.

ISL Conference Proxy - report maximum file id in GRID [ISLCONFPROXY-264] More

Description

Possible data object corruption was fixed - in certain cases when servers were unsynchronized (system crash, etc.), old data objects might be overwritten, because object serial ID was reset to earlier value.

The defect was fixed.

ISL Conference Proxy - pt-BR is not recognized as ISL ptbr language  [ISLCONFPROXY-273] More

Description

Users whose language was set to Brazilian Portuguese did not see ISL Conference Proxy web pages in correct language. The detection of users' language was redesigned so it detects the language correctly.

The defect was fixed..

 

 

Was this article helpful?