Setting ORS Dependencies
Contents
You must perform the following configuration steps to enable the Orchestration Server (ORS) to work with your Genesys Mobile Services installation.
Setting ORS Options
Start
- Start Configuration Manager.
- In Configuration Manager, select Environment > Applications.
- Locate and open the Application object for your Orchestration Server.
ImportantYou must use the same Application object that the one in your GMS connections.
- Select the Options tab.
- Open the orchestration section.
- Set the value of the option parse-start-params to false.
- Set the value of the option mcr-pull-by-this-node to true.
- Click OK to save your changes.
End
Deploying DFM Files
Included with your installation are special configuration files, called DFM, which are required for Orchestration Server-based services. These files define Genesys Mobile Services-specific SCXML constructs that are required for the execution of SCXML applications used within Orchestration Server-based Services. For the Orchestration Server-based Services to function correctly, the following DFM files need to be configured in your Orchestration Server Application object:
- Storage
- Notification
- Callback
- Genesys Mobile-Based Services
The latest DFM definition files are included with the GMS installation and are available for download through the Service Management User Interface.
These files are default configuration files which need to be edited before being deployed. See Configuring DFMs. Details about deploying these DFM files in your environment are provided below.
After deploying these DFM files, you can use either an actual device with the demo application or an HTTP client (such as RestClient) to send API requests to Orchestration Server-based services. Refer to the Genesys Mobile Services API Reference for syntax of the requests.
Start
- Download the DFM files from the Service Management User Interface.
- Copy the DFM files onto your local file system where Orchestration Server (ORS) is running.
- Start Configuration Manager.
- In Configuration Manager, select Environment > Applications.
- Locate and open the Application object for your ORS. Note: This should be the same Application object you created a connection to when configuring your Genesys Mobile Services Application object.
- Select the Options tab.
- Click Add to create the dfm section.
- In the dfm section, create and configure one option for each DFM, using the option value to specify the file path. Details are provided in the table below.
- Click OK to save your changes.
- Restart Orchestration Server (ORS). ORS reads the DFM configuration on startup.
End
Service | Option Name | Option Value |
---|---|---|
Storage | gsgStorage | file://c:\dfms\storage.jsp |
Notification | gsgNotification | file://c:\dfms\notification.jsp |
Genesys Mobile-Based Services | gsgBasedServices | file://c:\dfms\basedservices.jsp |
Callback | gsgCallback | file://c:\dfms\callback.jsp |
Statistics | gsgStatistics | file://c:\dfms\statistic.jsp |
Additional ORS Configuration
See the Orchestration Server Deployment Guide to perform the following additional configuration steps.
- Set up Cassandra for ORS session recovery and multimedia capability.
- Set up the Cluster object in the transactions list object.
- Set up the Application object in the transactions list object.
- Valid customer numbers should include a + sign if needed. If true, edit the valid-digits option in the gts section of your SIP Switch object:
- [gts] valid-digits = +0123456789
- Refer to ORS documentation for further details.