KeyTResolvedRelease Notes SubjectRelease Notes Content
CTDM-316SupportIVR - DTMF menu with variable prompt list - problem with very long prompt list.Using an extremely long prompt list in an IVR DTMF Menu with variable prompt object could cause the object to fail. This problem has been fixed.
CTAIFUN-116SupportOutbound Statistics Report has wrong statistics with outbound completed call and post call durationWhen setting a Post call interval parameter in dialler calls, statistics of the post call duration is wrong. Also, the total of completed calls is wrong. This problem has been fixed.
CTDM-313SupportWhen making callback from Supervisor using "Preset" Service Number, no record is created in Statistics.Upon receiving an Acd Event in Supervisor, while no agent was assigned yet, If the supervisor makes a callback using the "Preset" Service Number option, no record is created in Statistics (acdStatisticsPartB). This problem has been resolved.
CSTYRIA-142SupportAcd Transaction Codes Overview Report - TACs count correctedThe number of TACs was wrong when one entry in StatisticsPartA was associated to many entries in StatisticsPartB.
CTAIFUN-105SupportUndeclared variable in StringFunctions r5 causes error in 8-ServerThe variable StringLength was not declared in the .r5 script of the IVR object "StringFunctions - InStr Function" causing an error to be reporting in the telephony server. This had no effect on the operation of the function, but the error message could be irritating. This problem has been fixed.
JTELDEV-5239StoryDialler REST API - allow update of contact with appointment date

The dialler REST API now allows updating or importing contacts with an appointment date and optionally a follow up user. This is achieved by passing the following two parameters with the DiallerContact JSON data structure:

"FollowUpUsersUID":"admin",
"FollowUpDateTime":"2021-05-01T09:00:00"

The Users UID is matched in the system. If no match is found (or this field is not specified), then the appointment will be made for no specific user. Otherwise the appointment is made for the specific (found) user.

CSYMP-128StoryQueue Distribution Algorithm Optimisation

The queue distribution algorithm has been optimised. This particularly affects queues with > 120 waiting callers, the speed of the calculation can be reduced by a factor of 2 to 10 in some cases.

CGREENIT-16SupportWrong SMTP client configuration when authenitcation is not required.Corrected SMTP client parameter setting in case of missing authentication data.
CNFON-666SupportWhatsApp - Predefined automatic messages configurableWhen configuring the WhatsApp chat connector, predefined automatic messages can now be specified in the configuration field. For example:
{
"noAgents":"Sorry, No agents available.",
"noAgents#de":"Entschuldigung, derzeit sind keine Agenten verfügbar.",
"outOfService":"Out of service time.",
"outOfService#de":"Außer Betriebszeit.",
"agentTyping":"Agent $agent typing...",
"agentTyping#de":"Agent $agent tippt ...",
"bye":"Thank you for using our service. Bye.",
"bye#de":"Danke, dass Sie unseren Service nutzen. Tschüss.",
"byeNoAgent":"Sorry no agent available. Bye.",
"byeNoAgent#de":"Entschuldigung, kein Agent verfügbar. Tschüss.",
"welcomeMessage":"Welcome!",
"welcomeMessage#de":"Herzlich willkommen bei unserem Webchat!.",
"editorPlaceholder":"Enter your message here.",
"editorPlaceholder#de":"Geben Sie Ihre Nachricht hier ein."
}
CTAIFUN-77FehlerAn error in the report "Agents Itemised Calls Report (Inbound and Outbound)"The report "Agents Itemised Calls (Inbound and Outbound)" doesn't compute the ringing time and the duration of the call, in case of an inbound call during a dialer call. This problem has been fixed.
CJOB-106StorySalesForce - Improved Logging in Web-Browser ConsoleSome changes have been made to the logging in the web browser console to improve logging of the sales force integration.
CSEGHORN-197

Bug

Inserted User Data disappear when TAC is setInserted User Data disappear when TAC is set, agent has to write it again just before he close the TAC popup.
This problem has been fixed.
CNFON-685BugReport download not shown if used had no ACD group mappingsThe links to download reports were not shown if the user had no ACD group mappings. This problem has been fixed.
CNFON-681StoryMini Client - New Variables for .EXE Call and New OptionsThe mini client now supports the following variables which can be used in the parameters to an .EXE call:

$UsersEMail, $DateTimeUTC, $DateTimeLocal

