Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KeyTResolvedRelease Notes SubjectRelease Notes Content
JTELDEV-4998BugImage Added23.09.2019IVR Debug Dump Variables does not process prefix correctly

The debug dump variables IVR object does not process the prefix correctly, and instead dumps all variables. This problem has been fixed.

Actions
JTELDEV-4996BugImage Added16.09.2019Innovaphone PBX Connector - SOAP with plain http

It was no longer possible to connect to an innovaphone PBX using http, https had to be used instead. This is usually not a problem, as the innovaphone PBX accepts https as standard too, however the problem has been fixed.


JTELDEV-4941BugImage Added09.09.2019Doubleclick on Tab in Service Number deletes parameters

Double clicking on a tab when editing a service number could delete settings in the service number if it was saved. This problem has been fixed.


CKLING-136StoryImage Added02.09.2019Flexible Telephone Number from Workstation can be used in OutdialIf an agent has the rights to use a telephone number defined in the user account, a flexible telephone number set by the workstation login procedure can now be selected by the agent when making an outbound call. The use of this feature requires that the resource portal.Acd.AgentHome.CallProcessing.Outbound.UserCommunication (X) is set for the user's security group.
JTELDEV-4917New FeatureImage Added01.09.2019Standard Reports JTELStats2

Standard reports have been added for JTELStats2 to retrieve the data either as a CSV or Excel report. Reports are provided for each of the tables: CompressedA15, CompressedADay, CompressedU15, CompressedUDay, CompressedUA15 and CompressedUADay.


CNFON-410New FeatureImage Added24.08.2019MiniClient - new EXE Call feature added when incoming calls are received, new command line parameters to dial a number, new Hotkey Functions.A new feature, to call an .EXE file with parameters is now available in the mini client. The following parameters control its behaviour: AutomaticEXECall, AutomaticEXECallCommand, AutomaticEXECallParameters.


Up to 4 additional system wide hotkeys can be defined in the MiniClient which run JavaScript within the client when they are pressed. This can, for example, be used to place status changes on hotkeys for faster use.


Also it is possible to start the mini client with the following parameters:
ACDMiniClient.exe --dial number
which causes the mini client to behave, as if the hotkey to dial a number had been pressed.

CHFG-25BugImage Added11.08.2019Last Agent does not work in some conditionsIf the last agent algorithm was used, it would not work correctly in all situations. This problem has been fixed.
JTELDEV-4977BugImage Added01.08.2019Dialler - Busy Series uses incorrect telephone number

When a busy series is started, due to the fact that a contact telephone number is busy, when the second attempt is made to reach the contact, the system incorrectly uses the first telephone number available, instead of the last used telephone number. This problem has been fixed.


JTELDEV-497321.07.2019Cockpit Variables - Assignment or Increment Function

The cockpit variables assignment function did not work correctly when coupled with a comparison. This problem has been fixed.


CNFON-445Bug12.07.2019Outdial Trunk Group not settable in Client Data as SysAdminIt was not possible to set the outdial trunk group in the client data as SysAdmin, in combination with an activated sales force integration. This problem has been fixed.
JTELDEV-4969Bug09.07.2019Column Selector (all pages) does not reset to system defaults correctly

The column selector would not reset the selected columns correctly to the system default once the user had set custom columns in the view being configured. This problem has been fixed.


CSTYRIA-33Story08.07.2019Cisco UCM JTAPI Presence ConnectorA presence connector is now available for the Cisco UCM, based on JTAPI. See https://wiki.jtel.de/x/DQMh for more details.
JTELDEV-4953New Feature08.07.2019JTELStats2 - Compressed Statistics run only at specific times

The following parameters have been added, so that it is possible to specify when compressed statistics are created. If not specified, then the processes run all the time.

Portal.ACD.Statistics.JTELStats2.Compress.CompressedA.StartTime
Portal.ACD.Statistics.JTELStats2.Compress.CompressedA.EndTime
Portal.ACD.Statistics.JTELStats2.Compress.CompressedU.StartTime
Portal.ACD.Statistics.JTELStats2.Compress.CompressedU.EndTime
Portal.ACD.Statistics.JTELStats2.Compress.CompressedUA.StartTime
Portal.ACD.Statistics.JTELStats2.Compress.CompressedUA.EndTime


JTELDEV-4925New Feature08.07.2019SalesForce Lightning Support

Release 3.15 now supports the SalesForce Lightning interface and Lightning OpenCTI functions.


CKLING-63Story01.07.2019Users Profiles - Handling ChangeWhen a user is logged out, no profile is displayed. 
When profiles are applied whilst the user is logged out, these are saved to the user's data, and will be applied if they are "login profiles" when the user next logs in.
Otherwise, when the user logs in, the profile is nulled out on login, and no profile is displayed.

This helps aleviate the situation where users though a profile was still applied, but in fact it didn't apply because it was not marked as a login profile.

