Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Info

Update repository: rel50beta

In case of automatic upgrade, make sure to specify the current repository.

Link for sharing: https://confluence.wildix.com/x/foAJB

...

Note

API admin user authentication:

It is recommended to use PHP HTTP client library for S2S authentication: https://github.com/Wildix/s2s-client-php

API documentation: https://<pbx_host>/api/v1/doc/#section/Authentication


Warning

Starting from WMS 5.03, Directory sync protocol is routed outside of WMS network.

For correct behaviour of WMS Network, first update Server PBX and then Client PBXs.

WMS Beta 5.04.20211026.2

...

Date:

...

26.

...

10.2021

New Features

[WMS-12108] - sys: integrated res_json module to handle json format inside Diaplan

Github doc: https://github.com/drivefast/asterisk-res_json

[WMS-12109] - wms: added Simple Token authentication method

How to use:

  1. Open WMS -> Settings -> PBX -> Integrations
  2. Go to Applications tab -> Simple token
  3. Click Add and get a token

Improvements

[WMS-9771] - wms: added new API endpoints for trunk lists

API endpoints:

  • GET /api/v1/Trunks/Sip/ - Get a list of SIP trunks
  • POST /api/v1/Trunks/Sip/ - Create a SIP trunk
  • PUT /api/v1/Trunks/Sip/{id} - Update a SIP trunk by id
  • DELETE /api/v1/Trunks/Sip/{id} - Delete a SIP trunk by id

...

  • GET /api/v1/Trunks/Pstn/ - Get a list of PSTN trunks
  • POST /api/v1/Trunks/Pstn/ - Create a PSTN trunk
  • PUT /api/v1/Trunks/Pstn/{id} - Update a PSTN trunk by id
  • DELETE /api/v1/Trunks/Pstn/{id} - Delete a PSTN trunk by id


[WMS-9772] - wms: made improvements in WMS -> Trunks -> Pricelists section

  • Improved user interface (including buttons and the Import window)
  • For import, if the imported pricelist contains errors, made it clearer which data is invalid

[WMS-10888] - sys: added an option to enable remote music on hold to be played instead of the local one for external calls

This option fixes an issue when an external callee put a call on hold and a caller heard the PBX music on hold instead of the callee's.

...

Make sure the Support Refer and Hold option in Advanced settings is enabled, otherwise Play remote MoH won’t work.

[WMS-11786] - sys: updated RTPengine to the latest version for improved stability

[WMS-11867] - sys: added a check of free disk space before performing PBX upgrade to prevent possible upgrade failures

In case PBX doesn’t have enough space, the relevant error message is displayed in WMS, including the amount of free and required disk space

[WMS-11979] - dev: added possibility to control duration of the delay before answering a call on W04FXO r3 via custom provisioning parameter

How-to:

Add the following parameter to the /rw2/etc/provision.conf file:

...

Note: The parameter is only applicable to [wildixfxo3] section.

[WMS-12003] - wms: improved import of users, displaying the list of users that will be added, updated, or removed

[WMS-12123] - wms: added new API endpoints to manage failover PBX or remove a PBX in a WMS Network

API endpoints:

  • [PUT] http://<pbxHost>/api/v1/network/pbx/<serial>/ - to edit the failover PBX
  • [DELETE] http://<pbxHost>/api/v1/network/pbx/<serial>/ - to remove a PBX

...

Also added the parameters “version” and “failover” to the existing API endpoint ​​[GET] http://<pbxHost>/api/v1/network/pbxes response.

Fixes

[WMS-9015] - sys: fixed an issue of no CDR record created for an incoming call to a Call group, if the call was answered with the BLF Function key Call group and the Call group Dialplan included Record call application

[WMS-11332] - col: fixed an issue when in some cases after the laptop woke up from sleep, user got an error message about another active session

[WMS-11817] - sys: fixed an issue with Dial by name feature, when in some cases if there were 2 people with the same first name and different last names and the called person’s last name contained a dash, the PBX identified the right person but dialled the other one