The following options have been added to the configuration to enable the recording of the output to the log file, and hidden execution. Also, the EXE can be killed after a specified timeout.

The new options are documented here: https://wiki.jtel.de/display/JPW/Mini+Client+Settings
CNFON-606SupportWhatsapp Session not automatically set to status "closed by customer" after 24 hoursWhatsApp sessions are automatically closed by WhatsApp / Tyntec after 24h. To reflect this behaviour, the jtel WhatsApp system now also changes the status of the chat to "Closed by customer" after 24 hours.
CDUERKOPP-35SupportWorking thread no stoped when ChangeStatusOncloseClient not configured.Working thread is stoped unconditionally.
CNFON-743SupportACDWaitingTimeDetails Report.ACDWaitingTimeDetails Report is translated to English.
CCHALTEC-169StoryNew IVR Object - Re-Enter ACDA new IVR object has been added, which can be used to return a caller to the previously used ACD queue, in the same position. This can, for example, be used as follows:

- A call enters the ACD group via the IVR
- An announcement is played, informing the caller that they can press 1 to enter their customer number
- A rule "Leave Queue on DTMF" with DTMF 1 is added
- The IVR application checks $acd_groupend_reason. If equal to 109, then a rule caused the call to leave the ACD group.
- The IVR application checks $acd_queueleave_dtmf. This will contain the pressed DTMF.
- If both conditions are met, callers are routed to a dialog to enter their customer number.
- Following entry of the customer number, the IVR object "Save Additional Info and User Data" is used, to save the customer number and possibly change the CRM URL.
- Next the new object "Re-Enter ACD" is used to go back to the ACD.

This has two effects:
- No additional statistics are created for the ACD. It is as if the call never left the ACD queue.
- The call is placed in the queue at the position it left the queue. This means that callers retain their positions in the ACD queue.

A word of caution: the queue timeout is calculated based on the time the call originally entered the ACD. So, if the queue timeout is 2 minutes, and the caller spends ages in the IVR entering the customer number, then an immediate timeout will ensue.
CCHALTEC-168StoryNew Call Recording Opt-Out Object for IVRA new IVR Object "Call Recording Opt-Out" has been added to the IVR. This allows the recording opt-out functionality to be implemented in the IVR by simply routing the call through the object. This will have the same effect as if the caller opted-out using a DTMF whilst in the ACD.
CWRK-28BugTransaction Codes - Setting Transaction Codes at list "calls" in Agent HomeWhen setting Transaction Codes it was not possible to set a TAC in the list "calls" after a call when the option "mandatory transaction code" was configured in the ACD-Group. This problem has been fixed.
CTDM-298SupportNot converted UTC to CEST in SOAP events.Considered time zone difference on 8Server and java.
CSEGHORN-187BugAgentHome - Call Agents who are busyIt was possible for other agents to call agents who were busy. This behaviour has now been changed so that agents cannot call busy agents via agent home.
CNFON-761BugOutbound Statistics Report - Error executing with working timesIt was not possible to execute the outbound statistics report when working times were specified. This problem has been fixed.
CKRIEG-138SupportThe report AcdTransactionCodesReport returns results less than expected.The report AcdTransactionCodesReport was missing values in some cases due to null values in StatisticsPartB. the join was changed to AcdStatisticsTransactionCodes and problem is now fixed.
JTELDEV-5193StoryDialler REST API - New Functions to update a contact and reset a contact

New functions to update a dialler contact and reset a dialler contact have been added to the REST API.

