This page was last edited on August 11, 2021, at 15:20.
Comments or questions about this documentation? Contact us for support!
This chapter details the scenarios that you can implement based on the provided templates and options.
Additional User-Originated scenarios are covered in GMS Documentation. See User Originated Delayed and User Originated Immediate.
Also, consider reading the Universal Routing Voice Call Back White Paper that details two types of Voice Call Back (VCB) solutions managed by Universal Routing Server (URS):
Callback provides a set of templates that you can use to create your customized workflow. Templates are already loaded at the product installation and show up in the Templates panel.
Templates include two types of services:
These templates enable you to create Callback services that provide the GMS APIs.
Note that ors and builtin services may implement some cross-dependencies.
When you create a new {service-execution-name} service in the Configured Services section of the Service Management UI, this service is also created in the service.{service-execution-name} section of your GMS configuration.
The URLs used by the Service API are dependent on the execution name of the service that you have just created. Services are available at the following URL:
http://<host>:<port>/genesys/1/service/{service-execution-name}
For instance, if you create a service named match-interaction, then {service-execution-name} is match-interaction and the service is available at:
http://<host>:<port>/genesys/1/service/match-interaction
To implement a customized ORS scenario, you will need to create an ORS service and select the Callback template.
Choose your scenario in the list that the template displays. Then, refer to the pages of this chapter for configuration details and sequence diagrams.
[+] See the list.If you are an advanced user of Composer, you can customize the SCXML and VXML of the Classic Callback sample that includes a Composer project.
According to the services that you plan to use, you may need to create and configure the following services in the Configured Services panel, even for services of type builtin.
The following table presents the builtin services and the ORS scenarios that require one of these services (or both) before you can start using them.