Next IVR

Providing innovative contact center solutions and services.

#Avaya Articles


  • Fri 18 March 2022
  • Avaya

Avaya POM Installation

Before starting a POM installation, here's a list of items to consider: EPM Web Console Hostname or IP Address Admin credentials Ddadmin creds for internal app server Outbound routing for PSTN calls EPM Host Access (ssh) Cust credentials Root credentials (or cust is in sudoers file) Software available in cust …

CI Testing with Avaya OD

Example of setting up an Avaya OD app with maven for build-time integration testing. source code Features maven pom.xml which runs unit tests, integration tests and packages the war file Setup Before running the mvn verify and package commands, you will have to install a few jars in your …

Avaya OD Business Rules

A demonstration of keeping your business rules in Java. source code Before we dive in, here's a design style I like to use. It may not help during the VUI design with the customer, but it definitely helps during debugging and testing. Let's call it token-driven design. For example, let's …