CTELKO-65SupportDialler - UserData and ForeignSystemID field size increased. UserData field now editable.The size of the ForeignSystemID and UserData fields has been increased in the dialler campaigns to 128 characters. The UserData field is now editable via the web interface.
CSTYRIA-87BugCallback - Comment overwritten by previous commentWhen manually creating a Callback event, the content of the comments would be overwritten by the previously entered comment. This problem has been fixed.
CNFON-664BugAgent Login / Logout Report inconsistenciesSome inconsistencies in the Login / Logout Report have been fixed.
CTDM-288SupportWhen a Voice-Mail event is created, the Event history was not created when you initiate the call in Mini client.Scenario: Voice-Mail Event is created in the routing and distributed to an agent.
Problem1: The agent does the callback via the Mini Client (Status “callback initiated“ is NOT inserted into the event history)
Problem2: When you initiate a call in Agent, event history will not be updated automatically in Supervisor and vice versa.
-> These two problems are fixed.
CJUH-93SupportE-Mail Connector - E-Mails with emoji charactersSome E-Mails received with emoji characters, which could not be represented in the UTF-8 3 character multibyte charset would cause the e-mail connector to fail with an exception. This problem has been fixed, the email connector now uses the UTF-8 4 character multibyte charset as standard.
CNFON-732SupportIVR Statistics Markers - not created when no rating is specifiedIf no rating was specified when using the IVR object IVR statistics markers, the marker would not be saved. This problem has been fixed.
CNORDOA-24BugIVR Object "ACD-Group with DB routing and variable type " and "ACD-Group with DB routing and Type"When setting "Send Media Events from original ACD Group" in the objects "ACD with DB Routing and Variable Type" and "ACD with DB-Routing and Type", the ACD Event was created for the configuration group instead of the agent group. This has been fixed.
CNFON-716SupportIVR - Line break in object "Create callbackWhen creating a media event of type Callback it was not possible to insert line breaks with the $crlf function. This problem has been fixed.
CMKL-60BugReporting - Report with no data would not display properlyWhen executing the report "Statistics_AcdGroupReport10" without data, an error would be displayed in the report instead of empty rows. This problem has been fixed.
CSTYRIA-124Support"Total Calls" and "Calls per Hour" in Supervisor set to 0 in every Agent Status change"Total Calls" and "Calls per Hour" in Supervisor set to 0 in every Agent Status change.
While it should only change when an agent switches to any status where “Logged in” is not configured.
This problem is fixed.
CNORDOA-25StoryTAPI Monitor Service - now accepts prefix for extracted numbersThe TAPI monitor service now accepts a prefix which is prepended to all monitored numbers. For example, assume the name reported by the TAPI is:

SIP 08912345678.

This can be matched with a Regex as follows, to remove the 0:

<add key="regexNumber" value="^SIP 0(?&lt;num&gt;\d+)" />

This will extract the number 8912345678.

This can now be turned into E.164 by specifying the new parameter monitoringPrefix in the configuration file (assuming Germany 49 as a country code):

<add key="monitoringPrefix" value="49"/>
CCHALTEC-174BugRestricted numbers prevented outdialsRestricted numbers prevented outdials being made in some cases. This problem has been fixed.
CLANDW-66SupportChat Connectors - Field description "Max Chats Per Agent" incorrectWhen configuring chat connectors, the field name "Max Chats Per Agent" was incorrect. This problem has been fixed.
CWRK-29BugGuided Transfer - Retrieve not shown correctly in AgentHome and Mini ClientWhen guided transfer was used, the call could be retrieved correctly and the original agent and caller were connected again. However, it was no longer possible to transfer the call again, and an incorrect call status was shown in agent home. This problem has been fixed.
CWEINOR-174SupportService Numbers - Changes not saved after emptying fieldsWhen configuring service numbers, when a field was emptied and the configuration saved, the field would not be saved properly and remain in the previous configuration
CTAIFUN-54StoryREST - Dialler Contacts History returned via REST interfaceThe dialler contacts rest interface now contains new functions to return the history from a dialler contact. The Postman collection and the documentation have been updated.
CSWP-165BugACD Agent Report 2 und ACD Agent Performance Report - PostCall duration and Postcall Count correctedWhen both reports are executed with identical input parameters, the post call times of both report outputs were different because the post call counter of the report "ACD Agent Report 2" was incorrect. The counter has been corrected so that both post call times are now identical.
CCHALTEC-177StorySTARFACE connector - Now Random Passwords are generatedThe STARFACE connector now generates random passwords when users are created. The administrator has to configure the users anyway, and so the password can be changed by the administrator later.
CTAIFUN-47SupportDialler Contacts - REST Import overwrites contacts with same Name and FirstName even if UserData is differentThe REST import would overwrite contacts with the same Name and FirstName even if the UserData field was different. This problem has been fixed.
CNFON-646SupportACD Agent Report - division by CallsTaken instead of OfferedCalls because these KPIs are about calls connected to agentsIn "ACD Agent Report" the average times in the footer / summary are now divided by CallsTaken instead of OfferedCalls.
CJUH-87SupportService Numbers Report 5 - Report SubscriptionIt was not possible to subscribe to Service Numbers Report 5. This problem has been fixed.
CTDM-283BugSOAP - Timestamp dtChanged is in incorrect TimeZone in various SOAP eventsThe timestamp dtChanged in various SOAP events was in the incorrect time zone. This problem has been fixed.
CSTYRIA-130BugInactive Transaction-Codes still activeWhen a transaction code was set to inactive, the code would still be shown in the transaction code list popup after agent calls. This problem has been fixed
CNFON-728BugJTELStats2 Reports - no selections causes missing dataJTELStats2 Reports - no selections causes missing data in the JTELStats2 reports. If all parameters are selected, the data is correct. This problem has been fixed.
CNFON-710BugIVR Statistics Markers - Update without prompt file not possibleIt was not possible to save an IVR Statistics Marker without defining a prompt file. This problem has been fixed.
CNFON-674BugACD Inboxes Group Report - Missing data in reportWhen executing the report "ACD Inboxes Group Report", data would be missing in the report. This problem has been fixed.
CSYMP-122StoryDynamic Priority Groups - Added Column Waiting Time Average TodayThe average waiting time for the day has been added to the dynamic priority groups view in the supervisor.
CPPA-39BugMini Client Titles overflow column headersThe headers in the mini client sometimes overflow the column header, depending on the width the mini client is set to, resulting in a previous column header overlaying the next one. This behaviour has been changed, so that the overflowing content is invisible if the client is particularly small.
CSYMP-120