[WMS-11822] - x-ca: fixed several x-caracal issues in which:

  1. In Filter -> Select Queues not all groups available on the PBX were displayed
  2. User information in Setup -> Users was updated with a delay, depending on the number of users and the PBX load
  3. Name of the queue didn’t fit in the Queue column


[WMS-11864] - wizy: fixed an issue when in some cases there was a long response time when a user was creating a conference with 10 participants or more

[WMS-11925] - x-ca: fixed an issue in which automatic clearing of outdated data in x-caracal didn’t work properly in some cases, which could result in database overload

Clearing of old data is run at 4 am every day. By default, the system clears data older than 12 months, if other values are not specified in WMS -> Settings -> PBX -> Call and chat history.

[WMS-12006] - col: configured Call Control mode to be enabled automatically for users running Collaboration inside MS Teams

It is no longer required to set the parameter CALL_CONTROL_FEATURE=true in the config file /rw2/etc/env.custom.ini to enable Call Control mode for MS Teams.

[WMS-12029] - wms: fixed an issue in which in spite of the ACL rule “Cannot access menu - Devices”, admin still had access to Analog ports and W-AIR Networks in WMS -> Devices

[WMS-12036] - sys: fixed an issue in which it was not possible to configure Failover by DNS for DaySaver

Check this guide for instructions: https://confluence.wildix.com/x/FYfZBQ

[WMS-12038] - sys: fixed an issue with no audio in Collaboration during an outgoing call in case the called user was Away, the call was made to mobility and a caller heard an audio message before the call was answered; or in similar cases

[WMS-12118] - sys: fixed an issue with impossibility to make calls because of PBX engine memory consumption spike

[WMS-12183] - col: fixed an issue in which it was impossible to create Post-It via the Add button in Collaboration

[WMS-12184] - sys: fixed an issue in which after performing an attended transfer of an external call, the BLF key on WP phone still displayed internal user's name instead of the external CID after upgrade to WMS 5.03

[WMS-12233] - wms: fixed an issue in which it was impossible to import more than 10000 contacts from Google after PBX upgrade to 5.03.20210910.1

[WMS-12258] - col: fixed an issue with saving a contact in the Phonebook because some special characters were not automatically removed from the contact’s phone number, pasted from another source

[WMS-12268] - sys: fixed a rare issue of dropped calls which sometimes occurred because of PBX engine deadlock

[WMS-12277] - wms: fixed an issue of blank white screen after login to Collaboration, which occurred if a backup file of WMS 5.02 was applied on WMS 5.03

[WMS-12283] - sys: fixed an issue with log files rotation in /var/log/mysql folder on Cloud PBX

[WMS-12307] - sys: added a parameter that fixes an issue of FIAS Hotel integration (ASA PMS), in which it was impossible to make outgoing calls from rooms after check-in

How-to:

Add the following parameter to /etc/wildix/whoteld_manager_custom.conf: PostponeRE=true

Documentation about custom config parameters: https://confluence.wildix.com/x/0AiIAQ

[WMS-12379] - sys: fixed an issue of PBX engine crash in some rare cases

[FXX-3] - dev: Daysaver stops to send sms via cnats connection

New Firmwares

New firmwares: WP480GR2: v. 55.145.6.114 WP480GR3: v. 63.145.10.36 WP490GR3: v. 67.145.8.106

[WP-71] - dev: fixed an issue of an incorrect time on WP phones provisioned to HW/ VM PBX in case the phone had a static IP address and PBX was used as NTP server

WMS Beta Hotfix Date: 18.10.2021

Additional packages: wldix-cw-5.03.20211012.1

Fix

[WMS-12263] - sys: fixed an issue of call drop in Collaboration and no media on WP which occurred when Collaboration user, being on a call with WP phone user, turned on personal call recording after completion of attended transfer under the following conditions:

  • The system was upgraded to WMS 5.03
  • g729 transcoding was enabled in /etc/callweaver/sip.conf

