ORS Configuration
This page details the ORS configuration steps required before you can use your Genesys Mobile Services installation.
Setting ORS Option
Start
- Start Configuration Manager.
- In Configuration Manager, select Environment > Applications.
- Locate and open the Application object for your Orchestration Server. 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.
- 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. Details about deploying these DFM in your environment are provided below.
After deploying these DFM, 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 | c:\dfms\storage.txt |
Notification | gsgNotification | c:\dfms\notification.txt |
Genesys Mobile-Based Services | gsgBasedServices | c:\dfms\basedservices.txt |
Callback | gsgCallback | c:\dfsm\callback.txt |
Next Steps
Although the GMS installation is now complete, there are additional steps required before using Genesys Mobile Services.