Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen


CSTYRIA165The following parameters can be added to an ACD Group which causes the server to send http GET requests (REST calls) to a configured URL when events occur in the call flow to agents.
CallTransfer.Client.<UseCase>.<Event>
The parameter UseCase may be one of:
INBOUND.ACD.DIRECT
INBOUND.ACD.BLENDED
OUTBOUND.CLICKTOCALL
OUTBOUND.DIALLER
TRANSFER.AGENT
TRANSFER.GROUP
TRANSFER.SYNONYM
TRANSFER.NUMBER
TRANSFER.NUMBER_ANNOUNCEMENT
The parameter Event may be one of:
RINGING <-- sent when the call is in the ringing state
CONNECTED <-- sent when the call is connected
CONNRES.1 <-- sent when the call was successful and is ended
CONNRES.2 <-- sent when the call was not answered
CONNRES.3 <-- sent on outbound calls only when the destination is busy
CONNRES.4 <-- sent when the caller hangs up during the call to an agent (inbound calls only)
CONNRES.6 <-- sent when the called agent refused the call or hungup during a whisper transfer announcement
Note, the use cases CONNRES.3 (Busy on an inbound call) and CONNRES.5 (SIP Reason) and CONNRES.7 (Error) are not necessary, since a RINGING event must always be received before any REST calls are made.
The value of the parameter is specified as a multi-line value instructing the server what to do. The following lines are allowed:
URL=<url> <- Specifies a URL to be called
METHOD=GET/POST <- Specifies the http method to use
TIMEOUT=<ms> <- Specifies a timeout in ms before the function is aborted.
HEADER=<http_header> <- Specifies an http header to be used. May be specified multiple times.
QUERYPARAM=<param=value> <- Specifies a query parameter which will be added to the URL in URL encoded format
DATA=<value> <- Specifies POST data which will be sent with the request
The following variables may be used in the parameter value:
$date_time <- the current date and time
$service_number <- the ServiceNumbers.Name field
$service_name <- the ServiceNumbers.Name2 field
$caller <- the caller ID
$agent_name <- The surname of the agent
$agent_firstname <- The firstname of the agent
$agent_number <- The number of the agent
$agent_id <- The ID of the agent
$agent_tel <- The telephone number of the agent
$agent_uid <- The UID of the agent
$agent_nickname <- The NickName of the agent
$group_name <- The name of the ACD group
$group_number <- The number of the ACD group
$diallercampaign_name <- The name of the dialler campaign
$diallercontact_name <- The surname of the dialler contact
$diallercontact_firstname <- The firstname of the dialler contact
$diallercontact_externalsystemlink <- The external system link for the dialler contact
$diallercontact_userdata <- The UserData field for the dialler contact
Examples:
This will send a GET request when a direct inbound ACD call is ringing:
Parameter:
CallTransfer.Client.INBOUND.ACD.DIRECT.RINGING
Value:
URL=http://myrestserver:9999/inbound_acd/ringing
METHOD=GET
TIMEOUT=3000
HEADER=X-JTEL-ACD: True
QUERYPARAM=agentNickname=$agent_nickname
QUERYPARAM=caller=$caller
QUERYPARAM=service_number=$service_number
QUERYPARAM=call_id=$statisticsparta_id
QUERYPARAM=direction=inbound
QUERYPARAM=service_name=$service_name
QUERYPARAM=group_name=$group_name
This will send a POST request when a direct inbound ACD call is not answered:
Parameter:
CallTransfer.Client.INBOUND.ACD.DIRECT.CONNRES.2
Value:
URL=http://myrestserver:9999/inbound_acd/noanswer
METHOD=POST
HEADER=X-JTEL-ACD: True
DATA=agentNickname=$agent_nicknameThe SalesForce getCallerInformation object has been extended to include two new parameters to the REST query to the SalesForce instance.
The first new parameter queryType allows the user to specify a particular type of query to perform in the SalesForce instance. This could, for example, be used to query for tickets, or other data in the SalesForce instance.
The further parameters UserData, UserData2 and UserData3 can be filled with any information required. For example, a ticket number, or a contract number, or customer number - whatever is required.
The implementation is backwards compatible - i.e. older Apex classes will still function as before (only considering the three parameters serviceName, serviceNumber and callerNumber). Newer Apex classes which use the new parameters can take advantage of the extended functionality.
KeyTResolvedRelease Notes SubjectRelease Notes Content
JTELDEV-6567StoryImage RemovedCall Flow - new REST GET functions available at various points in the call flow
CSTYRIA-161StoryImage RemovedAcdGroups - New Tab "Parameters"A new tab "Parameters" has been added to ACD groups. This feature will be used to enable implementation of various features and settings without having to replace / update the web application.
CTEL24-25Image RemovedACD Call Transfer - Outbound Signalling Parameter in P-Asserted / P-Preferred IdentityThe Signalling parameter used to override the A-Party number on call transfer to external destinations now supports overriding the P-Asserted-Identity and P-Preferred-Identity parameters.
CSTYRIA-160StoryImage RemovedREST - new user control function postCallEndA new function "postCallEnd" has been added to the rest interface. This ends the automatic post call interval for a user.
CTEL24-21SupportImage RemovedIVR Start Object - causes GOSUB to lose parametersThe Start object was initiating the service number parameters every time it was called. This may cause problems when a GOSUB was used in the routing application and an (existing) service number parameter was assigned to before the GOSUB - the parameter may be overwritten by the GOSUB call. Now, the service number parameters are only initialised the first time the Start object is called during a routing application / call.
CSCHEP-95BugImage RemovedAgent Home - Categories display not updatedUser Categories and their contents (the agent list) were displayed incorrectly in agent home - newly created or deleted categories were not immediately visible. This problem has been fixed. In addition, the categories are now displayed in alphabetical order.
CLWV-43BugImage RemovedMedia events - delivery to history instead of eventsThe media event delivery status caused events to be delivered to the media history instead of the events tab. This problem has been fixed.
JTELDEV-5263BugImage RemovedService Numbers Report 2 (Inbound ACD) - ACD-S-002 - errors in some columns

ACD-S-002 - the records in columns "Answered in Service Calls", "Answered not in Service Calls", "Lost Calls", "Quote Lost Calls" and "Service Level" were not correct depending on the time interval and the granularity chosen. This problem has been fixed.

CLWV-34BugImage RemovedTeams Connector - MS Graph API does not support querying presence of more than 650 usersThe MS Graph API does not support querying presence of more than 650 users. This problem has been fixed by querying multiple times for larger tenants.
Also a useful piece of information for configuration: If the password or key for the tenant include the & character, it must be replaced with %26 in the XML configuration file.
JTELDEV-5289Image RemovedSalesForce - Lightning Support now Pops up Softphone in SalesForce when a call is received

