Releases: 2600hz/monster-ui-voip
5.5.4
Changes for 5.5.4
Changes to branch 5.5 after version 5.5.3.
Commits
-
MSTR-297: Keep classifiers as an array - by Pilar Candia
Changing previous changes I made in #570
-
[5.5] SHIP-121: Removes CentOS 7 (el7) and Rocky Linux 8 (el8) from Shipyard config - by shipyard
-
[5.5] SHIP-121: Removes CentOS 7 (el7) and Rocky Linux 8 (el8) from circleci config - by shipyard
5.5.3
Changes for 5.5.3
Changes to branch 5.5 after version 5.5.2.
Commits
-
MSPB-391: Allow to select members for shared vmbox - by Guillermo Gutiérrez
-
MSPB-336: Implement device username validation - by Ricardo Merino
-
MSPB-390: add
timeoutoption to SmartPBX incoming call handling - by Ramen RomanaAdd
timeoutselection to SmartPBX Main Number incoming call handling to match functionality available in Callflows. Executes configuredtimeoutchildflowwhen no user input is received within timeout period.API Change:
"children": { "0": { ... }, "1": { ... }, + "timeout": { ... } }References: Menus API
5.4.15
Changes for 5.4.15
Changes to branch 5.4 after version 5.4.14.
Commits
-
MSPB-390: add
timeoutoption to SmartPBX incoming call handling - by Ramen RomanaAdd
timeoutselection to SmartPBX Main Number incoming call handling to match functionality available in Callflows. Executes configuredtimeoutchildflowwhen no user input is received within timeout period.API Change:
"children": { "0": { ... }, "1": { ... }, + "timeout": { ... } }References: Menus API
5.5.2
Changes for 5.5.2
Changes to branch 5.5 after version 5.5.1.
Commits
5.5.1
Changes for 5.5.1
Changes to branch 5.5 after version 5.5.0.
Commits
- MSTR-297: Save classifiers as an object and not an array - by Pilar Candia
5.5.0
Changes for 5.5.0
Changes to branch 5.5 after version 5.5.
Commits
-
updated .base_branch to origin/5.5 - by base_branch
-
updated .shipyard.yml to branch 5.5 - by shipyard
-
MSPB-385: Add
tts.voicewhitelabelsupport - by Ramen Romana- Enabling
whitelabelsupport fortts.voicechanges in SmartPBX
- Enabling
-
MSPB-382: Remove 6 characters validation when changing a password - by Pilar Candia
-
MCAS-6: Validate special character not allowed - by Ricardo Merino
-
MCAS-6: Validate special character not allowed - by Ricardo Merino
-
MSPB-377: Fix issue where saving the e911 throws an error - by Pilar Candia
-
MSPB-376: Set 'range dates' as 'cycle=monthly' for non recurring - by Pilar Candia
-
MSPB-365: Fix issue where 'Ignore Completed Elsewhere' is not getting respected - by Ricardo Merino
-
MSPB-375: Fix issue where creating a new voicemail doesn't enable selected options - by Pilar Candia
-
MSPB-366: Validate if extesion already exist on users management section - by Ricardo Merino
<img width="999" alt="image" src="https://github.com/2600hz/monster-ui-voip/assets/4874090/54c9cf7e-b4e3-4410-bad6-91f8e9c837f7">
-
enable rockylinux support in circle-ci - by shipyard
-
update shipyard config to support rockylinux - by shipyard
-
MSPB-365: Replace ignore completed elsewhere control multiselect option - by Ricardo Merino
-
MSPB-367: Avoid removing duplicated feature codes - by Ricardo Merino
-
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-35as 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_urlas 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 withbrandingandcall-recordingapps so far.Instead we can explicitly config the paths for sub module and its external source url for
requirejsto load it, if it is not already optimized in theapp.js.Without this change, because
app.jsis requiring the submodules, this URL will be used instead of external source_url:http://{monster_ui_url}/apps/:appname/submodules/{submodule}/{submodule}.jsrequireSubModulefrommonster.apps.jswill require all submodules defined on the app and can adds externalsource_urlof 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}.jsRead more: https://requirejs.org/docs/jquery.html#modulename
-
MSPB-253: Implement 'Always On, Busy, and No Answer' Call Forwarding Feature - by Isaac2600Hz
-
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_failoverwhen creating a new Smartphone device, this is due to a change in the API that split call_forward.number from call_failover.number: kazoo-crossbar #179.As a result it was decided to remove the
call_failoversection of the payload (accounts.md#call_failover) and keep it only available through the API. -
Show meta device as active - by Irvin Sandoval
<img width="622" alt="image" src="https://github.com/2600hz/monster-ui-voip/assets/10261798/e7f61ac3-d9aa-40f4-9563-69c1f3c99937">
<img width="720" alt="image" src="https://github.com/2600hz/monster-ui-voip/assets/10261798/e8e69f59-ea95-4b86-9aca-c501c2ca3dbf">
-
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
-
MSPB-339: Add support to 'FR-CA' (french canadian) translation - by Ricardo Merino
-
Update .circleci/config.yml - by Pk Bresson
5.4.14
5.4.13
Changes for 5.4.13
Changes to branch 5.4 after version 5.4.12.
Commits
-
MSPB-385: Add
tts.voicewhitelabelsupport - by Ramen Romana- Enabling
whitelabelsupport fortts.voicechanges in SmartPBX
- Enabling
5.4.11.2
Changes for 5.4.11.2
Changes to branch fix-5.4.11 after version 5.4.11.1.
Commits
- MSPB-387 added new line - by pklinus
5.4.12
Changes for 5.4.12
Changes to branch 5.4 after version 5.4.11.
Commits
- MSTR-300: Add support to Intrado when adding a e911 to a number - by Pilar Candia