Guest

Cisco Unified Call Services, Universal Edition

Where Custom SayItSmart Plugin Classes are Deployed

Document ID: 91758



Contents

Introduction
Prerequisites
      Components Used
      Conventions
Background Information
NetPro Discussion Forums - Featured Conversations
Related Information

Introduction

This document explains the directories into which custom SayItSmart plugin classes must be deployed.

Prerequisites

Components Used

The information in this document is based on Cisco Unified Call Services, Universal Edition, and Cisco Unified Call Studio, Universal Edition.

Conventions

Refer to Cisco Technical Tips Conventions for more information on document conventions.

Background Information

Symptoms: The developer has created a custom SayItSmart plugin with Java and needs to know where to place the compiled class file in order for the plugin to become usable in Cisco Unified Call Studio.

Resolution: Just as with custom elements, the code for your custom SayItSmart plugins must go into the deploy/java/application/classes folder of an application if it is a class or deploy/java/application/lib if it is a JAR file. Be sure to close and reopen your callflow to ensure that these classes are reloaded.

Alternatively, if you want to use your new SayItSmart plugin across multiple applications, you must store the class or JAR file in both AUDIUM_HOME/common/classes (or lib for JAR files) and in this folder:

  • Cisco Unified Call Studio 5.x users: eclipse/plugins/com.audiumcorp.studio.library.common_5.2.0/classes (or lib for JAR files)

  • Previous Cisco Unified Call Studio versions: eclipse/plugins/com.audium.studio.common_x.x.x/classes (or lib for JAR files), where x.x.x is a version number

NetPro Discussion Forums - Featured Conversations

Networking Professionals Connection is a forum for networking professionals to share questions, suggestions, and information about networking solutions, products, and technologies. The featured links are some of the most recent conversations available in this technology.
NetPro Discussion Forums - Featured Conversations for Voice
Service Providers: Voice over IP
Voice & Video: Voice over IP
Voice & Video: IP Telephony
Voice & Video: IP Phone Services for End Users
Voice & Video: Unified Communications
Voice & Video: IP Phone Services for Developers
Voice & Video: General

Related Information



Updated: Jul 03, 2007Document ID: 91758