In Salesforce, the lightning support module now pops up the softphone in addition to any Salesforce record found or screen popped, when a call notification is received.

CNFON-834BugImage RemovedCall-Transfers to ACD-GroupsA problem in call distribution after a transfer to a different ACD-Group caused calls to be serviced incorrectly. This problem has been fixed.
CZVOOVE-117StoryImage RemovedSalesForce getCallerInformation - Extended Functionality
JTELDEV-5287Image RemovedDirect Call to Agents, Groups, PBX Users and Numbers possible from Agent Full Client

The full client now supports the same functionality as the mini client - it is possible to call agents, groups, PBX users and numbers directly from the agent home screen. This functionality has been available for several releases in the mini client.

CNFON-902Image RemovedIVR Test Number - warning if a country code is configuredIf only a country code is configured in the test number for an IVR application, a warning message is now displayed. The user can still choose to save this setting, which results in all callers to the number from that country being handled by the test version of the application.
JTELDEV-5276StoryImage RemovedNew IVR Object CRM+ Query

A new object “CRM+ Query” has been added to the IVR for querying the Brainformatik CRM+ system. See https://wiki.jtel.de/x/LoRhAg for details on how this object works.

JTELDEV-5284BugImage RemovedReports "ACD Groups Report 5" and "ACD Groups Report 7 " not generated when no selection made

When generating the reports "ACD Groups Report 5" and "ACD Groups Report 7 "without any selection, an error occurred. This problem has been now fixed.

JTELDEV-5235BugImage RemovedReport "Transaction Codes Overview" - not generated when no agents are selected

When trying to generate the report "Transaction Codes Overview" without any selected agents, an error occurred. This problem has now been fixed.

CNFON-899BugImage RemovedReport "ACD Inboxes Itemised Details" - not generated when no selection madeWhen trying to generate the report "ACD Inboxes Itemised Details" without a selection an error occurred. This problem has now been fixed.
JTELDEV-5269BugImage RemovedInstallation procedure - Platform UDP listener with java 12 as a service

The service installation scripts for the platform UDP listener have been updated to start the UDP listener using java 12.

JTELDEV-5247BugImage RemovedPortal - password length restriction removed

The login screen now accepts huge passwords with practically no limit.

JTELDEV-5181BugImage RemovedNFON Presence Connector - Extension names with an apostrophe cause problems

Extensions with a ' in the name caused problems in the NFON presence connector. This problem has been fixed.

JTELDEV-4810BugImage RemovedACD Event handling - email internationalization correction

Previously the message “Email sent“ was not translated. This has been corrected.

CTDM-316SupportImage RemovedIVR - 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.
JTELDEV-5245Image RemovedJREST - support for incoming date/time parameters including milliseconds and a time zone

The JREST server now supports the function {clientsID}/info which returns the time zone information from the server.

Incoming date / time formats now support the following format if configured in the REST server:

yyyy-MM-dd'T'HH:mm:ss.SSSZ

JTELDEV-5017Image RemovedIVR - Comma and apostrophe characters in names caused problems

Using an apostrophe or comma in the name of an IVR object would cause problems. These characters are now converted to similar unicode characters which do not cause problems.

CHTP-79SupportImage RemovedTTS prompts cannot be created with large content sizeCreating a TTS prompt that has a content of over 300 characters would cause an error. This problem has been fixed.
CNBANK-56SupportImage RemovedIVR counter statistics errorThe IVR counter statistics could cause an error in the web application. This problem has been fixed.
JTELDEV-5204StoryImage RemovedTerminology Change - ISDN cause to SIP reason

The reporting terminology has been changed from ISDN cause to SIP reason in all relevant reports.

CNFON-708BugImage RemovedREST Query advanced - encoding of special charactersWhen using the REST Query advanced in IVR routing application, some logs containing special characters would be incorrectly recorded containing junk characters. This problem has been fixed.
CTDM-313SupportImage RemovedCallback from ACD Event in 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 
Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Image AddedLogin - Prevent Reset Password

Resetting the password from the login page can now be prevented with a system parameter “ACD.Login.PasswordReset.Enabled“. This parameter should be 1 or 0. If this parameter is set to 1, the password reset link will be displayed.

JTELDEV-6460

User master data - capability to prevent user changing their passwordA user can edit their password in User Master Data if the following resource is activated: "portal.UserData.User.ChangePassword" (activated by default). If deactivated, the user can no longer change their password. The same applies to editing the PIN using the resource "portal.UserData.User.ChangePIN
JTELDEV-5631BugImage AddedSecurity leak - Possibility to read file outside the data directory.

It was possible to read web server files outside the data directory with a very complicated GET request. This security leak was fixed.

CSTYRIA-171BugImage AddedSupervisor view shows User Profile of Agent who is no longer configured in the user profileSteps to reproduce:

 - Add an agent to a User Profile
 - Activate this user profile on the user account - this is shown in the supervisor
 - Delete the user from the user profile
 - The user profile is still shown in the supervisor view.

This problem has been fixed.
JTELDEV-5468BugImage AddedUpdate Script breaks Import / Export Scheme Creation

Running an update on any system would break the creating import / export schemes function. This problem has been fixed.

CCHALTEC-209BugImage AddedAcd - Hide inactive users in mappings.Inactive Users are now hidden in Acd Mappings for both tabs sklls to agents and agents to skills.
CTDM-346BugImage AddedVoice mail events could not be created if a quote was present in the email body or subjectIf the email body or subject, which is configureable as long text, contains a simple quote, the voicemail event is not created by the server. This problem has been fixed.
CLWV-99BugImage AddedTeams integration - downloading files from the jtel application in Microsoft Teams failsDownloading files from the web portal normally results in opening a new tab in the browser before proceeding. However, this procedure may lead to some issues whenever the user attempts to download files from the jtel application in microsoft teams.

This has been fixed and downloaded files will appear now in the same tab/application.

The change was made in the following places:
    - CSV file export
    - Waves
    - Voice mails
    - Routing applications
    - Fax documents
    - Call recordings
    - Conferences
    - Skins
    - Acd mappings
    - Dialler contacts
    - TTS Exception Lexica