WMS Beta Hotfix Date: 12.10.2021

Additional packages: wldix-cw-5.03.20211012.1

Fix

[WMS-12317] - classound: fixed a rare one-way audio issue on CLASSOUND calls, which occurred due to incorrect processing of RTP Keep Alive by a remote carrier

WMS Beta Hotfix Date: 01.10.2021

Additional packages: ca-certificates_20200930,  x-caracal_5.03.20210929.1, wildix-cw-5.03.20210930.1, sipproxy_5.3.6-5.03.20211001.1

...

[WMS-12291] - sys: updated the SSL certificate to ensure correct work of Wildix services

WMS Beta 5.03.20210927.4 Date: 27.09.2021

Improvements

...

[WP-148] - dev: fixed an issue in which microphone volume on WorkForce got much higher after WMS upgrade to 5.03

WMS Beta Hotfix Date: 15.09.2021

Additional packages: wildix-provision_5.03.20210915.1,  wildix-lua-base_5.03.20210915.1,  wildix-dialplan_5.03.20210915.1,  wildix-cw-5.03.20210915.1,  wms-wildixair-firmwares_5.03.20210914.1

...

[WMS-12020] - dev: fixed an issue in which W-AIR Headset couldn’t update its firmware after upgrade to Beta 5.03.20210721.4

WMS Beta 5.03.20210826.1 Date: 26.08.2021

Improvement

...

Learn more in x-caracal documentation: https://confluence.wildix.com/x/FAEzBQ

WMS Beta 5.03.20210825.1 Date: 25.08.2021

Improvement

...

The issue affected FXS r3 gateways with firmware versions 27.81.10.15, 27.81.10.16, 27.19.10.15, 27.19.10.16.

WMS Beta 5.03.20210820.1 Date: 20.08.2021

Fix

[WMS-11959] - col: fixed an issue with CDR-View showing only records of the current user

  • Issue introduced in WMS 5.03.20210818.1 (Beta)

WMS Beta 5.03.20210818.1 Date: 19.08.2021

New Feature

...

Issue introduced in WMS 5.03.20210607.2 (Beta)

WMS Beta 5.03.20210806.2 Date: 10.08.2021

New Feature

...

New FXO/ FXS r3 firmware v 27811016_0716

[WMS-11206] - dev: fixed an issue in which during a conversation on analogue phones, connected to W24FXS r3 gateway, users occasionally got unnecessary transferred calls

[FXX-2] - dev: fixed an issue when FXO/ FXS r3 gateways sent media to wrong endpoint after the transfer, if SDES-SRTP was enabled and the call was answered by the PBX

[FXX-4] - dev: added support for direct SDES-SRTP on W02FXSR3 and W04FXSR3 devices

Added possibility to disable the option for W02/04FXS/ W04FXO r3 via custom provisioning parameter: SRTPForceUse =yes|no (option is enabled by default).
Additional sections for the parameter SRTPForceUse were added: [wildixfxo3] and [wildixfxs2]. Documentation will be updated soon: https://confluence.wildix.com/x/KQg8AQ

WMS Beta 5.03.20210730.1 Date: 3.08.2021

Improvement

...

Issue introduced in WMS beta 5.03.20210715.1

WMS Beta 5.03.20210715.1 Date: 16.07.2021

Improvement

...

[WP-72] - dev: fixed poor audio quality issue on WorkForce with firmware v 65.145.6.8


WMS Beta 5.03.20210709.3 Date: 13.07.2021

Improvements

...

[WMS-11393] - wms: fixed an issue with internal server error appearing on API endpoints requests that used middlewareLogicalOr with alloForAdmin authorization

WMS Beta 5.03.20210607.2 Date: 08.06.2021

Improvements

...

[WMS-11264] - sys: fixed an issue in which Call Group members were paused after Presence server/ PBX restart if "Unavailable on Away/DND" option was disabled

