﻿

 README
 
 Copyright (c) 2015-2020 Avaya Inc. All rights reserved.
 
 USE OR INSTALLATION OF THIS SAMPLE DEMONSTRATION SOFTWARE INDICATES THE END
 USERS ACCEPTANCE OF THE GENERAL LICENSE TERMS AVAILABLE ON THE AVAYA WEBSITE
 AT http://support.avaya.com/LicenseInfo/ (GENERAL LICENSE TERMS). DO NOT USE
 THE SOFTWARE IF YOU DO NOT WISH TO BE BOUND BY THE GENERAL LICENSE TERMS. IN
 ADDITION TO THE GENERAL LICENSE TERMS, THE FOLLOWING ADDITIONAL TERMS AND
 RESTRICTIONS WILL TAKE PRECEDENCE AND APPLY TO THIS DEMONSTRATION SOFTWARE.
 
 THIS DEMONSTRATION SOFTWARE IS PROVIDED FOR THE SOLE PURPOSE OF DEMONSTRATING
 HOW TO USE THE SOFTWARE DEVELOPMENT KIT AND MAY NOT BE USED IN A LIVE OR
 PRODUCTION ENVIRONMENT. THIS DEMONSTRATION SOFTWARE IS PROVIDED ON AN AS IS
 BASIS, WITHOUT ANY WARRANTIES OR REPRESENTATIONS EXPRESS, IMPLIED, OR
 STATUTORY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF QUALITY, PERFORMANCE,
 INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
 
 EXCEPT FOR PERSONAL INJURY CLAIMS, WILLFUL MISCONDUCT AND END USERS VIOLATION
 OF AVAYA OR ITS SUPPLIERS INTELLECTUAL PROPERTY RIGHTS, INCLUDING THROUGH A
 BREACH OF THE SOFTWARE LICENSE, NEITHER AVAYA, ITS SUPPLIERS NOR END USER
 SHALL BE LIABLE FOR (i) ANY INCIDENTAL, SPECIAL, STATUTORY, INDIRECT OR
 CONSEQUENTIAL DAMAGES, OR FOR ANY LOSS OF PROFITS, REVENUE, OR DATA, TOLL
 FRAUD, OR COST OF COVER AND (ii) DIRECT DAMAGES ARISING UNDER THIS AGREEMENT
 IN EXCESS OF FIFTY DOLLARS (U.S. $50.00).
 
 To the extent there is a conflict between the General License Terms, your
 Customer Sales Agreement and the terms and restrictions set forth herein, the
 terms and restrictions set forth herein shall prevail solely for this Utility
 Demonstration Software.



Sample client is available on the support site http://devconnectprogram.com in the name of RecorderSampleClient.zip. 
Please follow the below steps to use the sample client and integrate with POM.
1.Download the RecorderSampleClient.zip file from support site.
2.Import the zip file as an eclipse project. Go to Eclipse  Files  Import menu.
3.Select the general options. 
4.Select existing project into workspace option.
5.Select the ‘Select Archive File’ option.
6.Click the browse option and select the archive file downloaded in step 1.
7.Click Finish. The ‘POMRecorderSampleClient’ project will be created in the eclipse workspace.
8.Edit the config.properties file in the workspace location ($WORKSPACE_LOCATION/config.properties) with the below information:
POM-ipaddress= Provide the IP address of POM server on which agent manager is active.
port=Provide the port number on which recorder server is listening, port number can be set from POM UI  POM Home  Global Configuration.
username= Provide the POM username who has WFO Recording permission.
password= Password of above provided username.
zone=Provide zone name for which recording should be done, you can provide the comma separated zone names or ‘All’ if you want to record all zones agents.
issecured= This can be set from POM UI  POM Home  Global Configuration, possible values could be ‘secured’ if Enable Secured Connection checkbox is checked on POM Global Configuration page else ‘none’.
certificate_path=C:\\Path\\To\\POM\\KeyStore, this is required only in case of secured connection.
storepassword=Password for POM keystore, this is required only in case of secured connection.
9.Open the POMRecorderSampleClient.java or select it from Package Explorer, right click on it and select Run As  Java Application, alternatively click on Run menu and select Run As  Java Application.
10.Check the Eclipse console if connection is being established, and required events are received.