CTDM-344BugImage AddedAcdEvents - Distribution - OptimizationA more selective index is now used when ACD events are distributed. This increases performance on systems with a large number of events (tens of thousands of events).
CNFON-958BugImage AddedACD-A-013 - ACD Statistics Agent Calls- records calls as "error" if the caller hangs up with cause 31 (normal unspecified)If the caller hangs up before the call is connected to the agent, and cause 31 (normal unspecified) is reported, the report ACD-A-013 - ACD Statistics Agent Calls counts the call as an error. This problem has been fixed and this type of call is conisedered now as "Caller Hangup".
CNFON-1009SupportImage AddedChat with Whatsapp - Server not available because of logfile growth reaching storage capacityAfter 24h of non-activity, the whatsapp session expires. This expiration can trigger a bug in the chatserver and an extreme growth in the logfile to reach the maximum storage capacity of the chat server. This problem has been fixed.
CNFON-1002SupportImage AddedSupervisor Aggregation Groups - inconsistent operation across more than one tenantAggregation groups created under ACD - Aggregation Groups. would be displayed in the Supervisor - Inbound Status table and Supervisor Wallboard table for all tenants. This problem has been fixed - each tenant can only see their aggregation groups.
CNFON-999BugImage AddedThe report "ACD Agent Calls Report 2 - itemised agent calls by service number" has incorrect entries when selecting the period option "From/To".The report "ACD Agent Calls Report 2 - itemised agent calls by service number" under Statistics shows incorrect "From Date" and "To Date" when selecting the period option "From/To". This problem has been fixed.
CNFON-995SupportImage AddedFilter Counter in Agent Home - Agent and Team Views - could be incorrectThe total number of records counter in the filter in Agent Home for the Agent, Team and category views - could be incorrect. This problem has been fixed.
CSTUTT-347SupportImage AddedAgent Home - Pause Duration not refreshed regularlyIn agent home - the current Pause Duration was not refreshed regularly. This problem has been fixed.
CZVOOVE-129BugImage AddedRest query advanced - IVR object does not parse response data correctly with UTF8The Rest query advanced IVR object did not parse response data correctly if this contained UTF8 characters. This problem has been fixed.
CNFON-988SupportImage AddedClick to Hear Voice-Mail set Calling Party Number to Random A-NumberWhen using the click to hear function, the outbound call would be made on a potentially non associated service number. The trunk selected would be OK, but the signalled A-Party number was sometimes not. This problem has been fixed.
CNFON-924SupportImage AddedFTP list import failsThe FTP daemon could not import a list from the FTP server. This problem has been fixed.
CCARG-253SupportImage AddedSecurity Groups - The Workflow Application Types and Workflow Objects tabs.The Workflow Application Types and Workflow Objects tabs used within the security groups were intended to be visible to the reseller and the system administrator, and invisible to the client administrator and the user. This problem has been fixed.
CTDM-247BugImage AddedStatistics and Service Number for Voicemail and Callbacks Missing - Configuration and Agent Group IssueWhen a voicemail or callback event was received in an agent / configuration group scenario, the callback from the voice mail or callback event would not record statistics correctly. Also, the service number selection would cause error messages to appear in the telephony server even though the call was correctly setup. This problem has been fixed.
CNFON-982BugImage AddedService Numbers - Service Number is displayed instead of Name when adding new service number to userWhen adding service numbers to users, the service number was displayed in the Name column instead of the name of the service number. This has been changed so that the assigned name is now displayed.
CTEL24-75BugImage AddedCall Transfer - Bug in Logic when a call is held and transfer is made to a number that does not exist.A bug was found when transferring a call to an external number which is not valid/does not exist. The announcements configured in the Acd Group were not executed correctly. This has been fixed.
CNFON-978Image AddedData Change Log - access to log analysis now moved to slaveQueries to the data change log are now made on the slave to move the load from the master database thus improving system performance.
CNFON-965BugImage AddedSecurity Groups - Reports added manually by a reseller displayed directlyWhen a reseller add a report to a client, it would be shown directly under Statistics Reports before adding the report to the relevant security group or user. This problem has been fixed.
CTEL24-50Image AddedMiniClient - now shows webmessages popupThe MiniClient now is capable of showing webmessages sent by the supervisor in a popup window when the notification is clicked.
CSCHEP-82SupportImage AddedTrunk Groups - VOIP - Number Translator - Add prefix "sip:+", then E.164 number and postfix "@<ip>[:<port>]" - anonymous number signalling problemWhen using the number translator VOIP - Number Translator - Add prefix "sip:+", then E.164 number and postfix "@<ip>[:<port>]" - anonymous numbers were incorrectly sent as "+". This problem has been fixed.
CNFON-950BugImage AddedReport ACD-005 - ACD Inboxes Itemised Details - execution problemThe execution of this report could sometimes fail with an error message. This problem has been fixed.
CTEL24-47BugImage AddedSupervisor Monitoring - Mute / Non Mute Monitoring always Non MuteWhen monitoring a call, the web application showed the unmute button by default even when the supervisor should have been muted. Actually, the supervisor was always unmuted. This problem has been fixed.
CNFON-861BugImage AddedTarif Waves - deleting could sometimes failDeleting a Tarif wave entry could fail due to a foreign-key dependency. This problem has been fixed.
JTELDEV-5334Image AddedNo release notes necessary

Introdueced login with security token.

CNFON-921SupportImage AddedE-Mail Log errorIt was not possible to access the E-Mail Log view in certain circumstances due to an error on the webserver. This problem has been fixed.
CTEL24-49OfferImage AddedMiniClient with .EXE - No reconnect to webserver after webserver is restartedThe miniclient does not reconnect with the webserver when it is restarted. Instead, the same screen "freezes" and the agent does not know that a disconnect with the webserver has happened in the background. This has been fixed, the mini client now automatically reconnects to the web server.
CNFON-922BugImage AddedAcd Group Rules - weekdays lost after activating or deactivating the ruleWhen setting a rule inside Acd group, the weekdays would be lost after activating or deactivating the concerned rule. This problem has been fixed.
CNFON-952BugImage AddedRemoving resources as reseller administratorWhen editing the Tab "Resources" in clients configuration as reseller administrator to remove resources from the clients view, some would not be removed properly. This has been fixed.
CTEL24-44BugImage AddedSave User Master Data - LDAP Authentication User Field overwrittenWhen saving the user master data as a user, it would cause the LDAP authentication user field to be overwritten. This problem has been fixed.
CMKL-83Image AddedMonitoring Innovaphone PBX Connector with Windows Task SchedulerScripts are provided provided to monitor the status of the Innovaphone PBX Connector on two telephony servers. These scripts start and stop the connector as required only on one of the servers (to prevent "double" monitoring events). The scripts are provided in the innovaphone installation directory: JTELInnovaphonePBXTaskMonitor_acd-tel1.cmd, JTELInnovaphonePBXTaskMonitor_acd-tel2.cmd. Note: These scripts can only be used on redundant systems.
JTELDEV-5322Image AddedIVR - new Object "Wait"

