This page was last edited on January 14, 2022, at 15:41.
Comments or questions about this documentation? Contact us for support!
Section: General
Default Value: No default value
Valid Values: <integer>,<integer>,<integer>
Changes Take Effect: Immediately
Introduced: 8.5.224.00
For calls placed via a Routing Point (RP) this option defines time checks that the callback service must perform before calling the customer. The value for this option matches the following formatting:
For example, if _do_not_call_items=3600,9,21, the callback service does not proceed with calling the customer if the local time is not between 9 AM and 9 PM local time on the Orchestration Server. Additionally, before launching the call, it also checks that the current local time matches the customer call's desired time within 3600 seconds.
Genesys Mobile Services Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
01/14/22 | General | X | X |
This release contains the following new features and enhancements:
This release contains the following resolved issues:
GMS may pause sessions if the conditions of the _do_not_call_items service option are met and it does not coincide with the operation hours. Now, in this scenario, you can resume or abandon/fail sessions using the following events:
To send the resume_session event to the Callback session, use the following request:
$ curl -v http://<GMS server: GMS port>/genesys/1/ors/scxml/session/<ORS session id>/event/resume_session
On ORS:
$ curl -v http://<ORS server: ORS port>/scxml/session/<ORS session id>/event/resume_session
To send the fail_session event to the Callback session, use the following request:
$ curl -v http://<GMS server: GMS port>/genesys/1/ors/scxml/session/<ORS session id>/event/fail_session
$ curl -v http://<ORS server: ORS port>/scxml/session/<ORS session id>/event/fail_session
(GMS-8490)
This release includes important security fixes related to the CVE-2021-45105 vulnerability. In particular, the Apache log4j 2 version has been upgraded to 2.17.1. (GMS-8566)
Further instructions are available in the upgrade section of the Genesys Mobile Service Deployment Guide.