Next IVR

Providing innovative contact center solutions and services.

#Orchestration Designer Articles


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 …