CSTYRIA-20Bug14.06.2019Cockpit Variables - IVR GUI functionThe cockpit variables function has been changed in the IVR GUI. The behaviour previously was to increment and decrement the counters only, however this has been changed to increment and decrement the value. The counters are always incremented when a successful increment or decrement operation is carried out, and reset to 0 when a successful assignment is performed.
JTELDEV-4950Story06.06.2019Agent / Supervisor User Interface now available in French

The agent, supervisor and mini client interfaces have now been translated to french. The configuration parts of the application are shown in English, when the french language is selected.


CMOVINGA-163Bug24.05.2019Naming of recording files in portal inconsistent, some variables not resolvedThe download of recording files in the portal, when the client setting "Download File Name Template" option is not consistent. This problem has been fixed. Now several variables are provided for the download, this is documented in the WIKI here: https://wiki.jtel.de/x/cgEF
CGREEN-52Bug21.05.2019SalesForceID not passed to onClickToDial in SalesForce ClassicThe SalesForceID was not passed to the onClickToDial API when using SalesForce classic. This problem has been fixed.
JTELDEV-4951Bug21.05.2019REST Query Advanced - change CURL command to return non 200 Status codes

The CURL command for the REST Query Advanced object would not correctly return status codes other than 200. This has been fixed, and can be fixed manually by changing the CURL command, removing --fail.


JTELDEV-4949New Feature05.05.2019New IVR Object Connect to PBX Users

A new IVR object Connect to PBX Users has been added. This allows IVR applications to connect to a list of PBX users using longest idle, or first available. The number of tries is configurable (i.e. how many calls will be made maximum). See also https://wiki.jtel.de/x/aQIh


JTELDEV-4948New Feature05.05.2019New IVR Object Log Entry

A new IVR object Log Entry has been added, which writes a line to the call log. Variables can be used in the expression which will be parsed before it is written to the log. See also ttps://wiki.jtel.de/x/XgIh


JTELDEV-4947New Feature05.05.2019New IVR Objects Target and Jump to Target

Two new IVR objects have been added, which help to make visibly cleaner IVR applications. A target, is an object in the IVR application to which a jump can be made. The jump to target object can be used to jump to that position in the application from anywhere else. See https://wiki.jtel.de/x/SQIh and https://wiki.jtel.de/x/UAIh for details.


JTELDEV-4946New Feature04.05.2019New IVR Object REST Query Advanced

A new IVR object REST Query Advanced has been added, which allows fine control of GET, POST, PUT and DELETE requests. See https://wiki.jtel.de/x/QAIh for details.


CNFON-40925.04.2019ACD Incoming Calls Report failedThe ACD Incoming Calls Report failed to execute. This problem has been fixed.
CTDM-245Bug22.04.2019ACD groups could not be deletedSometimes, an ACD group could not be deleted, due to references in the database to statistical records. This problem has been fixed.
CCARG-19922.04.2019Language in report subscription incorrectIt was not possible to subscribe to reports in a different language other than German. This problem has been fixed.
CKLING-56Bug10.04.2019Users Profiles - incorrect display of rule for reserve agentsIn the users profiles view, when editing a profile, rules which are applied to reserve agents in the group would incorrectly be displayed as rules applied to permanent agents in the group. This problem affected the display of the rules only, and has been fixed.
JTELDEV-4932Bug10.04.2019TTS not possible when creating new prompt

It was not possible to create a TTS file when creating a new prompt. This had to be done in edit mode. This problem has been fixed.


CCARG-204Story07.04.2019Dialler - not all campaigns shown in supervisorDialler campaigns would be shown in the supervisor according to the currently active status. This included opening times and holiday restrictions. This restriction has been removed, so that all active campaigns (active flag in the campaign) are shown.
CKLING-77Story06.04.2019Time synchronisation errors on servers causes reports to provide incorrect call countsIf the time synchronisation on the servers was incorrect, this could cause incorrect counters to be provided in historical reports. The database queries associated with the counters in the reports have been changed, so that these are now resistant to time synchronisation failures. It is, however, important to note that incorrect times will still be reported in this case - as the timestamps taken from various machines in the architecture will cause incorrect differences to to be calculated when timestamps taken from two different servers are subtracted, for example.

The changes made in this ticket affect all reports on the system.

CNFON-367Story24.03.2019Cleaner Processes - new shell scriptThe cleaner processes for the database have been moved from a daemon process, to a linux shell script. See https://wiki.jtel.de/x/5gEh for more information.
CKLING-72Bug20.03.2019New Parameter ACD.UDP.Webserver.Address.<MachineID>It is now possible to specify a separate address for each UDP provider (8-Server) based on the machine ID. The parameter must be created in the database with the following name:

ACD.UDP.Webserver.Address.<MachineID>

For example:

ACD.UDP.Webserver.Address.82

The MachineID is the ID of the 8-Server machine, as configured in 8-Server. 

This enables the selective deactivation of the platform listener on some hosts, for example, when they are connected via WAN with a slow or bad IP connection.