WMS Beta 5.03.20210518.1 Date: 18.05.2021

Fix

[WMS-11220] - wms: fixed an issue with impossibility to access Collaboration via Google Chrome v 91 if:

...

[WP-39] - dev: fixed an issue with WorkForce freezing while using Jabra Engage 65 connected via USB

WMS Beta Hotfix Date: 14.05.2021

Additional packages: wildix-cw-5.03.20210514.1, wildix-base_5.03.20210513.1~584f7348_all.deb

Fixes

[WMS-10966] - sys: fixed an issue in which some applications were broadcasting error logs to all opened consoles

[WMS-11242] - sys: fixed an issue in which under rare conditions it was impossible to receive/ make calls, after wms release 5.02.20210416.1

WMS Beta 5.03.20210513.2 Date: 13.05.2021

Improvement

...

[WMS-11117] - sys: fixed an issue with ACL permissions being not checked when using simplified mail2fax method

WMS Beta 5.03.20210429.1 Date: 29.04.2021

Improvement

...

[WMS-11051] - sys: fixed an issue with G729 transcoding not working for outgoing calls from Collaboration

WMS Beta 5.03.20210421.2 Date: 26.04.2021

New Features

...

[WMS-10656] - col: added support for x-caracal 

For activation, refer to the document: https://confluence.wildix.com/x/FAEzBQ.

...

[WMS-10931] - wms: fixed an issue with incorrect URL mapping for admin users that caused redirection to Collaboration after opening some menus under WMS Settings

WMS Beta Hotfix Date: 15.04.2021

Additional packages: wildix-cw-5.02.20210415.1, sipproxy_5.3.6-5.02.20210414.1, wildix-provision_5.02.20210413.1, wildix-dialplan_5.02.20210413.1, wildix-lua-base_5.02.20210413.1, wms-wildixair-firmwares_5.02.20210414.1

Fixes

[WMS-8663] - sys: fixed an issue in which a Call Group member stopped receiving CG calls if Force Call Forward was enabled to an external number and answered from that number

...

WMS Stable Release Candidate 5.02.20210201.4 Hotfix Date: 2.02.2021 

Additional package: wms-wildix2-firmwares 5.02.20210202.1

...

WMS Stable Release Candidate 5.02.20210201.4 Date: 1.02.2021 

Note

This version is the Stable Release Candidate. Starting from March 01 each region/ country will gradually get access to WMS 5.02 Stable upgrade, the schedule will be announced later.

Repository to upgrade: rel50rc.

...

WMS Beta 5.02.20210112.1 Date: 22.01.2021

Additional packages: wildix-cw 5.02.20210120.2 rtpengine 8.3.1-5.02.20210120.1wildix-lua-base 5.02.20210119.1 wildix dialplan 5.02.20210119.1 wildix-provision 5.02.20210119.1

Fixes

[WMS-10355] - sys: fixed an issue in which calls dropped after 10 minutes due to missing Session-Expires Timer in UPDATE messages by adding a custom parameter session_expire_header_in_update

...

WMS Beta 5.02.20210112.1 Date: 18.01.2021

Additional packages: wildix-cw 5.02.20210115.1 sipproxy 5.3.6-5.02.20210115.1 wildix-lua-base 5.02.20210115.1 wildix dialplan 5.02.20210115.1 wildix-provision 5.02.20210115.1

Fix

[WMS-10397] - sys: fixed an issue with impossibility to provision devices on newly created Cloud PBXs

...

[WMS-10380] - sys: fixed an issue with no audio/ one way audio for calls answered by the pbx (e.g. ivr or dialplan rule), which involved a device that doesn’t support “refer” (fxo/ fxs gateway)


WMS Beta Hotfix Date: 04.01.2021

Additional package: wildix-rtpengine 8.3.1-5.02.20201231.1

Fix