A new object "Wait" has been added to the IVR. This performs a simple sleep operation. This can, for example, be used to allow a ring tone to be heard for a certain number of seconds before proceeding in the application.

JTELDEV-5321BugImage Added IVR - Refuse Calls does not record statistics correctly

The IVR did not record statistics correctly for calls which were refused before any event (ringing or connect) had been sent. This problem has been fixed. Note: this requires an update of the telephony server to version 5.23.18 or later.

JTELDEV-5320Image AddedNew IVR Object Ringing

A new IVR Object "Ringing" has been added. This allows you to explicitly send 180 RINGING (alerting) to the far end from the IVR. Note: ringing and offhook are still sent implicitly by certain functions such as the ACD (when entered - ringing) and when announcements are played (offhook).

CTEL24-34Image AddedIVR Signalling Parameter (ACD objects) - now supports variablesThe signalling parameter in the ACD objects in the IVR now supports variables. Previously, it was only possible to use a fixed value (usually a telephone number in E.164 format). Note: in releases 3.25 and 3.26 this will result in an error being shown in the GUI. It however does not affect the functionality. From release 3.27 the error message in the GUI is removed (open and close the objects in question to remove the error).
CTEL24-31BugImage AddedTransfer Synonym - TransferAcdSynonymsID always empty in JTELStats.StatisticsPartBThe field TransferAcdSynonymsID was NULL in the table JTELStats.StatisticsPartB when a transfer to a Synonym was made. This problem has been fixed.
CSTYRIA-165StoryImage AddedCall Flow - new REST GET functions available at various points in the call flow

The following parameters can be added to an ACD Group which causes the server to send http GET requests (REST calls) to a configured URL when events occur in the call flow to agents.

CallTransfer.Client.<UseCase>.<Event>

The parameter UseCase may be one of:

INBOUND.ACD.DIRECT
INBOUND.ACD.BLENDED
OUTBOUND.CLICKTOCALL
OUTBOUND.DIALLER
TRANSFER.AGENT
TRANSFER.GROUP
TRANSFER.SYNONYM
TRANSFER.NUMBER
TRANSFER.NUMBER_ANNOUNCEMENT

The parameter Event may be one of:

RINGING <-- sent when the call is in the ringing state
CONNECTED <-- sent when the call is connected
CONNRES.1 <-- sent when the call was successful and is ended
CONNRES.2 <-- sent when the call was not answered
CONNRES.3 <-- sent on outbound calls only when the destination is busy
CONNRES.4 <-- sent when the caller hangs up during the call to an agent (inbound calls only)
CONNRES.6 <-- sent when the called agent refused the call or hungup during a whisper transfer announcement

Note, the use cases CONNRES.3 (Busy on an inbound call) and CONNRES.5 (SIP Reason) and CONNRES.7 (Error) are not necessary, since a RINGING event must always be received before any REST calls are made.

The value of the parameter is specified as a multi-line value instructing the server what to do. The following lines are allowed:

URL=<url> <- Specifies a URL to be called
METHOD=GET/POST <- Specifies the http method to use
TIMEOUT=<ms> <- Specifies a timeout in ms before the function is aborted.
HEADER=<http_header> <- Specifies an http header to be used. May be specified multiple times.
QUERYPARAM=<param=value> <- Specifies a query parameter which will be added to the URL in URL encoded format
DATA=<value> <- Specifies POST data which will be sent with the request

The following variables may be used in the parameter value:

$date_time <- the current date and time
$service_number <- the ServiceNumbers.Name field
$service_name <- the ServiceNumbers.Name2 field
$caller <- the caller ID
$agent_name <- The surname of the agent
$agent_firstname <- The firstname of the agent
$agent_number <- The number of the agent
$agent_id <- The ID of the agent
$agent_tel <- The telephone number of the agent
$agent_uid <- The UID of the agent
$agent_nickname <- The NickName of the agent
$group_name <- The name of the ACD group
$group_number <- The number of the ACD group
$diallercampaign_name <- The name of the dialler campaign
$diallercontact_name <- The surname of the dialler contact
$diallercontact_firstname <- The firstname of the dialler contact
$diallercontact_externalsystemlink <- The external system link for the dialler contact
$diallercontact_userdata <- The UserData field for the dialler contact

Examples:

This will send a GET request when a direct inbound ACD call is ringing:

Parameter:
CallTransfer.Client.INBOUND.ACD.DIRECT.RINGING
Value:
URL=http://myrestserver:9999/inbound_acd/ringing
METHOD=GET
TIMEOUT=3000
HEADER=X-JTEL-ACD: True
QUERYPARAM=agentNickname=$agent_nickname
QUERYPARAM=caller=$caller
QUERYPARAM=service_number=$service_number
QUERYPARAM=call_id=$statisticsparta_id
QUERYPARAM=direction=inbound
QUERYPARAM=service_name=$service_name
QUERYPARAM=group_name=$group_name

This will send a POST request when a direct inbound ACD call is not answered:

Parameter:
CallTransfer.Client.INBOUND.ACD.DIRECT.CONNRES.2

Value:
URL=http://myrestserver:9999/inbound_acd/noanswer
METHOD=POST
HEADER=X-JTEL-ACD: True
DATA=agentNickname=$agent_nickname

CSTYRIA-161StoryImage AddedAcdGroups - New Tab "Parameters"A new tab "Parameters" has been added to ACD groups. This feature will be used to enable implementation of various features and settings without having to replace / update the web application.
CTEL24-25Image AddedACD Call Transfer - Outbound Signalling Parameter in P-Asserted / P-Preferred IdentityThe Signalling parameter used to override the A-Party number on call transfer to external destinations now supports overriding the P-Asserted-Identity and P-Preferred-Identity parameters.
CSTYRIA-160StoryImage AddedREST - new user control function postCallEndA new function "postCallEnd" has been added to the rest interface. This ends the automatic post call interval for a user.
CTEL24-21SupportImage AddedIVR Start Object - causes GOSUB to lose parametersThe Start object was initiating the service number parameters every time it was called. This may cause problems when a GOSUB was used in the routing application and an (existing) service number parameter was assigned to before the GOSUB - the parameter may be overwritten by the GOSUB call. Now, the service number parameters are only initialised the first time the Start object is called during a routing application / call.
CSCHEP-95BugImage AddedAgent Home - Categories display not updatedUser Categories and their contents (the agent list) were displayed incorrectly in agent home - newly created or deleted categories were not immediately visible. This problem has been fixed. In addition, the categories are now displayed in alphabetical order.
CLWV-43BugImage AddedMedia events - delivery to history instead of eventsThe media event delivery status caused events to be delivered to the media history instead of the events tab. This problem has been fixed.
JTELDEV-5263BugImage AddedService Numbers Report 2 (Inbound ACD) - ACD-S-002 - errors in some columns

