This page was last edited on July 17, 2020, at 15:47.
Comments or questions about this documentation? Contact us for support!
Media Control Platform
The core component of the Genesys Voice Platform (GVP) 8.x that executes the actual voice applications in the GVP solution. In addition, it is used by other communication layer components, such as SIP Server, to provide broader customer service scenarios, such as agent interactions, and many other functions.
Use to terminate the workflow or to return control back to calling workflow in case of a subworkflow (subroutine). Every strategy flow must have at least one Exit block (multiple Exit blocks are allowed, such as when using the Branching block). Composer generates a validation message if an Exit block is missing. If a workflow does not perform target selection and reaches the Exit block, the call is default routed to the default destination in Configuration Server, which is a configured DN. For more information, see option default_destination in the Universal Routing 8.1 Reference Manual. The Exit block has the following properties:
The Name property is present in all blocks in Composer. The Name property is the first property for all blocks.
To provide a name for a block:
Find this property's details under Common Properties.
Find this property's details under Common Properties.
Find this property's details under Common Properties.
Find this property's details under Common Properties.
Find this property's details under Common Properties.
Set to a meaningful value or keep the default value, which is the system variable InteractionId. Can be used for "interaction-less" processing for scenarios where the InteractionId variable is not automatically initialized, but instead must wait for an event. An example would be an SCXML application triggered by a Web Service that does not add an interaction. Background: Previous to 8.1.1, Composer did not expose an Interaction ID property. Instead, when ORS started processing an interaction, a generated SCXML application automatically initialized the system variable, InteractionId. This variable was then used internally by Routing and certain eServices blocks when interacting with ORS. With the introduction of support for Interaction-less processing, you can now define a specific event (IPD Wait For Event property) to initialize InteractionId, or not define an event at all. For scenarios with an interaction (IPD Diagram/Wait For Event=interaction.present for example), you may keep the default value for the Interaction ID property. The default value is the system variable InteractionId, which is initialized automatically in this case. For other scenarios (any scenario where the system variable InteractionId is not set), you may choose to:
This property is visible only for subworkflows. Use to specify the variable(s) whose value(s) will be returned once the Exit block is executed. To select return variables:
When using the Play Application, Play Sound (Music and ARM Types) Exit, and Disconnect blocks, voice applications can now optionally use a single VXML session on Media Control Platform to play/run multiple treatments instead of using one session per treatment. This enables DTMF buffering between multiple MSML treatments. For more information, see Single Session Treatments.