[WMS-10377] - sys: fixed a problem with one way audio in some cases after turning on call recording in WMS beta 5.02.20201228.4

...

[WMS-8692] - sys: fixed one way audio issue after resuming a call on hold that lasted > 11 min

WMS Beta 5.02.20201210.1 Date: 15.12.2020

Additional packages: wildix-cw 5.02.20201214.2 wildix-provision 5.02.20201215.1 wildix-dialplan 5.02.20201215.1 wildix-lua 5.02.20201215.1

Fix

[WMS-10200], [WMS-10214] - sys: fixed an issue when incoming calls from a trunk dropped after transfer in case of customized Contact Header

WMS Beta 5.02.20201210.1 Date: 14.12.2020

Additional package: wildix-cw 5.02.20201214.1

Fix

[WMS-8502] - sys: fixed an issue in which a call placed to a Call group couldn't be transferred from Collaboration if a caller had mobility feature enabled

WMS Beta 5.02.20201210.1 Date: 11.12.2020

Fix

[WMS-10087] - wms: fixed an issue with poor audio quality after attendant transfer of a call placed to a Call group that contained "queue() rule and c flag" in Dialplan

WMS Beta Hotfix Date: 10.12.2020

Additional package: wildix-sipproxy 5.3.6-5.02.20201210.1

Fix

[WMS-10265] - sys: fixed an issue in which calls via German VoIP operator Deutsche Telekom SIP Anlagenanschlußoperator dropped while being transferred

WMS Beta 5.02.20201207.3 Date: 7.12.2020

New Features

...

WMS Beta Hotfix Date: 18.11.2020

Additional packages: wildix-provision wildix-dialplan wildix-lua-base 5.02.20201118.1

Fix

[WMS-10162] - sys: fixed an issue in which WP4X0 r3, WelcomeConsole and WorkForce couldn't be auto-provisioned after upgrade to WMS Beta v. 5.02.20201116.5

...

[WP-23] - dev: fixed an issue with sidetone feature not working on WorkForce


WMS Beta 5.02.20201112.4 Date: 12.11.2020

Improvement

...

[WMS-9880] - sys: fixed an issue with PBX engine processing that caused high memory usage

WMS Beta 5.02.20201023.2 Date: 26.10.2020

Improvements

...

WMS Beta Hotfix Date: 20.10.2020

Additional package: sipproxy package 5.3.6-5.02.20201020.1

Fix

[WMS-9973] - sys: fixed shared memory leak in SIP proxy package introduced in WMS v. 5.02.20201015.2 (previous beta)

WMS Beta 5.02.20201015.2 Date: 16.10.2020

New Features

...

WMS Beta 5.01.20201006.1 Date: 09.10.2020

Additional packages: wildix sipproxy 5.2.5-5.01.20201008.1 wildixfxs2 5.01.20201009.1

Fixes

[WMS-9852] - sys: fixed an issue with incorrect behaviour of presense status monitoring feature on WP phones when BLF keys stopped displaying presence statuses of monitored users

...

WMS Beta 5.01.20200921.1 Date: 22.09.2020

Improvement

[WMS-9790] - wms: major security fixes

WMS Beta 5.01.20200914.1 Date: 17.09.2020

Additional packages: wildix sipproxy 5.2.5-5.01.20200917.1 ejabberd 19.02-5.01.20200916.1

Fix

[WMS-9612] - sys: fixed no audio issue for calls between 2 PBXs in WMS Network located in 2 different routable LAN networks

...

WMS Beta 5.01.20200902.2 Date: 09.09.2020

Additional package: wildix cw package 5.01.20200909.1

Fix

[WMS-9641] - col: fixed an issue with "Conference", "Recording" and "Transfer" buttons being unavailable for calls in Collaboration when calling via Diaplan application "Call through remote PBX"

...

Limitation: the issue still might be present when using Incognito Mode (by default, it blocks third-party cookies). You can change this behaviour (allow all cookies) in chrome://settings/cookies.