ACD-S-002 - the records in columns "Answered in Service Calls", "Answered not in Service Calls", "Lost Calls", "Quote Lost Calls" and "Service Level" were not correct depending on the time interval and the granularity chosen. This problem has been fixed.

CLWV-34BugImage AddedTeams Connector - MS Graph API does not support querying presence of more than 650 usersThe MS Graph API does not support querying presence of more than 650 users. This problem has been fixed by querying multiple times for larger tenants.
Also a useful piece of information for configuration: If the password or key for the tenant include the & character, it must be replaced with %26 in the XML configuration file.
JTELDEV-5289Image AddedSalesForce - Lightning Support now Pops up Softphone in SalesForce when a call is received

In Salesforce, the lightning support module now pops up the softphone in addition to any Salesforce record found or screen popped, when a call notification is received.

CNFON-834BugImage AddedCall-Transfers to ACD-GroupsA problem in call distribution after a transfer to a different ACD-Group caused calls to be serviced incorrectly. This problem has been fixed.
CZVOOVE-117StoryImage AddedSalesForce getCallerInformation - Extended FunctionalityThe SalesForce getCallerInformation object has been extended to include two new parameters to the REST query to the SalesForce instance.

The first new parameter queryType allows the user to specify a particular type of query to perform in the SalesForce instance. This could, for example, be used to query for tickets, or other data in the SalesForce instance.

The further parameters UserData, UserData2 and UserData3 can be filled with any information required. For example, a ticket number, or a contract number, or customer number - whatever is required.

The implementation is backwards compatible - i.e. older Apex classes will still function as before (only considering the three parameters serviceName, serviceNumber and callerNumber). Newer Apex classes which use the new parameters can take advantage of the extended functionality.
JTELDEV-5287Image AddedDirect Call to Agents, Groups, PBX Users and Numbers possible from Agent Full Client

The full client now supports the same functionality as the mini client - it is possible to call agents, groups, PBX users and numbers directly from the agent home screen. This functionality has been available for several releases in the mini client.

CNFON-902Image AddedIVR Test Number - warning if a country code is configuredIf only a country code is configured in the test number for an IVR application, a warning message is now displayed. The user can still choose to save this setting, which results in all callers to the number from that country being handled by the test version of the application.
JTELDEV-5276StoryImage AddedNew IVR Object CRM+ Query

A new object “CRM+ Query” has been added to the IVR for querying the Brainformatik CRM+ system. See https://wiki.jtel.de/x/LoRhAg for details on how this object works.

JTELDEV-5284BugImage AddedReports "ACD Groups Report 5" and "ACD Groups Report 7 " not generated when no selection made

When generating the reports "ACD Groups Report 5" and "ACD Groups Report 7 "without any selection, an error occurred. This problem has been now fixed.

JTELDEV-5235BugImage AddedReport "Transaction Codes Overview" - not generated when no agents are selected

When trying to generate the report "Transaction Codes Overview" without any selected agents, an error occurred. This problem has now been fixed.

CNFON-899BugImage AddedReport "ACD Inboxes Itemised Details" - not generated when no selection madeWhen trying to generate the report "ACD Inboxes Itemised Details" without a selection an error occurred. This problem has now been fixed.
JTELDEV-5269BugImage AddedInstallation procedure - Platform UDP listener with java 12 as a service

The service installation scripts for the platform UDP listener have been updated to start the UDP listener using java 12.

JTELDEV-5247BugImage AddedPortal - password length restriction removed

The login screen now accepts huge passwords with practically no limit.

JTELDEV-5181BugImage AddedNFON Presence Connector - Extension names with an apostrophe cause problems

Extensions with a ' in the name caused problems in the NFON presence connector. This problem has been fixed.

JTELDEV-4810BugImage AddedACD Event handling - email internationalization correction

Previously the message “Email sent“ was not translated. This has been corrected.

CTDM-316SupportImage AddedIVR - 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.
JTELDEV-5245Image AddedJREST - support for incoming date/time parameters including milliseconds and a time zone

The JREST server now supports the function {clientsID}/info which returns the time zone information from the server.

Incoming date / time formats now support the following format if configured in the REST server:

yyyy-MM-dd'T'HH:mm:ss.SSSZ

JTELDEV-5017Image AddedIVR - Comma and apostrophe characters in names caused problems

Using an apostrophe or comma in the name of an IVR object would cause problems. These characters are now converted to similar unicode characters which do not cause problems.

CHTP-79SupportImage AddedTTS prompts cannot be created with large content sizeCreating a TTS prompt that has a content of over 300 characters would cause an error. This problem has been fixed.
CNBANK-56SupportImage AddedIVR counter statistics errorThe IVR counter statistics could cause an error in the web application. This problem has been fixed.
JTELDEV-5204StoryImage AddedTerminology Change - ISDN cause to SIP reason

The reporting terminology has been changed from ISDN cause to SIP reason in all relevant reports.

CNFON-708BugImage AddedREST Query advanced - encoding of special charactersWhen using the REST Query advanced in IVR routing application, some logs containing special characters would be incorrectly recorded containing junk characters. This problem has been fixed.
CTDM-313SupportImage AddedCallback from ACD Event in 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 


Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Le jtel Cloud TTS supporte maintenant l'utilisation d'un serveur proxy. Le jtel Cloud TTS supporte maintenant l'utilisation d'un serveur proxy.
Portal.ProxyServer.Server
Portal.ProxyServer.Port
Portal.ProxyServer.UserName
Portal.ProxyServer.PasswordLe connecteur TAPI PBX écrasait auparavant tous les noms d'extension PBX rapportés. Cependant, certains connecteurs TAPI signalent au système des noms non utiles (par exemple, Extension 300 ou SIP 300). Une nouvelle fonctionnalité a été ajoutée qui empêche l'écrasement des noms. Les extensions sont créées une fois lors de leur première apparition, mais le nom ne sera plus modifié.
Les extensions sont créées une fois lors de leur première apparition, mais le nom ne sera plus modifié.
Cette fonction est activée dans la configuration du connecteur TAPI, en définissant l'indicateur suivant dans le fichier de configuration jtelTAPIMonitorService.exe.config:
<add key="keepPBXUserName" value="true" />
La valeur par défaut est faux.L'algorithme de distribution des files d'attente a été optimisé. Ceci affecte particulièrement les files d'attente avec > 120 appelants en attente, la vitesse du calcul peut être réduite d'un facteur 2 à 10 dans certains cas

Sv translation
languagefr

