New Features
Key | T | Resolved Date | Release Notes Subject | Release Notes Content | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
JTELDEV-7527 | Workflow Object User Search - now supports searching by LDAP User Name | The workflow object User Search now supports searching by the LDAP User Name. Also a new return variable is provided which contains the LDAP User Name of found users:
See the following page: https://wiki.jtel.de/x/SAAF for more details. | ||||||||||||||
JTELDEV-7523 | IVR Recordings - can now be transcribed using Azure ASR if the corresponding parameters and variables are set | The following variable must be set in a Variable Assignment object anywhere in the call flow prior to the Save Recordings object used to save the recording:
Set this variable to 1 to enable transcription. The following parameters must be set under Client Master Data … Parameters:
Note, the parameter VoiceMails.Transcribe.Active need not be set. This governs the transcription of Voice Mails recorded within the ACD / Group Rules. Recordings must be made with the Recording IVR object (see https://wiki.jtel.de/x/OAAF ) and saved (see https://wiki.jtel.de/x/OwAF ) using one of the following methods:
The other types of recordings (FTP and Overwrite Recording) do not support transcription. | ||||||||||||||
JTELDEV-7511 | ACD Group Rules - new parameter "Remove Skills" added to Change Parameter group action | A new action “Remove Skills” has been added to the group action “Change Parameter”. You can use this, for example, to remove required skills for a call if the caller has been in the queue for a certain amount of time, or if all agents have been tried but distribution was not possible due to the skill requirements of the current call. | ||||||||||||||
JTELDEV-7492 | Call Recording - Tagging of Manual Recordings | It is now possible to setup tagging of call recordings made manually by agents (the agent starts / stops the recording) on an ACD Group or Client account basis. See also this page for details: https://wiki.jtel.de/x/jAA8CQ How to use:
OptionsNew options have been added to Client Master Data to govern how recordings are processed. Upload call recordings with the following tags
Call recordings are no longer visible in the Web UI after FTP upload
File Name Variables for Call RecordingsThe following additional variables are available:
Note on variable handling:
See also this page for details: https://wiki.jtel.de/x/cgEF | ||||||||||||||
JTELDEV-7443 | Acd Group Rules - Creating Events (Voice Mail, Fax, Callback) | The group rules for creating the following types of events:
now support the setting of the event priority. Previously the priority for events created within ACD group rules was set to 50 by default. | ||||||||||||||
JTELDEV-7493 | Call Recordings - Users now get access to their own call recordings | Users who are members of a security group at the User level previously only had access to call recordings:
Now users are additionally always given access to their own call recordings. Note: if you do not wish users to have access to this feature, then the menu item “call recordings” should be removed from the corresponding security group. For client administrators the behaviour is unchanged - they continue to have access to all call recordings in the client account. | ||||||||||||||
JTELDEV-6948 | New Telephony Server blazar - TTS file cache | A TTS file cache has been added to the system for the Azure TTS module. The algorithm is as follows:
The next time TTS is performed:
Because the cache is stored on the data share, it will be covered by any backups made using the standard jtel backup procedure, and can be used by multiple telephony servers. If you do not want to use caching, then set this setting to empty in the server.yml configuration file for blazar: ttsCacheDirectory: //acd-store/shared/Data/tts/cache/ Note: caching will only occur, if the complete file is generated. If generation is interrupted during playback, then the file may not be complete, and will not be saved. | ||||||||||||||
JTELDEV-7471 | Mini Client Starter Scripts | Sometimes when the MiniClient EXE is used, it is desired to communicate information to the jtel system on where a user has logged into - information such as the windows user name or the IP address of the workstation might be needed in the system to perform interactions with the workstation from a server or container in the jtel system. The first use case for this is a particular CRM interaction where it is desired to have a screen popup on the local workstation when the agent receives an incoming call. The CRM system in question requires that a REST call be made to the local workstation of the agent to implement this functionality. This means, that the IP Address of the workstation must be saved in the Users jtel Portal data when the agent logs into the workstation. See this page for an example of how to do this: https://wiki.jtel.de/x/dAQh | ||||||||||||||
JTELDEV-7454 | SIP REFER with new telephony server | The new telephony server now supports SIP REFER. This is supported both in Agent Home / Mini Client and in the Workflow / IVR Object “Connect”. | ||||||||||||||
JTELDEV-7418 | Extended EMail Client - New replacement variables | The replace check box is now by default = false and also now works correctly. An additional substitution variable is defined which can be used in any text templates provided via the confluence website: ${data:image/…} A regular expression is used to find text patterns that look like {{$ {...}}}, where the content inside the curly braces begins with data:image/. Whenever such a match is found, it is replaced with an HTML <img> tag whose src attribute is set to whatever was inside the braces. In other words:
This can be used to embed images in the email, for example a graphic in the footer. Note: the agent should not edit the data provided, this will undoubtedly break the image. | ||||||||||||||
JTELDEV-7436 | REST API - new function provideCallData | A new REST function provideCallData has been added. This can be used in scenarios where an external voice bot is connected and the voice bot wishes to provide information to the jtel system without disconnecting the call. https://wiki.jtel.de/x/T4VqAw |
Bugfixes
Key | T | Resolved Date | Release Notes Subject | Release Notes Content |
---|---|---|---|---|
JTELDEV-7415 | Group Call Transfer - Recording Settings Incorrectly Inherited from Original ACD Group | After call forwarding to a different group, recording settings are now determined by the destination group, ensuring forwarded calls do not inherit the recording option from the previous group. | ||
JTELDEV-7525 | Messaging ... Voice Mails - Filename for download is always just "wav" | When using Messaging ... Voice Mails, the filename for the download was always just "wav". This problem has been fixed. | ||
JTELDEV-7405 | Call Recording - Filename does not contain unterdrueckt if the caller number is supressed. | A bug was fixed where the FTP call recording filename did not include the text "(unterdrueckt)" when the caller number was suppressed/anonymous. With this fix, you can now change the text that appears (previously "unterdrueckt") by modifying the value of the short text Caller.Restricted. | ||
JTELDEV-7423 | Add chat_hash to conversation key for multi-connector support having same sender. | Conversations are now keyed by a composite identifier (chat_hash_sender) instead of only sender. | ||
JTELDEV-7425 | SMTP - Increase the limit on the subject size | The portal field size for the email subject field for jobs being sent by SMTP has been increased to 255 bytes. Now the subject will be truncated to 255 bytes if it is longer, instead of producing an error message. |