Wildix firmware package 5.01.20200721.1 Date: 01.09.2020 

New Firmware

New W-AIR firmware version 0501b001 for W-AIR bases and 0501b002 for W-AIR Handsets.

...

WMS Beta Hotfix Date: 19.08.2020

Additional packages: sipproxy package 5.2.5-5.01.20200818.1 wildix-base package 5.01.20200818.1

Improvement

[WMS-9462] - sys: performance tuning for 1GB PBX instances in order to prevent lack of memory

WMS Beta Hotfix Date: 18.08.2020

Additional packages: sipproxy package 5.2.5-5.01.20200817.1 wildix-cw package 5.01.20200818.1

Fixes

[WMS-9542] - sys: fixed no video issue from Dahua doorphones after upgrading PBX to WMS 4.04

...

Fixed position and changed color of srtp lock icon (from red to green)

WMS Beta Hotfix Date: 12.08.2020 

New Firmware

New firmware for WorkForce v. 65.145.2.14.rom

...

issue introduced in WMS v. 5.01.20200612.2

WMS Beta Hotfix Date: 4.08.2020 

Additional packages: provision package 5.01.20200804.1 dialplan package 5.01.20200804.1 lua-base package 5.01.20200804.1 base package 5.01.20200804.1

Fixes

[WMS-7345] - sys: fixed an issue with outgoing fax queue being blocked after the first unsuccessful attempt

...

[WMS-9419] - dev: fixed an issue in which incoming concurrent calls were routed only to BLF key "Line 1"

Wildix ejabberd package 5.01.20200724.1 Date: 27.07.2020 

Fix

[WMS-9384] - sys: fixed an issue with Collaboration freezing under high load

Wildix cw package 5.01.20200724.1 Date: 24.07.2020 

Fix

[WMS-9140] - wms: fixed an issue in which a Call group member who changed user status to “DND” while being paused for wrap up time or auto pause on no answer, still received Call group calls

Wildix firmware package 5.01.20200717.1 Date: 20.07.2020 

New Firmware

New firmware for WorkForce v. 65.145.2.7

...

[WMS-9093] - wms: fixed an issue with impossibility to close device's direct access via "Disconnect" option in WMS -> Devices

WMS Beta 5.01.20200605.5 Date: 05.06.2020

Improvements

...

[WMS-9084] - sys: fixed an issue in which PBX could freeze after reboot

WMS Beta 5.01.20200602.1 Date: 02.06.2020

Fixes

[WMS-9023] - sys: fixed call drop issue for calls received or placed via BRI/ PRI media gateways 

...

  • page refactoring
  • added possibility to edit rules via JSON editor ("Developer" option)

WMS Beta Version 5.01.20200514.1 Date: 15.05.2020

Improvement

[WMS-8691] - sys: SDES-SRTP feature is now enabled by default on supported devices (BPI/ PRI gateways, WP480G r3/ WP490G r3/ WorkForce, WelcomeConsole)

...

[WMS-8435] - col: redesign of Collaboration top menu

WMS Beta Version 5.01.20200416.1 Date: 17.04.2020

Improvement

...

The option "SMB version" is located in WMS Settings -> System -> Storages -> Add NFS/Windows share.

WMS Beta Version 5.01.20200413.1 Date: 15.04.2020

Fix

[WMS-8540] - sys: fixed an issue with SIP Proxy syslog errors for SIP trunk of German VoIP operator Deutsche Telekom SIP Anlagenanschluß

...

[WMS-8679] - sys: fixed an issue with click-to-call from Zoho CRM not working in some cases

WMS Beta Version 5.01.20200402.1 Date: 03.04.2020

Improvement

...

[WMS-6918] - dev: fixed an issue with delay of handling calls on WP480GR3, WP490GR3, WelcomeConsole in Failover environment if Secondary PBX was down

WMS Beta Version 5.01.20200317.2 Date: 18.03.2020

Improvement

...