Dialogue Cloud

Release Notes - Hotfix release DC2023.04c

Announcement

DC2023.04c has been made available in a Phased Roll-out to selected customers from June 4th, 2024, with an expected General Availability (GA) no sooner then June 27th, 2024.

Update 02-07-2024: This bundle has been superseded by hotfix release DC2023.04d

Update 25-03-2025: Added an ommited component removal from Dialogue Studio. See Special mention-related settings changes (Dialogue Studio)

Tip

If you’re upgrading from an older bundle, be sure to check out our What's New pages for a comprehensive list of new features and important updates spanning multiple bundles.

This document contains a list of the updates and current versions of AnywhereNow software and components.

Client Components

Note

To streamline our support process,  before raising a support ticket you need to ensure that the client used is upgraded to the version of the bundle and so the log provided with the ticket is inline with the Bundle.  Please note that we will be unable to process support tickets raised on unsupported version.

+= updated in this bundle.
Component Version Remark
Ucc.Creator scripts (SharePoint template) 8.2.0.7  
Power BI template (for Power BI Desktop)

8.8.23482.01

(Minimum required version for this bundle) Learn More

Inflight Wallboard (desktop client) 6.5.7  
Snapper (desktop client)

8.7.6

(Minimum required version for this bundle) Learn More

Special mention-related settings changes (Dialogue Studio)

PBI Description
111202

Exec Node in Dialogue Studio has been removed for security adherence.

The Dialogue Studio "Exec" Node (a native node of the underlying platform) allowed remote code execution which poses a security hazard. Immediate removal of the Node from our Dialogue Studio environment was demanded by our security advisors and is required for Microsoft certification. The benign use of the "exec" node in the Anywhere365 ecosystem was mostly for triggering a restart of a Dialogue Studio to leverage the re-start of updated or new custom (non-Anywhere365) nodes. For now this is only possible through a support ticket request.

PLEASE REMOVE ANY EXEC NODES FROM YOUR DIALOGUE STUDIO CANVAS(ES) BEFORE UPGRADING TO THIS BUNDLE OR HIGHER!

Feature Improvements

PBI Description
110410, 111472

WebAgent Upgrade to use Teams-js 2.21

The WebAgent hosted platform has been upgraded to now use Teams-js version 2.21 to support the latest and future Microsoft 365 hosts and login standards.

Feature Enhancements

PBI Description
113263

OverflowThreshold setting is now recognized by Dialogue Studio.

When Dialogue Studio is being used as an IdentityPlugin, the setting OverflowThreshold setting was not being recognized. This has now been fixed, so that when the UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. Setting OverflowThreshold has been configured, the OverFlow message (and possible actions) is actually being triggered and played to the caller.

112963, 83519

WebWallboard - using AnywhereNow Authentication - ensure authentication header is available so that it will not fallback to LongPolling

We now fixed that the SignalR connection will not fall back from WebSockets to LongPolling by accessing the token correctly.

114417

Fix dismissed on-hold state in audio session after consult ends (prematurely).

Fixed that the session thinks is not on-hold anymore after:

  • Consult ends
  • Consult canceled
  • Consult rejected, timed out, or failed
112997

Inflight Snapper - Resolved config reset after update

In the previous version of Snapper (8.7.4.30547), users experienced an issue where updating to this version would inadvertently clear out the existing Snapper’s UCC configuration. We have identified and addressed this problem in the latest release.

109359

WebAgent - Contact info panel shows the wrong contact when there is no single result from CRM Customer Relationship Management, or CRM, is (usually) a software-based, data management method to deal with interactions with customers and potential customers. integration

Fixed an issue where WebAgent displayed incorrect contact information from previous conversations in environments without CRM integration or with multiple CRM results

97562, 114642

WebAgent - Improved Navigation for Call on Behalf Endpoints

When encountering a list of endpoints that exceeds screen space, users previously could not access items beyond the visible area. This update introduces a refined display that presents 5.5 items at a time, allowing for using scrolling to navigate.

113789

Security improved on CRM V2 conversation endpoints.

Re-evaluated and improved all CRM V2 conversation endpoints regarding authorization.

111739, 97340

CRM Service - Salesforce - Resolved issues when query using related entities

We’ve made an improvement to the Salesforce plugin when configuring attributes that query fields in related entities, such as “account.owner.name.” Previously, when querying the API endpoint to retrieve information about a Contact for CRM Service, the response lacked the related entities. This issue has been addressed, and the response now correctly includes information related to the entity.

109035

CrmService - Enhanced SQL Plugin

ID Attribute Recognition: An issue where the plugin was crashing due to an unrecognized ID attribute, despite its presence, has been addressed.

Function Call Redundancy: We’ve fixed a defect where the plugin erroneously called the same function multiple times in unrelated categories, such as ContactSearch initiating calls for Contact.

Note

Query results returned as hyperlinks are not yet properly URL encoded to W3C RFC3986 standard (e.g. a space should be replaced with %20 and not a +). This will be addressed in the next bundle update.

112182

CrmServiceV2 - SQL plugin - Fixed URL Configuration Issue in Plugin Attributes

Resolved an issue where configuring a URL with placeholders in the plugin attributes did not set the URL correctly when running a query with a valid contact. This fix ensures that the URL is now set as expected.