CKLING-28Story20.03.2019New Tiles for Wallboard All Groups for Waiting TimeNew tiles have been created for the wallboard, which show the waiting time:

- current maximum from group start to current time
- current maximum from queue start to current time
- average over day from group start to agent connect
- average over day from queue start to agent connect

The tile showing the average over the day from call start to agent connect has been relabeled, to reduce confusion between the tiles.

CCARG-201Bug19.03.2019GDPR Wave played when caller already hungupSometimes, the GDPR audio file would be played even if the called party was disconnected. This caused lines to hang in the call flow and not be correctly terminated. This problem has been fixed.
JTELDEV-4936Bug17.03.2019UsersProfiles Header shown in MiniClient and MicroClient even if deactivated

The users profiles buttons header was shown in the MiniClient and the MicroClient, even if the functionality was deactivated. This problem has been fixed.


JTELDEV-4937Bug17.03.2019 SQL Exception on edit service numbers as Sysadmin or Reseller Admin

An SQL exception was produced when editing service numbers as sysadmin or reseller admin. This had no effect on the functionality, but the error was irritating. This problem has been fixed.


CKLING-6715.03.2019Distribution - lost UDP packets from distribution daemonSometimes, UDP packets could be lost during the distribution process from a centrally managed system, with external telephony servers, networked by WAN. A routine has been added to the call flow to detect this situation as long as the call is in the ACD queue. The call will be distributed a few seconds later, but will recover from the lost UDP packet.
CCONTACT-126Bug14.03.2019PBX Connectors - agent telephone status field is set incorrectly on transfer of non ACD callsThe agent TelStatusID field could be set incorrectly, if the PBX connector reported the transfer of a non ACD call between two agents. This would result in the receiving agent being blocked, and unable to receive ACD calls. This problem has been fixed.
CHECT-41Story14.03.2019Contact Name now shown in current call and call historyThe contact name is now shown in the current call and call history in agent home and the supervisor in several tables and views.
JTELDEV-4928Story27.02.2019Chat - new JavaScript Function "isAgentAvailable"

A new javascript function JTEL.isAgentAvailable has been added to the javascript library for the chat server:

JTEL.isAgentAvailable(

{ Hash : '(hash_code)', BaseWSURI: 'ws://jtel-chat-server:3000', callback }

);

The callback function is declared as follows:

function( result ) { 
...
}

result contains true, if agents are available according to the max chats per agent parameter and their current logged in status for the chat medium. Otherwise result contains false.


CSTUTT-293Bug26.02.2019User Settings - specifiying a comma for a threshold value for the wallboard causes an errorIf a comma was specified for a user setting, for example Wallboard.All.TotalAvailabilityPercent.threshold.error = 80,0 - this would cause an error. This problem has been fixed, however the setting will not be applied unless correctly specified with a decimal point.
CJOB-45Bug26.02.2019Tarif Prompt - file name with spaces causes errorIf a tarif prompt was specified, with a space in the filename, the webserver would produce a http 500 error with an empty page. This problem has been fixed.
JTELDEV-4927New Feature24.02.2019Resources View - SysAdmin - Better ordering of resources

When resources are selected in the sysadmin view, and one of the flags is used to sort / filter the list (prohibit inheritance or menu), now the resources are secondary sorted by name. This makes finding resources a lot easier.


JTELDEV-4924New Feature15.02.2019The answer call button is now disabled when it is not configured

If the answer call button is not configured in the client master data, or if no messages are received from the PBX connector for an extension, then the answer call button is now disabled. A hint shows why it is not available when the mouse is left hovering over the button.


JTELDEV-4923Bug15.02.2019Call Log not shown for some calls

Sometimes, the call log was not shown for some calls in the call log analyzer or the call log screen. This problem has been fixed.


CMPK-12Story10.02.2019New IVR object "Last Call Information" retrieves information on previous ACD callThis object is used to retrieve information on the last call made by the current caller to selected ACD groups, and can for example be used to route re-diallers more efficiently. More information is available in the WIKI in the object reference.
CWERA-16Story10.02.2019 GOSUB / RETURN now allows modification of variables in subroutines and nested callsThe GOSUB and RETURN objects now allow modification of variables in the called subroutine. It is also possible to nest more than one GOSUB / RETURN call.
JTELDEV-4920Bug10.02.2019Fix Update 3.14 - missing mkdir for Data/system/help and missing ShortText for TelStatus.-1 (Unregistered)

The update script for releases 3.14 had two errors. First of all, the Data/system/help directory might not be present on the target system, causing a missing help.properties file. Secondly, a ShortText was missing for TelStatus.-1 (Unregistered). These problems have been fixed.


JTELDEV-4903New Feature25.01.2019New Mini Client 2.27 released

A new mini client has been released. This is documented here: https://wiki.jtel.de/display/JPW/Die+Inbetriebnahme+des+Mini+Client+ab+der+Version+2.27 and here: https://wiki.jtel.de/display/JPW/MiniClient+Einstellungen


...