Status
colourRed
titleThis page is only available in english

Sv translation
languagefr
CléTRésoluSujet des notes de releaseContenu des notes de mise à jour
JTELDEV-5217StoryImage RemovedRapports - nouveaux liens WIKI et ID technique

La documentation sur les rapports dans le WIKI a été largement améliorée.

Chaque rapport est désormais doté d'un "ID technique" afin de simplifier l'identification du rapport à des fins de documentation et de support.

Les vues des rapports et de l'exécution des rapports dans le portail donnent maintenant accès à un lien vers le wiki pour le rapport exact en cours d'exécution. De là, il est possible d'accéder à la documentation technique de chacun des indicateurs de performance clé.

De plus, la mise en page des rapports a été améliorée, assurant une mise en page plus cohérente pour les fichiers PDF et Excel.

CTAIFUN-114SupportImage RemovedContacts du composeur - Lien vers le système externeLe lien du système externe d'un contact du composeur est maintenant toujours affiché à l'agent s'il est disponible. Ce lien remplace également le lien CRM sur les appels entrants si le contact est trouvé dans une campagne de numérotation associée lorsqu'un appel entrant est reçu.
CSAXO-140BugImage RemovedTAPI PBX Connector - paramètre Portal.PBXUsers.Create.Automatically maintenant cochéUne vérification du paramètre 'Portal.PBXUsers.Create.Automatically' a été ajoutée au connecteur TAPI PBX. Si cette option est désactivée, les utilisateurs du PBX ne sont plus créés automatiquement. Auparavant, les utilisateurs du PBX étaient toujours créés, quel que soit ce paramètre.
CSAXO-139BugImage RemovedSupervisor All Agents et Active Agents Views - Filtres corrigésLes filtres et le tri pour les vues superviseur tous les agents et agents actifs ont été corrigés, de sorte que le tri est maintenant possible sur toutes les colonnes.
JTELDEV-5261BugImage RemovedServeur de chat - ajout du support pour java 11

Le serveur de chat supporte maintenant java 11.

JTELDEV-5258BugImage RemovedCopie des utilisateurs - Désactivée pour SysAdmin et Reseller Admin

La fonction de copie des utilisateurs a été désactivée au niveau de l'administrateur système et de l'administrateur revendeur. La fonction n'a jamais été conçue pour être utilisée à ces niveaux, car les associations de groupes ACD, etc. sont également copiées, ce qui n'existe pas au niveau des revendeurs ou des systèmes.

CNFON-656BugImage RemovedWallboard - les tuiles des campagnes du composeur ne s'affichent pas lors de l'utilisation de l'URL du wallboardLes tuiles des campagnes du composeur ne s'affichaient pas dans le tableau d'affichage lorsqu'on y accédait directement via l'URL. Ce problème a été résolu.
CSAXO-136SupportImage RemovedOutbound via Click to Dial - Pas de ressourcesUn problème dans la sélection du meilleur serveur candidat pour effectuer des appels sortants a été résolu. Ainsi, le message "Aucune ressource" serait affiché en permanence. Remarque : ce problème ne s'applique que s'il n'a jamais été possible de passer un appel sortant. Si ce message apparaît parfois, cela signifie que le serveur n'a plus de capacité.
CCARG-185BugImage RemovedAjout d'un validateur au formulaire 'Dialer Data'.Ajout d'un validateur au formulaire 'Dialer Data'. L'agent réservé dépend du résultat du contact.
CHTP-42BugImage RemovedExeption dans la vue des contacts du composeurLes URL mal formatées dans le contact du composeur provoquaient une exception dans le client web. Les URL incorrectement formées sont maintenant converties en URL valides préfixées par "http://badurl?" suivi de l'URL incorrecte. Cela permet de corriger le problème dans l'importation de données ou l'importation REST.
CCHALTEC-189StoryImage RemovedbCallerHangup dans StatisticsPartB n'est pas le même lorsque l'agent raccroche le téléphone par téléphone et par le portail.bCallerHangup dans StatisticsPartB est égal à:
0 lorsque le client raccroche le téléphone -> c
1 lorsque l'agent raccroche via le téléphone -> correct
0 lorsque l'agent raccroche le téléphone via le bouton de raccrochage du portail web -> ce n'était pas correct et aurait dû être égal à 1. Ce problème a maintenant été corrigé.
CSTYRIA-142SupportImage RemovedAcd Transaction Codes Overview Report - Comptage des TACs corrigéLe nombre de TAC était erroné lorsqu'une entrée dans StatisticsPartA était
JTELDEV-5248Image RemovedPrésence de Teams pour les utilisateurs de PBX

Le connecteur des équipes importe et met à jour les entrées dans la table des utilisateurs du PBX. La disponibilité des équipes et l'activité des équipes sont affichées dans Agent Home > PBX Users et le Mini Client.

Le connecteur Presence des équipes essaiera de faire correspondre les utilisateurs du PBX par l'adresse e-mail, puis par le numéro de téléphone. Sinon, un nouvel utilisateur du PBX est créé.

Lors de la création manuelle des utilisateurs du PBX, il est possible d'ajouter l'adresse e-mail.

Les règles d'équipes peuvent être ajoutées, activées et désactivées via un nouvel onglet dans les paramètres des données de base du client. Ces paramètres s'appliquent à tous les utilisateurs du PBX de ce client et influencent la disponibilité globale de l'utilisateur du PBX en définissant les activités des équipes qui doivent être considérées comme "occupées" et "disponibles".

Des exemples d'entrées pourraient être:

  • Occupé : "Occupé, en appel, en présentation"
  • Disponible: “Disponible”

Toutes les autres activités seront affectées à "non disponible".

Cette fonction permet aux utilisateurs de voir la disponibilité globale des utilisateurs du PBX via le PBX, les équipes ou les deux.

