This page was last edited on March 19, 2015, at 17:51.
Comments or questions about this documentation? Contact us for support!
Genesys Mobile Services Release Notes
Release Date | Release Type | Restrictions | AIX | HP-UX PA | HP-UX IPF | Linux | Solaris | Windows |
---|---|---|---|---|---|---|---|---|
11/26/14 | General | Under Shipping Control | X | X |
This release is under shipping control. This section describes new features that were introduced in this release of Genesys Mobile Services.
This release also includes the following corrections or modifications:
The GMS Sample now correctly handles the modification of the user name. Previously, the CometD channel was not reinitialized upon user name modification and the GMS sample was no longer receiving chat messages.(GMS-1768)
A user-friendly message is now displayed when security permissions are not sufficient to allow GMS to change options in Configuration Server. The new message is ERROR: Insufficient permissions to perform this operation. Previously, the message was Error: Server Error. (GMS-1592)
The _callback_number parameter in the Service Management UI is now a mandatory parameter. Previously, the Service Management UI allowed a voice Callback to be defined without this parameter. (GMS-1551)
The GMS JavaScript sample now correctly displays the latest messages from the customer. (GMS-1595)
GMS now has improved high availability support for outbound calls when ORS fails after a call is connected to the customer. Previously, after the oubound call was made to the customer and if ORS failed, it resulted in a failed Callback, and the Callback would not be tried again. (GMS-1530)
You can now use a GMS cluster with the embedded Cassandra instance. If you need to repair the nodes, you must use Cassandra external tools (for example, nodetool). (GMS-1538)
GMS no longer throws a Null Pointer exception after reconnecting to Configuration Server. (GMS-1738)
The Immediate notification mode has now been added to the Statistic service. (GMS-1708)
The GMS response to complex statistics has been enhanced to reflect the Stat Server message; for example:
"extensions": [
{ "VOICE_MEDIA_STATUS": 4 }
],
Previously, GMS returned a PSDK formatted message; for example:
{"value":0,
"tkvvalue":null,
"stringValue":null, "valueType":{},
"stringKey":"VOICE_MEDIA_STATUS",
"binaryValue":null,
"intValue":4
}
(GMS-1732)
In the chat push notification (using CometD or CustomHTTP mode), the chat notification events that are received from the agent can now be filtered according to the message type:
The filter is an option that you can set in the main chat section, using the option filtering_chat_events, or for a specific chat service, using the option _filtering_chat_events, with a comma-separated list of message type events. The filter excludes the events listed in the option from the conversation with the client (prior to delivering them to the customer client application). (GMS-1691)
GMS now correctly closes terminated connections when sending CustomHTTP notifications. (GMS-1681)
An empty event no longer appears in the transcript for the client. Previously, when a client created a chat session and prior to the agent joining, an external user type was able to connect to send various information. This connection message for an external user type created an empty event in the transcript. (GMS-1619)