Fehler

12.10.2020Dynamic Priority Groups - Callbacks and Click to Call no longer countedIn the supervisor view of the dynamic priority groups - callbacks and click to calls are no longer counted.
CSTYRIA-118Fehler05.10.2020Transaction Codes - Inactive TACs still visibleWhen setting TACs after a call, inactive TACs would still be visible even though the transaction code was set to inactive in the configuration.
CSTYRIA-126Fehler05.10.2020Transaction Codes - StatisticsPartBID not saved to database correctly after TAC is setIf agents saved TACs after the end of the call, then the StatisticsPartBID value would not be saved to the database correctly. This caused problems in the report "Transaction Codes Overview". This has been fixed.
CNFON-606Support05.10.2020Whatsapp Session not automatically set to status "closed by customer" after 24 hoursWhatsApp sessions are automatically closed by WhatsApp / Tyntec after 24h. To reflect this behaviour, the jtel WhatsApp system now also changes the status of the chat to "Closed by customer" after 24 hours.
JTELDEV-5163Fehler02.10.2020Miniclient - popup window layout

When making outbound calls, the mini client popup window for making outbound telephone calls and recording transaction codes did not resize well when the mini client was reduced below a certain size. This problem has been fixed.

CNFON-710Fehler30.09.2020IVR Statistics Markers - Update without prompt file not possibleIt was not possible to save an IVR Statistics Marker without defining a prompt file. This problem has been fixed.
CSYMP-118Story29.09.2020Dynamic Priority Groups - Improvements to Supervisor ViewThe supervisor view for dynamic priority groups now shows a new column - Current Priority - which shows the current actual priority of the calls in the dynamic priority group currently in the acd group, which are before the queue or in the queue.

The following columns have been given colouring:

Availability Today and Availability Timeslice:
Value >= 95% --> Green
90% <= Value < 95% --> Blue
80% <= Value < 90% --> Orange
70% <= Value < 80% --> Yellow
Value < 70% --> Red

Waiting Now:
X = 0 --> no colour
1 <= X <= 3 --> Blue
4 <= X <= 5 --> Orange
6 <= X <= 9 --> Yellow
X >= 10 --> Red


JTELDEV-5115Story29.09.2020E-Mail response now displayed

When an email has been responded to, the response email is also displayed in the agent client when the event is viewed again.

JTELDEV-5085Fehler29.09.2020Clarification - Deleted User visible in locked accounts

A deleted user can still be seen in locked accounts. This is by design: the locking of accounts is stored in a different table to the user accounts, and hence this can still be seen after the user is deleted. This can, for example, be useful when an account is first of all deactivated, to detect if the user still tries to login to the account.