CCHALTEC-190BugImage RemovedACD - La case à cocher "Toujours enregistrer l'agent" ne peut pas être sauvegardée si un groupe par défaut existe.La case à cocher ACD - "Toujours enregistrer l'agent" ne peut pas être sauvegardée si un groupe par défaut existe. Ce problème a été résolu.
CTAIFUN-105SupportImage RemovedUne variable non déclarée dans StringFunctions r5 provoque une erreur dans 8-ServerLa variable StringLength n'a pas été déclarée dans le script .r5 de l'objet IVR "StringFunctions - InStr Function", ce qui a entraîné le signalement d'une erreur dans le serveur de téléphonie. Cela n'avait aucun effet sur le fonctionnement de la fonction, mais le message d'erreur pouvait être irritant. Ce problème a été résolu.
CCARG-230SupportImage RemovedServeurs SMTP - fonds de roulement pour les serveurs SMTP avec un mauvais support TLSL'outil SMTP.exe ignorera STARTTLS dans la réponse du serveur SMTP si la première tentative d'utiliser TLS ne réussit pas. Cela atténue un problème où certains serveurs SMTP ne prennent pas correctement en charge TLS en exigeant un nom d'utilisateur et un mot de passe après l'établissement de la connexion TLS, mais acceptent les connexions anonymes (non sécurisées) sur le port 25 sans nom d'utilisateur ni mot de passe.
CSTYRIA-143Technical ServiceImage RemovedConnecteur Cisco CUCM JTAPI - Mise à jour vers 12.5.1.14900-1Le connecteur JTAPI de Cisco CUCM a été mis à jour à la version 12.5.1.14900-1 qui est compatible avec Cisco CUCM Release 12.5(1)SU2.
CKSB-139BugImage RemovedL'intégration d'Innovaphone échoue avec les versions >= 3.23Si l'intégration innovaphone était active, elle n'afficherait rien avec des versions >= 3.23. Ce problème a été résolu.
CNORDOA-53Image RemovedErreur dans la base de données de la logique d'appel lors du transfert d'appelUne erreur dans la logique de la base de données pendant le transfert d'appel pourrait faire en sorte que certains enregistrements ne soient pas créés. Ce problème a été résolu.
JTELDEV-5244BugImage RemovedErreur de performance du DataCache du serveur Web

Une erreur dans le cache de données des serveurs web a empêché la suppression d'anciennes entrées sur les grands systèmes et a entraîné la récupération d'enregistrements inutiles dans la base de données. Ce problème a été résolu.

JTELDEV-5243StoryImage RemovedTraductions en langue du portail - Polonais

L'écran d'accueil de l'agent, l'écran du superviseur et les autres écrans du portail liés à l'agent et au superviseur sont désormais disponibles en polonais. Les traductions des écrans de configuration sont en anglais lorsque le polonais est sélectionné.

JTELDEV-5241Image RemovedChat - confirmation de la remise du message à l'agent

L'UID de l'agent affiché passe au bleu lorsque le message est remis à l'agent. Cela donne aux utilisateurs du chat un niveau supplémentaire de retour d'information indiquant que le message a été reçu.

CZVOOVE-109BugImage RemovedObjet IVR - Enregistrement d'informations supplémentaires et de données utilisateurL'utilisation de virgules dans le champ de données de l'utilisateur ou dans le champ d'informations supplémentaires pose des problèmes lors de l'affichage des données dans le portail et lors de l'enregistrement de ces données dans les statistiques. L'objet "Enregistrer les informations supplémentaires et les données de l'utilisateur" a été modifié, afin de supprimer toutes les virgules de l'expression avant son enregistrement.
CZVOOVE-107SupportImage RemovedAmélioration de la performance de l'éditeur GUILes performances de l'éditeur IVR GUI ont été améliorées en réduisant le nombre de requêtes DB et en supprimant certaines données inutiles dans les ensembles de résultats.
CNORDOA-50BugImage RemovedAbréviations du statut de l'agent - ajouté au script de mise à jourLes mises à jour logicielles écrasaient auparavant les abréviations d'état des agents configurées au niveau de l'administrateur système. Ce problème a été résolu.
JTELDEV-5242Image RemovedLa plateforme UDP listener / hazelcast cluster supporte désormais Java 12

La plateforme UDP listener / hazelcast cluster peut maintenant être installée sur java 12.

CCARG-228SupportImage RemovedL'importation des contacts du composeur via le schéma d'importation/exportation ne fonctionne pas avec MySQL 8.xL'ordre par défaut pour GROUP_CONCAT() a été modifié en
JTELDEV-5233BugImage RemovedLe menu des paramètres du système disparaît de l'écran lorsque la résolution verticale est limitée.

Le menu des paramètres du système apparaissait mais était "hors écran" en bas sur les écrans à résolution limitée. Désormais, si le navigateur signale une faible résolution à la connexion, le menu des paramètres du système est déplacé vers le haut pour permettre l'affichage du nombre maximal de lignes. Remarque - cela ne résoudra pas le problème sur tous les appareils/écrans - il est préférable de travailler en tant qu'administrateur avec un écran d'une résolution "raisonnable". Veuillez également noter que l'utilisation du facteur "zoom" du navigateur vous aide à accéder aux éléments du menu sur un petit écran.

JTELDEV-5228StoryImage RemovedLimites pour les noms de numéros de service détendus

Les limitations pour les noms de numéros de service ont été assouplies. Les parenthèses sont désormais autorisées.

CNFON-847SupportImage RemovedChat - Des erreurs de réseau peuvent entraîner la perte de messagesDans le connecteur de chat, des erreurs de réseau pouvaient entraîner la perte de messages. Ce problème a été résolu, lorsque la connexion au réseau est rétablie dans un délai raisonnable.
CNFON-782SupportImage RemovedLes numéros de téléphone pouvaient disparaître après avoir été définis dans le MiniClient lorsque le système de places libres est configuré.Un comportement étrange pouvait se produire lorsqu'on essayait d'entrer un numéro de téléphone dans le MiniClient si la fonction "Free-Seating" était configurée : Après avoir sélectionné l'ID du pays, il pourrait disparaître. Un comportement similaire se produit lorsque l'on modifie Utilisateurs > Communication et que l'on essaie d'ajouter un nouveau numéro de téléphone : après avoir sélectionné le code du pays, le code est déplacé vers le champ phoneNumber. Ce problème a été résolu.
CNFON-776StoryImage RemovedAbonnements aux rapports - nouvelle fonctionnalité : envoi immédiatUne nouvelle fonctionnalité a été ajoutée aux abonnements aux rapports. Il est désormais possible d'utiliser le lien "Envoyer" pour créer et envoyer l'abonnement immédiatement.
CHTP-29StoryImage RemovedAgent - Message d'accueil automatique diffusé par le systèmeIl est maintenant possible de configurer un fichier d'accueil automatique qui est joué par le système lorsqu'un agent reçoit un appel entrant. Le fichier à lire est configuré sous Données utilisateur - "Message d'accueil de l'utilisateur", et peut être activé à cet endroit. En outre, l'agent a la possibilité d'activer ou de désactiver la lecture du message d'accueil automatique. Dans le client complet, cela peut être fait en cliquant sur l'icône à droite du haut de l'indicateur "post call". Dans le mini-client, cela se fait en cliquant sur l'icône d'accueil automatique des appels en bas (au milieu de la rangée d'icônes).
JTELDEV-5239StoryImage RemovedAPI REST du composeur - permet de mettre à jour le contact avec la date du rendez-vous. - permettre la mise à jour du contact avec la date du rendez-vous

L'API REST du composeur permet désormais de mettre à jour ou d'importer des contacts avec une date de rendez-vous et éventuellement un utilisateur de suivi. Pour ce faire, il faut passer les deux paramètres suivants avec la structure de données JSON DiallerContact :

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

L'UID de l'utilisateur correspond au système. Si aucune correspondance n'est trouvée (ou si ce champ n'est pas spécifié), alors le rendez-vous sera pris pour aucun utilisateur spécifique. Sinon, le rendez-vous est pris pour l'utilisateur spécifique (trouvé).

