New IVR Object: LLM Bot for Chat Connector Integration
A new IVR objectLLM Bothas been added to simplify sending caller or IVR input to a configured Chat Connector chatbot/RAG endpoint. The object provides a dedicated configuration with the inputsChat Connector, Sender, Message, Timeout,andResult variable prefix. The selected Chat Connector provides the chatbot configuration, while Sender and Message define the request content. The object returns one of three outputs:OKwhen the request succeeds,Otherwhen the request completes with a non-success response, andErrorwhen the request cannot be executed or fails technically. This makes chatbot integration in routing applications easier and avoids manual low-level request configuration.
Added support for OpenRouter, enabling access to a wide range of leading AI models through a single integration. Administrators can now choose from models provided by OpenAI, Anthropic, Google, Meta, Mistral, Qwen, DeepSeek, and many others.
ACD Events - Improved handling of ACD media events
ACD media event handling has been improved to make working with new events faster and more convenient.
When the new settingAcdEvents.OpenNextNotOpenedEventis enabled, clicking the media event notification icon can open the next new event directly instead of only showing the event list and also open the related CRM record automatically when available. The next event is selected based on priority and waiting time, so higher-priority and older new events are handled first.
When the new settingAcdEvents.OpenCrmUrlOnOpenEventis enabled, opening an event can also open the related CRM record automatically when a CRM link is available. This helps agents access the relevant customer or case information more quickly.
For the supervisor event list, CRM auto-opening is controlled separately by the new settingAcdEvents.OpenCrmUrlOnOpenEventSupervisor. This allows CRM records to be opened automatically for supervisors only where this is desired, without affecting the agent behavior.
A new actionis also available in thetransaction-code popup, allowing users to complete the transaction-code step and close the event directly in one flow.
Create Callback - IVR object failed when subject or body contained a single quote
Fixed an issue where the Create Callback IVR object would fail if the subject or body text contained a single quote character. Single quotes are now correctly handled, ensuring callbacks are created as expected regardless of special characters in the input fields.
FTP Recording – Missing Agent Information in FTP recording Filename
An issue has been fixed where FTP recording filenames were not parsed correctly, causing agent information to be missing. Recording filenames now include the available agent information as expected.
Trunk Group - Anonymous calls not correctly identified by trunk translator, bypassing Callback 3 number entry prompt
Fixed a bug where anonymous (CLIR) calls were not correctly recognized by certain trunk translators. When the group rule "Callback 3" was configured, callers with a suppressed number should be prompted to enter their phone number via keypad before a callback is scheduled. Due to this bug, the anonymous call was not detected, causing the system to skip the number entry prompt and immediately schedule a callback without a valid caller number.
The email processing workflow has been improved as follows:
If no correspondingAcdEventcan be found for an email, the email is automatically moved to theJTEL_Errorfolder for further investigation.
If the correspondingAcdEventreaches theFinishedstate, the email is automatically moved to theJTEL_Processedfolder.
A rollback mechanism has been implemented to ensure consistency. If an error occurs while creating anAcdEvent, all partially completed processing steps are reverted to prevent inconsistent data.
Acd Events - Improved handling of redistributed media events after agent logout
Fixed a race condition where an agent could still see or interact with a media event shortly after logging out, before the event was redistributed. The agent view is now updated promptly, and a warning popup notifies the agent when the event is no longer assigned to them because it has been redistributed.
Resolved an issue where ASR WAV recordings could not be downloaded from the call log. The root cause was that certain ASR IVR objects did not specify the ASR call recording name, causing the download to fail. The recording name is now correctly resolved in all cases, ensuring reliable access to ASR recordings from the call log.