5.4.0
Changes for 5.4.0
Changes to branch 5.4
after version 5.4
.
Commits
-
MSPB-367: Avoid removing duplicated feature codes - by Guillermo Gutiérrez
-
MSTR-300: Add support to Intrado when adding a e911 to a number - by Pilar Candia
-
MSTR-283: Remove metadata from the payload when saving to phone_numbers - by Pilar Candia
-
MSPB-364: Update text in steps to record a greeting - by Pilar Candia
-
MSTR-283: Fix issue where E911 section is not getting displayed - by Pilar Candia
-
MSPB-253: Revert "Implement 'Always On, Busy, and No Answer' Call Forwarding Feature" - by Ramen Romana
Following a recent team call, it's been decided to revert the changes made to
PS-35
as part ofRELEASE-246
, with a full implementation deferred to future releases. The team discussed various strategies for SmartPBX, ultimately opting for a reversion. -
MSPB-360: Set 'start_date' and 'cycle=date' for non recurring holidays - by Pilar Candia
-
MSTR-275: do not require sub module, let core handle it - by Hesaam Farhang
If the app assets is loading from external
source_url
, if the app tries to require its sub modules directly it will fail and the app won't load at all.Changing the module name to its external
source_url
as what Monster UI core was previously doing won't always work in case the sub modules were small enough and optimized away in a single file asapp.js
. This has been observed withbranding
andcall-recording
apps so far.Instead we can explicitly config the paths for sub module and its external source url for
requirejs
to load it, if it is not already optimized in theapp.js
.Without this change, because
app.js
is requiring the submodules, this URL will be used instead of external source_url:http://{monster_ui_url}/apps/:appname/submodules/{submodule}/{submodule}.js
requireSubModule
frommonster.apps.js
will require all submodules defined on the app and can adds externalsource_url
of the sub module in requirejs config so the correct URL will be used for fetch if it is needed:http://{app_metadata.source_url}/submodules/{submodule}/{submodule}.js
Read more: https://requirejs.org/docs/jquery.html#modulename
-
MSPB-253: Implement 'Always On, Busy, and No Answer' Call Forwarding Feature - by Ramen Romana
Introduced enhancements to the Call Forwarding feature, integrating 'Always On, Busy, and No Answer' modes and changes to Call Failover.
-
Feature Extension: Expanded Call Forwarding functionality to include 'Always On', 'Busy', and 'No Answer'.
-
Decoupled Call Failover: Segregated 'Call Failover' into an independent feature module, for structural clarity in feature configuration and call management.
-
Object Structure Overhaul and Backward Compatibility: Implemented the new
call_forward
object schema and ensured backward compatibility with legacy/no-strategy structures.
Please refer original/master branch PR #493 for additional information.
-
-
MSPB-315: Updated cross-site message based routing - by Ramen Romana
Moved from flag/bindEvents based cross-site message routing to event subscribe.
-
MSPB-344: Fix Duplicate TTS Generation in SmartPBX with Timestamp Versioning - by Ramen Romana
Implement timestamp versioning for TTS updates in SmartPBX to prevent duplicates. Now, each TTS update appends new
Date().getTime()
for uniqueness. -
MSPB-343: Fix issue where deleting a range for a specific year is not respected - by Pilar Candia
-
MSPB-341: Adding a Smartphone Device in SPBX Errors out - by Oscar Barrera
This removes the section call_failover when creating a new Smartphone device, this is due to a change in the API that split call_forward.number from call_failover.number: 2600hz/kazoo-crossbar#179.
As a result it was decided to remove the call_failover section of the payload (accounts.md#call_failover) and keep it only available through the API.
-
Show meta device as active - by Irvin Sandoval
master #509
-
MUDA-16: Add missing icons for devices type 'meta' for users and devices - by Pilar Candia
-
MSTR-265: Add 'Default' option for the Ringback options - by Pilar Candia
-
enable rockylinux support in circle-ci - by shipyard
-
update shipyard config to support rockylinux - by shipyard
-
[5.3] MSPB-339: Add support to 'FR-CA' (french canadian) translation - by Ricardo Merino
-
Update .circleci/config.yml - by Pk Bresson
-
updated .base_branch to origin/5.3 - by base_branch
-
updated .shipyard.yml to branch 5.3 - by shipyard