CNFON-70129.09.2020AcdGroupsReport4 - cannot be executed in Excel formatThe AcdGroupsReport4 could not be executed in Excel format - this would produce an error. This problem has been fixed.
CTAIFUN-4029.09.2020New settings for supported protocol handlers in MiniClient and fix for custom protocol handlers in portal web applicationIf a custom URL was setup as the CRM Link, for example myprotocol://xxx, this would not be clickable in the web application. This problem has been fixed. Furthermore, it is possible to specify a setting in the configuration of the mini client - ProtocolHandlers - comma separated, which defines the protocols which will actually be clickable and opened via the protocol handler on the client machine.
CJUH-84Question25.09.2020Service Number Report 6 - Result set corresponding to all service numbers associated with selected billing numbers correctedWhen a service number report 6 was executed, the result set included only records of calls made through the first occurrence of service numbers corresponding to the selected billing numbers.
This has been corrected so that the result set includes records of calls made to all service numbers associated with the selected billing numbers.
CNFON-686Fehler22.09.2020Minimal password length in new user wizard.The minimal password length in the new user wizard was not respected. This problem has been fixed.
CDUERKOPP-21Story20.09.2020New IVR Objet - Get ACD Group InformationA new IVR object has been introduced - Get ACD Group Information, and a new field has been added to the ACD group configuration - Foreign System ID.

The foreign system ID can be used to reference an ACD group in another system - for example a reference to a record in a backend CRM or database.

The new object searches for an ACD group, given either the ID, Name or Foreign System ID (or any combination thereof).

If found, it returns a host of variables which give information on the current state of the acd group queue, numbers of agents, waiting times, number of calls, and all configuration fields from the ACD group.
CNFON-685Fehler16.09.2020Report download not shown if used had no ACD group mappingsThe links to download reports were not shown if the user had no ACD group mappings. This problem has been fixed.
CSEGHORN-189Support14.09.2020Dialler - Manual results can not be set in contactIt was no longer possible to set the results manually while editing a contact in a dialler campaign. This problem has been fixed.
CDUERKOPP-14Fehler08.09.2020TAPI Connector reads lines with empty telephone numberThe TAPI connector would read lines with an empty telephone number, and set these up as a PBX user. This problem has been fixed.
CTAIFUN-31Story07.09.2020String Functions - Search for stringThe string functions now contain a search for string function, which returns the starting index of the searched for string (1 based indexing), or 0 if the string was not found.
JTELDEV-5159Story07.09.2020UserSearch Object - search by Nick Name

The UserSearch Object now supports searching for users by the Nick Name field. This is particularly useful when an external system does not use the same user UIDs as the jtel system.

JTELDEV-5158Story07.09.2020Chat connector server - installation script for systemd

The chat connector server can now be installed using systemd instead of init.d

JTELDEV-5157Fehler07.09.2020Outbound call popup broken when some resources not permitted

The outbound call popup would not appear in some scenarios, particularly if both of the following resources were not allowed:

portal.Acd.AgentHome.CallProcessing.Outbound.UserDefined
portal.Acd.AgentHome.CallProcessing.Outbound.UserCommunication

This problem has been fixed.

JTELDEV-5152Fehler26.08.2020Error in Selection of Service Numbers in Service Numbers Report 5 and 6

There was an error in the selection of service numbers by billing number in Service Numbers Report 5 and 6. This problem has been fixed.

CNFON-666Support24.08.2020WhatsApp - Predefined automatic messages configurableWhen configuring the WhatsApp chat connector, predefined automatic messages can now be specified in the configuration field. For example:
{
"noAgents":"Sorry, No agents available.",
"noAgents#de":"Entschuldigung, derzeit sind keine Agenten verfügbar.",
"outOfService":"Out of service time.",
"outOfService#de":"Außer Betriebszeit.",
"agentTyping":"Agent $agent typing...",
"agentTyping#de":"Agent $agent tippt ...",
"bye":"Thank you for using our service. Bye.",
"bye#de":"Danke, dass Sie unseren Service nutzen. Tschüss.",
"byeNoAgent":"Sorry no agent available. Bye.",
"byeNoAgent#de":"Entschuldigung, kein Agent verfügbar. Tschüss.",
"welcomeMessage":"Welcome!",
"welcomeMessage#de":"Herzlich willkommen bei unserem Webchat!.",
"editorPlaceholder":"Enter your message here.",
"editorPlaceholder#de":"Geben Sie Ihre Nachricht hier ein."
}
CNFON-681Story20.08.2020Mini Client - New Variables for .EXE Call and New OptionsThe mini client now supports the following variables which can be used in the parameters to an .EXE call:

$UsersEMail, $DateTimeUTC, $DateTimeLocal

The following options have been added to the configuration to enable the recording of the output to the log file, and hidden execution. Also, the EXE can be killed after a specified timeout.

The new options are documented here: https://wiki.jtel.de/display/JPW/Mini+Client+Settings
CTAIFUN-23Story20.08.2020Last Call Information - Object now supports configuration / agent groupsThe last call information object now returns two additional variables:

$prefix.AcdAgentGroupsID contains the agent ACD group ID
$prefix.AcdConfigurationGroupsID contains the configuration ACD group ID

This enables the object to be used in conjunction with agent / configuration groups as well as standalone groups.
JTELDEV-5090Story19.08.2020Teams Connector

A connector for Microsoft Teams is available. The connector imports the teams status of users from the office 365 cloud, and displays this information in various views in the system including the agent views and pbx user views in agent home and the supervisor. The user's own teams status is displayed in the header in the portal.

Further features are planned which will enable call and event distribution to be dependent on the status of users in teams.

JTELDEV-5111Story19.08.2020Play sound when new chat message is received

Users can configure the system to play a sound when new or updated chat messages are received. This feature is enabled by users their own account settings.

CCONTACT-148Bug13.08.2020Save Recordings via FTP had problems uploading filesThe Save Recordings module had problems uploading files recorded in the IVR via FTP. This problem has been fixed.
JTELDEV-5132Story09.08.2020REST - Add support for AcdEvents

The REST interface now supports the creation of callback and ticket events. See https://wiki.jtel.de/display/JPW/REST for further details.

JTELDEV-5126Story02.08.2020REST - new API added to retrieve ACD groups

A new set of APIs has been added to the REST interface to retrieve ACD groups. 3 functions are provided:

BaseURL/ClientsID/acd/groups - retrieves a list of all ACD groups in the client account.
BaseURL/ClientsID/acd/groups/group/ID - retrieves a specific ACD group by ID
BaseURL/ClientsID/acd/groups/group?name=Name - retrieves a list of ACD groups using the Name as a match.

Note, the last function may return more than one record, as a partial match is used.

JTELDEV-5125Story02.08.2020REST - new API added to retrieve Users

A new set of APIs has been added to the REST interface to retrieve users. 3 functions are provided:

BaseURL/ClientsID/users - retrieves a list of all users in the client account.
BaseURL/ClientsID/users/user/ID - retrieves a specific user
BaseURL/ClientsID/users/user?uid=UID - retrieves a list of users using the UID as a match.

Note, the last function may return more than one record, as a partial match is used on the UID.

JTELDEV-5124Story02.08.2020REST Dialler API - Get dialler contacts by campaign

A query parameter has been added to the function GET BaseURL/ClientsID/dialler/contacts allowing the specification of the dialler campaign ID from which to retrieve the contacts list.

CPHADIA-12Story21.07.2020IVR User Search - new variables tel1 ... tel6 addedNew variables are now returned from the user search IVR object - <prefix>.Tel1 ... <prefix>.Tel6 return the configured telephone number of the user.
JTELDEV-5120Bug19.07.2020JTELStats2 - IDs could overflow particularly in CompressedU15 table

The autoincrement ID could overflow in the JTELStats2.Compressed* tables, meaning that no more values could be inserted in the tables, in particular CompressedU15 was affected by this. The autoincrement ID field has been changed to a BIGINT to fix this problem.

CWS-223Question09.07.2020Hide Call-Recording in MiniClient when resource is disabledThe first call recording column was rendered even if the CallRecording resource portal.Acd.AgentHome.CallProcessing.CallRecording was disabled. This problem has been fixed.
CJUH-46Offer06.07.2020Two new Service-Number ReportsTwo new service number reports have been added to the system - Service Numbers Report 5 and Service Numbers Report 6.

Service Numbers Report 5 provides inbound call counters over the requested time period grouped by hour. Service Numbers Report 6 provides the following KPIs for the requested time peroid:

Inbound Total
Inbound ACD
Inbound Answered
Emails Received
Voice Mail + Callbacks
Inbound Lost
External Destination
Availability Direct
Availability incl. CB/VM
CNFON-62327.05.2020MiniClient Login - Too Many Redirects ErrorThe mini client login would display "too many redirects" for users who were not a member of any ACD groups. This problem has been fixed.
  • No labels