Update repository: rel50beta
In case of automatic upgrade, make sure to specify the current repository.
Requirements:
- Min. supported version from which upgrade is possible: 4.03.44606.45 (https://www.wildix.com/new-releases-and-updates/)
- Сustom certificates are accepted only with signature algorithm not lower than SHA256
Basic Authentication API access is disabled for admin users (API documentation: https://<pbx_host>/api/v1/doc/#section/Authentication)
Admin users can apply PHP HTTP client library for S2S authentication: https://github.com/Wildix/s2s-client-php
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)
Fix
[WMS-8455] - sys: fixed an issue when after call pickup/ call forward, user received a call from another user whose call was previously picked up and two calls were bridged automatically instead of a second incoming call
WMS Beta Version 5.01.20200508.1 Date: 11.05.2020
Improvements
[WMS-8605] - col: URL previews in Collaboration messages are now displayed in a language set in user's Personal Settings
[WMS-8763] - sys: added support for direct upgrade of BRI/ PRI media gateways via internet connection
Notes:
- Upgrade available via firmwares.wildix.com or custom server
- Media gateway must have access to the Internet to get a new firmware
- If there is no Internet connection and media gateways provisioned to HW/ VM PBX, enable the option "Enable routing eth0" in WMS Settings -> System -> Network
[WMS-8869] - sys: disabled audio notification for call intrusion by default
To enable audio notification:
- for all the system: go to WMS Dialplan -> General Settings -> Set dialplan variables -> add INTRUSION_NOTIFICATION=yes
- for a specific group of users: modify Dialplan procedure used for the group -> add Set application and insert INTRUSION_NOTIFICATION=yes
Fixes
[WMS-7349] - col: increased clickable areas for DTMF keypad in Collaboration call dialog window
[WMS-8839] - sys: fixed call drop issue after 25 minutes if it was placed between 2 Collaborations in WMS Network
[WMS-8840] - sys: fixed one way audio issue in case of mobility call if Direct RTP was enabled
WMS Beta Version 5.01.20200424.1 Date: 27.04.2020
Improvements
[WMS-7535] - sys: improved SIP DoS protection
[WMS-8435] - col: redesign of Collaboration top menu
WMS Beta Version 5.01.20200416.1 Date: 17.04.2020
Improvement
[WMS-8338] - sys: added possibility to select proper SMB version during Windows share initialization
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 Beta Version 5.01.20200410.3 Date: 13.04.2020
Improvements
[WMS-8609] - wms: refactoring of HTTP proxy client page in WMS Settings -> System
[WMS-8673] - wms: discontinued support for Zoho API version 2
To switch to the version 3: https://confluence.wildix.com/x/2IPIAQ (Update instructions).
[WMS-8680] - wms: removed deprecated Colleagues API endpoints:
- POST /api/v1/Colleagues/
- PUT /api/v1/Colleagues/{id}/
- DELETE /api/v1/Colleagues/{id}/
- DELETE /api/v1/Colleagues/{ids}/
Fixes
[WMS-8678] - wms: fixed an issue in which it was impossible to manage calls (start/ answer/ hangup) from Zoho CRM because it couldn't be authorized on PBX
[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-8573] - sys: enabled TProxy multiple processing for handling multiple connections
Note: for PBXs with > 2GB of memory. CPU load is decreased by splitting multiple processes for each CPU core.
Fix
[WMS-8383] - wms: fixed an issue with call and chat history not working after applying backup from Cloud PBX
WMS Beta Version 5.01.20200327.3 Date: 30.03.2020
New Feature
[WMS-7504] - sys: call waiting parameter can now be activated for Call Groups with CG strategy “Call All 32”
Improvements
[WMS-8368] - wms: refactoring of W-AIR Networks page in WMS -> Devices
[WMS-8402] - wms: removed possibility to synchronize time manually on NTP Server page in WMS Settings -> System
Fixes
[WMS-7944] - col: limited size of a group chat title to 1024 symbols
[WMS-8146] - sys: fixed an issue when user received an email notification about joining a group chat as unread message from one-to-one chat
[WMS-8151] - dev: fixed an issue in which fax sending of multipage documents via FXS r3 gateway failed due to additionally added image row
[WMS-8565] - sys: fixed an issue in which configuration sync between Main and Secondary PBXs could not work in some cases
[WMS-8629] - wms: fixed an issue in which Wizyconf couldn't get the configuration from PBX after the first provisioning or being restarted
[WMS-8630] - sys: fixed an issue with Dialplan crashing if it contained previously deleted IVR tree
New Firmware
New firmware for WP480GR3 v. 63.145.10.13, WP490GR3 v. 67.145.8.92, WelcomeConsole v. 68.145.2.24
[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
[WMS-8290] - app: WIService v. 2.12.1 (Windows) improves collecting of crash logs: now logs from crash_dumps folder are sent automatically
WMS Beta Version 5.01.20200313.4 Date: 16.03.2020
New Features
[WMS-7199] - sys: added support for direct RTP between Kite and Web phone
Added full ICE support for Kite and WebRTC phone:
- endpoints in the same network - media goes directly
- endpoints in different networks and open/ moderate NAT - STUN is used to find the best pair of candidates
- endpoints in different networks, strict NAT - media goes through TURN (on PBX)
The feature is disabled by default. To enable it, add the following line to the file /rw2/etc/kamailio/host_specific_custom.cfg:
modparam("pv", "varset", "ice_drtp=i:1")
[WMS-7264] - wms: added support for S2S authentication via token for Wildix PBX API
- The option "API access settings" located in WMS Settings -> PBX -> Integrations (prev. CRM Integrations)
- Available only for a super admin user
API documentation: https://<pbx_host>/api/v1/doc/#tag/Authentication/bearer
[WMS-7804] - col: added support for preview of video/ audio files via HTML5 <video>/ <audio> tags and youtube player in Collaboration chats
[WMS-8164] - col: added ability to leave customer feedback in Collaboration
The option "Feedback" located in Collaboration top menu (right corner).
[WMS-8204] - wms: implemented PHP HTTP client library for using S2S authentication
Github developer documentation: https://github.com/Wildix/s2s-client-php
Improvements
[WMS-7772] - sys: added support for up to 1000 nodes in WMS Network
Important: in case there are more than 252 PBXs in WMS Network, they all must be upgraded to WMS v. 5.0. Otherwise, chats, calls, statuses from / to PBXs on WMS 4.03 won't work.
[WMS-7773] - sys: added support for showing up to 0,0001 in cost calculation in pricelist and CDR-View
A new option "Decimal places number in Cost" is available in CDR-View -> Settings and allows changing the number of decimal places to be shown.
[WMS-7957] - wizy: emails of participants are now matched with PBX users if they are present while creating a video conference
[WMS-8061] - sys: default behavior changed for call intrusion: audio notification (beep) enabled by default!
A beep sound is played when any type of call intrusion (including silent intrusion) is started.
To disable it:
- for all the system: go to WMS Dialplan -> General Settings -> Set dialplan variables -> add INTRUSION_NOTIFICATION=no
- for a specific group of users: modify Dialplan procedure used for the group -> add Set application and insert INTRUSION_NOTIFICATION=no
[WMS-8192] - col: increased size of devices selection window in Collaboration
[WMS-8217] - col: redesigned Login page in Collaboration
[WMS-8245] - sys: Identities feature is now compatible with ACl rule "Can/cannot - call pickup"
[WMS-8248] -sys: optimized Chat and Presence server load when a new client connection is established
[WMS-8283] - wms: optimized API response time for all endpoints with basic and session authentication
[WMS-8375] - sys: improved system performance for systems with large amount of users (> 3000 users)
[WMS-8377] - sys: S2S connection is now established directly (not via vpn) when possible
[WMS-8416] - sys: improved the logic of call forwarding to trunks
- renamed the ACL "Trunk to trunk forward" to "Forward to trunk"
- changed the behaviour: now the ACL blocks all call forwards to trunk received from trunk/ user extension
[WMS-8498] - api: disabled access to Basic Authentication API for admin users
Note: for S2S auth, use PHP HTTP client library (ticket WMS-8204).
Fix
[WMS-8345] - col: fixed an issue in which CDR-View didn't work with a large number of excludes