CHTP-35StoryImage Removedjtel Cloud TTS prend désormais en charge l'utilisation d'un serveur proxy
CNORDOA-52SupportImage RemovedIVR - Variable connectée à un objet - Correction du validateurLa validation dans l'objet IVR Connect Variable a été corrigée. L'objet fonctionnerait correctement si des variables avec $ étaient utilisées, mais dans l'interface graphique, l'objet serait coloré en rouge avec une erreur de validation.
JTELDEV-5231BugImage RemovedAmélioration de la gestion des erreurs du cluster hazelcast

La gestion des erreurs du cluster hazelcast a été améliorée lorsque certains nœuds tombaient en panne. Cette situation peut se produire lorsqu'une panne de réseau (d'une durée supérieure à quelques secondes) ou un crash de plusieurs VM se produit. L'instance hazelcast sur le serveur nouvellement redémarré pourrait enregistrer de manière cyclique le message suivant : Exception : java.util.concurrent.ExecutionException : java.lang.IllegalArgumentException : séquence:2 est trop grande. La tailSequence actuelle est :-1. Si cela se produisait, le seul remède était de redémarrer le serveur. La gestion des erreurs a été améliorée, afin de relancer l'initialisation du cluster dans ce cas.

CCHALTEC-185SupportImage RemovedLa surveillance silencieuse peut échouer dans certains cas avec plusieurs serveurs de téléphonie.La surveillance silencieuse pouvait échouer dans certains cas avec plusieurs serveurs de téléphonie. Maintenant, l'hôte de destination est lu à partir de l'appel réel de la base de données, ce qui résout ce problème.
CNFON-846Image RemovedÉchec de la session de l'éditeur IVRLe comportement de rechargement automatique de la session a été modifié dans l'éditeur IVR. Cela peut entraîner des problèmes d'édition de l'application sur certaines connexions Internet (généralement lentes).
JTELDEV-5230BugImage RemovedACD Agent Report 2 - KPI AutologoffAll corrected

Le KIP AutologoffAll a été corrigé dans ACD Agent Report 2. Il ne compte désormais que les déconnexions de l'agent selon le compteur "total" (LogoutActionCode = 6). Auparavant, il comptait également les LogoutActionCodes 7, 8 et 9 (7 = Déconnexion automatique (autologout quotidien du démon), 8 = Déconnexion automatique (appels occupés dépassés), 9 = Déconnexion automatique (appels sans réponse dépassés)).

CNORDOA-37StoryImage RemovedNoms des connecteurs PBX - nouvelle option pour le connecteur TAPI afin de ne pas écraser les noms.
JTELDEV-5220StoryImage RemovedConnecteur de chat - amélioration de l'algorithme de génération aléatoire des cookies

L'algorithme utilisé dans le connecteur de chat pour la génération aléatoire de cookies a été amélioré, afin de fournir une sécurité supplémentaire.

CNFON-802BugImage RemovedMessagerie vocale - La lecture par téléphone peut échouer dans les installations comportant plusieurs 8-Servers.Dans les installations comportant plusieurs serveurs téléphoniques, la fonction "messagerie vocale - lecture par téléphone" pouvait échouer si un serveur supplémentaire avec 0 ligne téléphonique était utilisé uniquement comme serveur d'application (démon). Ce problème a été résolu.
CMRCOMP-24SupportImage RemovedGroupes de Trunc - Correction de la traduction des numéros entrants par AlcatelLe traducteur de numéros entrants "Alcatel" a été corrigé pour les numéros d'appel anonymes.
JTELDEV-5222BugImage RemovedSupervisor 500 Exception avec les numéros de groupe ACD et les campagnes de dialer.

Si les groupes ACD associés aux sous-campagnes du composeur étaient configurés avec un numéro de groupe, et que plus d'un groupe différent était associé à la campagne en ayant deux campagnes principales avec des groupes ACD différents configurés, le superviseur échouait avec une erreur http 500. Ce problème a été résolu.

CNFON-739BugImage RemovedTous les téléchargements de Prompt via la fenêtre popup "nouveau" échouent.Tous les téléchargements de l'invite via la fenêtre popup de l'invite "nouvelle" ont échoué. Un autre problème était que lors du changement de langue, le nom du fichier d'entrée disparaissait. Ce problème a été corrigé pour tous les téléchargements rapides via la fenêtre contextuelle.
CNFON-718BugImage RemovedLa campagne du composeur ne disparaît pas de la vue du superviseur (tableau mural et composeur) après avoir été supprimée.Le mécanisme de cache des données pour les campagnes du composeur stockait simplement tous les enregistrements pour toujours, même ceux qui étaient supprimés. Ainsi, dans la vue du superviseur (wallboard et composeur), les campagnes du composeur supprimées ne disparaissaient pas.
Cela est corrigé et un autre mécanisme de cache est utilisé pour les campagnes du composeur afin qu'il mette à jour même celles qui sont supprimées.
JTELDEV-5205StoryImage RemovedOptimisation des portails - Mise en cache des textes et des paramètres de l'utilisateur

L'application web du portail met désormais en cache les textes, les paramètres et les réglages de l'utilisateur. Cela accélère en particulier le processus de connexion (jusqu'à 5 fois plus rapide), mais toutes les zones du portail bénéficient de cette optimisation de la vitesse.

CNFON-762BugImage RemovedRapport de statistiques sur les appels sortants - Nombre total d'appels effectuésLe nombre total d'appels terminés donnait des statistiques erronées avec un composeur, et les mêmes statistiques que le nombre total d'appels en sortie normale.
Cela a été corrigé et maintenant :
- Appel sortant terminé signifie que l'appel a été connecté et que CONNRES est égal à 1 (appel sortant réussi vers la destination).
CNFON-824BugImage RemovedParamètres de groupe lus dans les applications IVRLes paramètres de groupe n'étaient pas relus lorsqu'un appel était acheminé par un objet de groupe ACD secondaire dans l'IVR. Ce problème a été résolu.
CSYMP-128StoryImage RemovedQueue distribution algorithm optimization
.