Communication Manager API Release Notes Release 2.1, Build , May

Size: px
Start display at page:

Download "Communication Manager API Release Notes Release 2.1, Build , May"

Transcription

1 INTRODUCTION Communication Manager API Release Notes Release 2.1, Build , May This document introduces the latest release of the Communication Manager API (Release 2.1), describes new features, important notes, and known issues. Release 2.1 continues to improve the reliability and scalability of the infrastructure from Release 2.0. It provides a number of new enhancements including the exposure of XML API enabling the utilization of alternate languages for client applications, shared phone control for DCP and IP stations (shared control of IP requires Communication Manager 2.1) and the exposure of the Media Stack API (available through a separate media stack jar library) which provides media handling for applications that wish to handle their own media stream. WHAT S NEW Release 2.1 supports the following new features: H.323 stack Unicode fix. Communication Manager 2.2 (included Unicode implementation) will require Build or above. Without Build , the registration fails when a Communications Manager API server is connected to Communications Manager 2.2. Replacement of JBoss infrastructure with JMX. This changes the installation and related start-up of the server. The RPM installs CMAPI under /opt/cmapi. The directory structure has been flattened to the following: /opt/cmapi/bin shell scripts /opt/cmapi/lib jar files /opt/cmapi/conf all configurations files /opt/cmapi/logs all log files /opt/cmapi/deploy services deployed at runtime (ie: hot deploy) (2.1.2) The startup of the server remains the same from the user s point of view and is documented in the Quick Start and Installation & Administration guides. First exposure of XML API allows application developers to work directly at the XML layer and provides alternate language bindings on the client. First exposure of Media Stack API provides media handling (through a separate media stack jar library) for applications controlling their own media stream. A simplified tutorial application built on top of a re-usable station class to provide an abstraction on top of physical device services. A simple IVR (Interactive Voice Response) application that demonstrates playing and recording of announcements, collection of digits, multiple call handling, as well as transfer and conference capabilities. Enhanced application with station class and shared phone control.

2 2 Release 2.1 Build History: Release 2.1 Change(s) Build st 2.1 Alpha build released to DevConnect and customers st 2.1 Beta build released to DevConnect and customers with the following changes: 1. Fixed GetDisplay to match the last DisplayUpdated event. 2. Recommend upgrading to JDK v1.4.2_03. It appears a memory leak was introduced into v1.4.2 and fixed in v1.4.2_02. The leak appears to be related to the specific garbage collection settings in use and was exposed by the small ByteBuffers used for G.729 play st General Available release to DevConnect and customers with the following changes: 1. Change: add and remove listener methods in Java API are now in Monitoring Services 2. New Voice Unit Services request supported: Delete Message 3. New Telecommuter mode in Terminal Service's Register Device request allows a Communication Manager or non-communication Manager physical phone to be associated with a CMAPI softphone 4. New Java sample applications 5. New Media Stack API and Javadoc 6. New XML API, XMLdoc, XML sample applications and XML Programmer's Guide Fix: Allows a client to restore its connection to the CMAPI server if the socket goes down. 2. Fix: XMLdoc now includes documentation for all supported services, responses and events Change: The IP address format has changed. Users of the Java API who were utilizing the client media mode will HAVE TO CHANGE THEIR CODE to use Release 2.1, Build In previous releases, the IP address for client media were specified in the form of an array of bytes. Now, an IP address must be specified in the form of a string (e.g ). 2. Fix: Potential memory leak resolved. While performing a GetDeviceID on a nonexistent station every 3 seconds, the CMAPI server appeared to stop responding in approximately 15 minutes. 3. Fix: XML users can now use client media. 4. Fix: Added an exception to report invalid IP addresses. 5. Change: On the response of an unregistration request, a reason code is implemented in the private data. If the station was registered previously, the response contains the reason indicating that the unregistration is in progress normally. If the station was unregistered previously, the response contains the reason indicating the station was already idle. In this case, there will be no unregisteration event. If the station was in the process of unregisteration previously, the response contains the reason indicating the station was in the process of unregisteration. Please refer to the Java doc on how to retrieve the reason code in the private data Fix: H.323 stack Unicode fix. Required for use with Communication Manager Fix: Resolved callr info button failures due to incorrect constant and directory values. 2. Fix: Changed registerdevice to throw InvalidActiveDeviceStateExceptions when registration or unregistration is in progress and to throw InvalidDeviceStateException if already registered. 3. Fix: Activated GetRingerStatus in CstaUnmarshaller.

3 3 Release 2.1 Build Change(s) 4. Fix: Changed getringerstatus to return the correct ringmode. 5. Fix: Resolved application failures due to DecodeException. 6. Fix: Resolved callappearance offhook issues. 7. Fix: Changed GetHookSwitchStatus to return a response. 8. Fix: Added the following button/lamp IDs to the ButtonIDConstants class: Change: Updated CallInformationServices in the Call Info Javadoc and XMLdoc to accurately reflect where Call Information Services is supported Change: GetCallInformation extension is no longer a required field. API CHANGES FOR NEW FEATURES Chapter 1 What s New in the Avaya Communication Manager API Java Programmer s Guide details the API enhancements for this release. This section provides a brief summary of these changes, Red Hat Enterprise Linux 3.0 supported Release 2.1 supports Red Hat Enterprise Linux 3.0; however, customers updating to 3.0 with Red Hat updates do so at their own risk. Telecommuter mode support - allows an application to redirect a softphone-enabled CM phone's media to another physical phone, either within the CM domain or outside the CM domain. The application is still notified of call control events, but does not receive the media. Shared registration and control of DCP and IP phones. The API enhancements include: Ability to register a device in shared control mode. This applies to all DCP/IP phones with built-in speaker except for the DCP 8400 series. Media API enhancements increasing access to play, record and digit collection. The API enhancements include: Ability to specify an alphanumeric filename for playback or record. Ability to specify a list of alphanumeric filenames to be played sequentially. Support for new terminating conditions for playback including DTMF digit detected. Support for new terminating conditions for record including DTMF digit detected and recording for a specified duration. Ability to stop play and record with a single stop request. This also applies to resume and suspend requests. Addition of new methods to stop either play or record independently. Similar methods were added for resume and suspend requests. Addition of new methods to stop either play or record independently. Ability to suspend and resume play and record. The length, position and cause values are now supported in the appropriate Voice Unit Listener play, record and stop events. Data Collection Service is now deprecated. New Tone Detection Service and Tone Collection Service have been added. Tone Detection Service allows the application to receive notification of incoming DTMF digits as they are received by the connector server.

4 4 Tone Collection Service buffers incoming DTMF digits on the connector server and allows the application to specify retrieval criteria which when satisfied will cause it to be notified with the appropriate set of DTMF digits. Support for delete message service - ability to delete a recording (or any other file) from the recording directory. For more detailed information see the Java Programmer s Guide and the Java Programmer s Reference for Voice Unit Service, Extended Voice Unit Service, Tone Detection Service and Tone Collection Service. Support for G.729 playback. In Release 2.0, files could only be recorded in G.729. The API enhancements include: Ability to playback a file recorded in G.729 format. Ability to dub over a G.729 recording. API CHANGES AFFECTING COMPABILITY Chapter 1 What s New in the Avaya Communication Manager API Java Programmer s Guide details the API changes that affect backward compatibility for existing applications. This section provides a brief summary of these changes. The RegisterDevice request been has changed for shared control and for future extensibility. The Voice Unit Service stop, suspend and resume requests no longer use the message ID parameter to determine whether to stop, suspend or resume either play or record, instead it now stops, suspends or resumes both play and record. Extended Voice Unit Services now contains methods to stop, suspend or resume either play or record. The Voice Unit Services play and record requests and responses now provide helper classes to more easily set and retrieve private data. Applications that set or retrieved private data for play and record must now use the helper classes. Data Collection Service has been deprecated. Methods for adding and removing listeners have been moved to the new Monitoring Services.

5 5 IMPORTANT NOTES This release of the CMAPI server is compatible with Communication Manager 2.0, 2.1 and 2.2. The Connector Server recommended configuration: 2.4 GHz Pentium IV 1 GB memory 1,000 MB disk space for the CMAPI server Communication Manager servers supported: S8300 (with Communication Manager 2.0) S8300B (with Communication Manager 2.1 and 2.2) S8500 S8700 HP380 DEFINITY Server SI DEFINITY Server CSI Communication Manager media gateways supported: G350 G600 G650 G700 MCC1 SCC1

6 6 RELEASE 2.1 COMMUNICATION MANAGER API CONNECTOR SERVER CAPACITIES: The following table lists the capacities of the connector server for the different configurations of Communication Manager API. The supported capacities are for only specific type of applications. If an application uses different features then the capacity limit can be lower or higher. Mode Exclusive Control Server Media G.711 Exclusive Control Server Media G.729 Exclusive Control Client Media Exclusive Control - Telecommuter Shared Control Connector Server: Simultaneous Sessions (MAX) Supported Connector Server: BHCC (MAX) Supported Connector Server: Registered Endpoints (MAX) Supported Tested Capacity Traffic tested with a call recording application Traffic tested with a call recording application Traffic Tested with a Call generation application with 400 simultaneous calls and a 4 minute hold time for calls This mode has not been tested for capacity Traffic tested with a call monitoring ( ) application. This application has been tested only for 4000BHCC. Comments (1) (2) (3) (1) (2) (3) (1) (3) (4) (5) (1) (3) (4) (5) (1) (3) (4) (5) (1) Application and CMAPI on different machines. (2) This capacity limit is for a call recording type of application that uses the Connector Server s VoiceUnitServices. (3) IMPORTANT: Applications that use different features may have a higher or lower capacity limit. The capacity limit could be CPU resources, memory resources, file resources, hard disk resource among others on the connector server. (4) This capacity limit is for an application that makes a call or receives a call without invoking any features like conferencing. (5) Supported registration rate is 200 station registrations per minute.

7 7 KNOWN ISSUES AND WORKAROUNDS 1. Incorrect installation documentation. The instructions in the CMAPI installation documentation are incorrect for changing the File/Socket Descriptor Limit on the CMAPI Server. The correct procedure follows: In the /etc/security/limits.conf file, add the following two lines to increase the file/socket descriptor limit: avaya hard nofile xxxx avaya soft nofile xxxx where xxxx is the number to increase the descriptor limit. After changing this file, reboot, login again as root, su to avaya and check to see if the limit has be changed with "ulimit -a" 2. Release 2.1 does not support multiple processor environments (including Hyper-Threaded Processors) at this point in time. Any use of these types of environments may result in unstable server or client conditions. 3. A parse error warning message (for the audio control message) may occur when a CMAPI phone is in shared-control with a DCP phone. An audio control message should only be sent to the DCP phone, which has an audio stream and not to the CMAPI phone. However, Communication Manager is sending the audio control message to both phones. This warning message can be ignored. The warning message is as follows: WARNING: Parse error, index=3,buffer={e1,50,1a,1a,2a,99,b,a0,c7,3d,c1,8c,f3,3} 4. Installation issue: If a Communication Manager API server RPM package earlier than version is currently installed, the following behavior may be observed when installing a version or later RPM package. * RPM queries will display package information for both the earlier and later version of the package. * The upgrade could potentially overwrite configuration files that are normally preserved when upgrading the Communication Manager API server package. * Server operation is otherwise unaffected when this occurs. Work Around: To prevent this from occurring, remove the earlier package before installing the later package. 5. Too many open files exception: Sun's JDK1.4+ has a file descriptor leak when opening DatagramChannels. Each DatagramChannel uses an additional file descriptor that is not released until the DatagramChannel is garbage collected. When the number of available file descriptors has been exceeded, an exception with the message, "Too many open files" will result. This exception can occur any place the Java virtual machine attempts to allocate a file descriptor, including creating sockets, opening files, etc. This problem is

8 8 most likely to occur during repeated terminal registration attempts (two DatagramChannels are created for each attempt), for example, during a network outage. This bug has been reported to Sun (internal id, ). Work Around: Increase the number of file descriptors that the server can allocate (ulimit -n) from the default of Application listener throws a RuntimeException: If an application's listener throws a RuntimeException, the server logs a Warning message with the exception stack trace and removes the listener from receiving future event notifications. The application does not receive any notification that the listener has been removed. The application developer would need to check the server logs to debug the problem. Since these logs are currently configured to roll over, the log containing the warning message may be deleted. Work Around: none. 7. ConnectionID will not validate if both the deviceid and the connectionidsequence are set. The getdeviceid method on ConnectionID was modified to return the deviceid **or** the connectionidsequence.getdeviceid() if DeviceID is null. Unfortunately, the Castor code calls this getdeviceid and thinks that both the DeviceID and ConnectionIDSequence are set. The CSTA schema specifies a choice of DeviceID or ConnectionIDSequence. If both are set, the XML fails to validate against the schema. Work Around: The connector server (currently) uses the DeviceID and ignores CallID. To avoid a validation error, don't set the ConnectionIDSequence. That is, only set the DeviceID directly and leave the CallID unspecified. 8. FYI for Applications using the Recording Feature of the Witness/CMAPI Server: For ISV applications: The Record Feature (in VoiceUnitServices) of the CMAPI server is activated on a device(extension). Recording will continue even after a call on that device (extension) has ended. Recording on the device has to be stopped by the application. Once the Recording on the device has been stopped, a Stop Event in the VoiceUnitServices Listener will indicate when the Recording finished and the recorded file is ready for the application. The Play Feature (in VoiceUnitServices) of the CMAPI server is activated on a device(extension). Playing of the WAV file will stop only if the duration of the file has ended or the terminating conditions in Play Request are satisfied. Otherwise, playing will continue even after a call on that device(extension) has ended. Playing on the device has to be stopped by the application. Once the Playing on the device has been stopped (either explicitly by the application or implicitly by the CMAPI server), a Stop Event in the VoiceUnitServices Listener will indicate when the Playing finished. For ContactStore Call Recording applications:

9 9 In the On-Demand recording mode, if a user calls another party and conferences in the on-demand CMAPI extension and then hangs up, the on-demand CMAPI extension will continue recording the other party even though the originator of the on-demand recording has hung up. Only after the other party hangs up will the recording stop on the CMAPI server. Workaround: None. This is an Avaya Communication Manager feature that allows other parties on a conference call to continue talking even after the originator hangs up.

10 10 RELEASE HISTORY RELEASE CHANGES 1.3 Initial offer. 2.0 Use of remote proxy software to allow applications to reside in a Java virtual machine (JVM) separate from the connector server software. Call Information Link Recovery. G.729 and G.729A media recording. Codec specification/selection. Up to 75 simultaneous calls with G.711 or G.729 media (the connector server occupies no more than 60% CPU) when application is in the same JVM as the server. Up to 15 simultaneous calls when application is on a remote machine. Improved service provider interface. CVLAN co-residency. Sample applications and SDK documentation. 2.1 Service refactoring service separation for improved reliability and maintenance via Java Management Extension. Replacement of JBoss infrastructure with JMX. This changes the installation and related startup of the server. Channel manager separates protocol/data handling. Exposure of XML API allows application developers to work directly at the XML layer and provides alternate language bindings on the client. Shared registration and control of DCP and IP phones. Media refactoring separation of media services (player/recorder/ttd). Media API enhancements increasing access to play, record and digit collection. Media Stack API provides media and port handling for applications controlling their own media stream. Support for G.729 playback. In Release 2.0, files could only be recorded in G.729. Enhanced tutorial application with a re-usable station class. Enhanced application with station class and shared phone control. Change: add and remove listener methods in Java API are now in Monitoring Services New Voice Unit Services request supported: Delete Message. New Telecommuter mode in Terminal Service's Register Device request allows a Communication Manager or non-communication Manager physical phone to be associated with a CMAPI softphone. Up to 75 simultaneous calls for applications running on remote JVM with exclusive device control, server media mode and G.711 Codecs. Up to 120 simultaneous calls for applications running on remote JVM with exclusive device control, server media mode and G.729 Codecs. Up to 20,000 bhcc for applications with exclusive device control and client media mode. Up to 4,000 bhcc for applications with shared device control. WHERE TO OBTAIN SOFTWARE You can download the CMAPI server software, SDK and documentation from: DOWNLOADING SOFTWARE To install the connector server software, see the Quick Start guide. To install the SDK on a development machine, see the see the Java Programmer's Guide or the XML Programmer's Guide.

Application Enablement Services

Application Enablement Services Application Enablement Services Device, Media and Call Control API Java Programmers Guide Release 4.1 An Avaya MultiVantage Communications Application 02-300359 Issue 3.0 December 2007 2007 Avaya Inc.

More information

Avaya Application Enablement Services. Device, Media and Call Control API XML Programmer Guide R4.1 An Avaya MultiVantage Communications Application

Avaya Application Enablement Services. Device, Media and Call Control API XML Programmer Guide R4.1 An Avaya MultiVantage Communications Application Avaya Application Enablement Services Device, Media and Call Control API XML Programmer Guide R4.1 An Avaya MultiVantage Communications Application 02-300358 Issue 3.0 December 2007 2007 Avaya Inc. All

More information

Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer's Guide Release 5.2

Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer's Guide Release 5.2 Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer's Guide Release 5.2 02-300358 Issue 1 November 2009 2009 Avaya Inc. All Rights Reserved Notice While reasonable

More information

Platform SDK Deployment Guide. Platform SDK 8.1.2

Platform SDK Deployment Guide. Platform SDK 8.1.2 Platform SDK Deployment Guide Platform SDK 8.1.2 1/1/2018 Table of Contents Overview 3 New in this Release 4 Planning Your Platform SDK Deployment 6 Installing Platform SDK 8 Verifying Deployment 10 Overview

More information

Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer s Guide Release 6.2

Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer s Guide Release 6.2 Avaya Aura Application Enablement Services Device, Media and Call Control API XML Programmer s Guide Release 6.2 02-300358 Issue 1.0 June 2012 2012 Avaya Inc. All Rights Reserved Notice While reasonable

More information

R5.2.2 Server and Client Release Notes Issue 2.1 October 2010

R5.2.2 Server and Client Release Notes Issue 2.1 October 2010 Avaya Aura TM Application Enablement Services R5.2.2 Server and Client Release Notes Issue 2.1 October 2010 INTRODUCTION This document introduces the Generally Available release of the Application Enablement

More information

GIS Deployment Guide. Introducing GIS

GIS Deployment Guide. Introducing GIS GIS Deployment Guide Introducing GIS 7/13/2018 Contents 1 Introducing GIS 1.1 About the Genesys Integration Server 1.2 GIS Architecture 1.3 System Requirements 1.4 GIS Use-Case Scenario 1.5 Licensing 1.6

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Configuring Trace. Configuring Trace Parameters CHAPTER

Configuring Trace. Configuring Trace Parameters CHAPTER CHAPTER 7 Note Enabling trace decreases system performance; therefore, enable trace only for troubleshooting purposes. For assistance in using trace, contact your technical support team. This chapter contains

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Abstract These Application Notes

More information

Rhapsody Interface Management and Administration

Rhapsody Interface Management and Administration Rhapsody Interface Management and Administration Welcome The Rhapsody Framework Rhapsody Processing Model Application and persistence store files Web Management Console Backups Route, communication and

More information

T-Server Fundamentals

T-Server Fundamentals This chapter provides general information about T-Server features and functionality and about its configuration and installation. Generally, this chapter presents overview information that applies to all

More information

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Orbix Release Notes

Orbix Release Notes Orbix 6.3.8 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

This section contains additional information about installation and support changes.

This section contains additional information about installation and support changes. Proactive Monitoring for PowerCenter Version 3.0 HotFix 1 Release Notes November 2016 Copyright Informatica LLC 2016 Contents Installation and Support... 1 Installation.... 1 HotFix.... 3 Support Changes....

More information

Customer Guide to Avaya DMCC-SO Integrations.

Customer Guide to Avaya DMCC-SO Integrations. Customer Guide to Avaya DMCC-SO Integrations www.incontact.com Customer Guide to Avaya DMCC-SO Integrations Version This guide should be used with incontact WFO v5.6 or later Revision February 2016 About

More information

Identity Connect Release Notes,,,

Identity Connect Release Notes,,, ,,, registered trademark of salesforce.com, Inc., as are other names and marks. Other marks appearing herein may be trademarks of their respective owners. Abstract Notes covering Identity Connect prerequisites,

More information

Road map for a Typical installation of IBM Tivoli Monitoring, Version 5.1.0

Road map for a Typical installation of IBM Tivoli Monitoring, Version 5.1.0 Road map for a Typical installation of IBM Tivoli Monitoring, Version 5.1.0 Objective To use an installation wizard to deploy IBM Tivoli Monitoring and the Tivoli Management Framework in a typical Tivoli

More information

Informatica Ultra Messaging Streaming Edition Version Release Notes June Contents. New Features and Enhancements.

Informatica Ultra Messaging Streaming Edition Version Release Notes June Contents. New Features and Enhancements. Informatica Ultra Messaging Streaming Edition Version 6.10.1 Release Notes June 2017 Copyright Informatica LLC 2004, 2017 Contents New Features and Enhancements... 1 New Features.... 1 Important Changes....

More information

New Features Guide Sybase ETL 4.9

New Features Guide Sybase ETL 4.9 New Features Guide Sybase ETL 4.9 Document ID: DC00787-01-0490-01 Last revised: September 2009 This guide describes the new features in Sybase ETL 4.9. Topic Page Using ETL with Sybase Replication Server

More information

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express BEAWebLogic Server Introduction to BEA WebLogic Server and BEA WebLogic Express Version 10.0 Revised: March, 2007 Contents 1. Introduction to BEA WebLogic Server and BEA WebLogic Express The WebLogic

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring SIP trunks between Avaya Aura Session Manager Release 6.2, Avaya Meeting Exchange Enterprise Edition Release 6.2 and Cisco Unified Communications

More information

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date espace SoftConsole V200R001C02 Issue 01 Date 2012-07-10 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

25. DECUS Symposium THE Application Development Environment for OpenVMS

25. DECUS Symposium THE Application Development Environment for OpenVMS NetBeans THE Application Development Environment for OpenVMS Sunil Kumaran, Thomas Siebold Agenda What is NetBeans some history Major Features / Demonstrations NetBeans on OpenVMS Questions 5/2/2002 DECUS

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring Aura Alliance Client for Notes/Sametime Softphone Mode with Avaya Aura Communication Manager and Avaya Aura Session Manager

More information

Managing, Monitoring, and Reporting Functions

Managing, Monitoring, and Reporting Functions This chapter discusses various types of managing, monitoring, and reporting functions that can be used with Unified CVP. It covers the following areas: Unified CVP Operations Console Server Management,

More information

IP Softphone for Pocket PC. Release 2.3 Getting Started

IP Softphone for Pocket PC. Release 2.3 Getting Started IP Softphone for Pocket PC Release 2.3 Getting Started 16-300135 Issue 4 June 2004 2 Avaya IP Softphone for Pocket PC The Avaya IP Softphone for Pocket PC brings full-featured, enterprise-grade telephony

More information

INDeX Technical Update

INDeX Technical Update INDeX Technical Update Bulletin number: 198 Date: 11-Jul-2003 INDeX Technical Bulletin Bulletin no: 198 Date: 11 th July 2003 General Availability (GA) of INDeX Level 10.1 Software, IPNC 3.3, INDeX IP

More information

Product Support Notice

Product Support Notice Product Support Notice 2009 Avaya Inc. All Rights Reserved. PSN # PSN002354u Original publication date: 29-Apr-09. This is Issue # 01, published date: Severity/risk level Medium Urgency When convenient

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Product Support Notice

Product Support Notice Product Support Notice 2009 Avaya Inc. All Rights Reserved. PSN # PSN002461u Original publication date: 6-Jul-09. This is Issue # 01, published date: 6- Severity/risk level Medium Urgency When convenient

More information

Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1.

Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8.1 Issue 1.0 Abstract These

More information

Cisco Remote Silent Monitoring

Cisco Remote Silent Monitoring Change History, page 1 New Features, page 1 Updated Features, page 2 Deprecated Features, page 2 Important Notes, page 2 Removed and Unsupported Features, page 5 Third-Party Software Impacts, page 5 Change

More information

Product Support Notice

Product Support Notice PSN # PSN004275u Product Support Notice 2014 Avaya Inc. All Rights Reserved. Original publication date: 17-Sep-2014. This is Issue #01, published date: Severity/risk level Medium Urgency When convenient

More information

Announcement. Exercise #2 will be out today. Due date is next Monday

Announcement. Exercise #2 will be out today. Due date is next Monday Announcement Exercise #2 will be out today Due date is next Monday Major OS Developments 2 Evolution of Operating Systems Generations include: Serial Processing Simple Batch Systems Multiprogrammed Batch

More information

Messaging Patch 1 for Avaya Aura Messaging v6.1 Service Pack 1 Release Notes

Messaging Patch 1 for Avaya Aura Messaging v6.1 Service Pack 1 Release Notes Messaging Patch 1 for Avaya Aura Messaging v6.1 Service Pack 1 Release Notes March 9, 2012 Overview Messaging Patch 1 for Avaya Aura Messaging v6.1 Service Pack 1 (SP1) is available and contains the key

More information

Application Notes for Cyara CX Automated Test and Monitoring Virtual Endpoint with Avaya Aura Communication Manager 7.0 Issue 1.0

Application Notes for Cyara CX Automated Test and Monitoring Virtual Endpoint with Avaya Aura Communication Manager 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Cyara CX Automated Test and Monitoring Virtual Endpoint with Avaya Aura Communication Manager 7.0 Issue 1.0 Abstract These Application Notes

More information

Informatica ActiveVOS

Informatica ActiveVOS Informatica ActiveVOS 9.2.4.1 Release Notes Informatica ActiveVOS 9.2.4.1 Release Notes Page 1 of 9 Contents Introduction... 3 New Features and Enhancements... 3 Additional Platforms Supported... 3 Required

More information

R3.1.4 Application Enablement Services Release Notes

R3.1.4 Application Enablement Services Release Notes R3.1.4 Application Enablement Services Release Notes February 2008 INTRODUCTION This document introduces Application Enablement (AE) Services Release 3.1.4, Release 3.1.4 is an update to AE Services Release

More information

Product Release Notice Synapse 3.0 Software

Product Release Notice Synapse 3.0 Software Product Release Notice Synapse 3.0 Software Release Date: September 17 th, 2012 This document contains the release notes for AT&T Synapse version 3.0. This is a major release with many new features. Users

More information

Manual Version: V1.01. ISS Manager Video Management Software User Manual

Manual Version: V1.01. ISS Manager Video Management Software User Manual Manual Version: V1.01 ISS Manager Video Management Software User Manual Notice The information in this manual is subject to change without notice. Every effort has been made in the preparation of this

More information

Script Step Reference Information

Script Step Reference Information Script Step Reference Information This chapter lists all the steps available for use in creating scripts. These steps are accessed using the palette pane (see Using the Palette Pane, page 8). This chapter

More information

DEFINITY IP Softphone User s Guide. Introduction. User Definitions. Before You Start: NOTE:

DEFINITY IP Softphone User s Guide. Introduction. User Definitions. Before You Start: NOTE: DEFINITY IP Softphone User s Guide Introduction The intent of this document is to guide you through the steps required to install the software that will enable you to use DEFINITY IP Softphones. NOTE:

More information

Application Notes for Enghouse Interactive Communications Center 10.0 with Avaya IP Office Server Edition 10.1 Issue 1.0

Application Notes for Enghouse Interactive Communications Center 10.0 with Avaya IP Office Server Edition 10.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Enghouse Interactive Communications Center 10.0 with Avaya IP Office Server Edition 10.1 Issue 1.0 Abstract These Application Notes describe

More information

Product Support Notice

Product Support Notice PSN # PSN003171 Product Support Notice 2011 Avaya Inc. All Rights Reserved. Avaya Proprietary Use pursuant to the terms of your signed agreement or company policy. Original publication date: 07-Mar-2011.

More information

Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office Issue 1.0

Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office 6.1 - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1

Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1 Abstract These Application Notes

More information

Release Notes for Avaya Aura SIP Enablement Services (SES) Release Service Pack 6. Release Notes Issue 1, 15 August, 2011

Release Notes for Avaya Aura SIP Enablement Services (SES) Release Service Pack 6. Release Notes Issue 1, 15 August, 2011 Release Notes for Avaya Aura SIP Enablement Services (SES) Release 5.2.1 Service Pack 6 Release Notes Issue 1, 15 August, 2011 Contents What s New in Release 5.2.1... 1 SIP Enablement Services support

More information

Cisco Unified CM Trace

Cisco Unified CM Trace Cisco Unified CM Trace Trace, page 1 Configure trace, page 4 Set up troubleshooting trace settings, page 20 Trace Cisco Unified Serviceability provides trace tools to assist you in troubleshooting issues

More information

AE Services 6.1 Super Patch 2 Release Notes

AE Services 6.1 Super Patch 2 Release Notes AE Services 6.1 Super Patch Release Notes March 14, 011 Virtual Appliance, Bundled Server, and Software Only File Name: 61_0_SuperPatch_.zip File Size: 107 MB (11 1,371 371,887 Bytes) MD5 Checksum: 1f51de048b768453c4073b11c9ba841

More information

Central Monitoring by Center V2

Central Monitoring by Center V2 CHAPTER 9 Central Monitoring by Center V2 With Center V2, central monitoring station (CMS) can be deployed immediately because it brings multiple GV systems together into an integrated interface, allowing

More information

Real-Time Monitoring Configuration

Real-Time Monitoring Configuration CHAPTER 7 This chapter contains the following information for configuring the Cisco Unified Presence Server Real-Time Monitoring Tool (RTMT). Some options that are available in the current version of the

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for a Telecommuter and Non- Telecommuter Modes on Amcom IntelliDesk with Avaya Aura TM Communication Manager and Avaya Aura TM Application Enablement

More information

Avaya Solution & Interoperability Test Lab

Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Communication Manager 7.1, Avaya Aura Session Manager 7.1, and Avaya Session Border Controller for Enterprise 7.2 with Verizon

More information

Release Notes for Cisco Network Registrar 7.2.3

Release Notes for Cisco Network Registrar 7.2.3 Revised: January 29, 2013 These release notes describe the system requirements, resolved bugs, and installation and upgrade notes for Cisco Network Registrar 7.2.3. Contents These release notes include

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Cambium Wireless Manager

Cambium Wireless Manager Cambium Wireless Manager Client Setup Guide System Release 4.2 and Later Issue 1 November 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the

More information

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring Session

More information

Installation Guide for Windows

Installation Guide for Windows Installation Guide for Windows Cisco IoT Data Connect - Edge and Fog Fabric (EFF) 1.0.1 Revised: August 25, 2017 These release notes provide an overview to Cisco IoT DataConnect Edge and Fog Fabric version

More information

Avaya Solution & Interoperability Test Lab. Abstract

Avaya Solution & Interoperability Test Lab. Abstract Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Communication Manager/Local Survivable Processor 6.3, Avaya Aura Branch Session Manager 6.3, and Avaya Session Border Controller

More information

Product Release Notice Syn Software

Product Release Notice Syn Software Product Release Notice Syn248 1.3 Software Release Date: Sep 1, 2013 This document contains the release notes for AT&T Syn248 version 1.3. This upgrade release includes significant enhancements; therefore,

More information

Orbix Release Notes

Orbix Release Notes Orbix 6.3.9 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016 Internet Technology 06. Exam 1 Review Paul Krzyzanowski Rutgers University Spring 2016 March 2, 2016 2016 Paul Krzyzanowski 1 Question 1 Defend or contradict this statement: for maximum efficiency, at

More information

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast Version 7.0.0.1 April 2017 Copyright 2010 2017 AtHoc Inc., a Division of BlackBerry Limited. All Rights Reserved. This document

More information

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.0 Abstract These Application

More information

Quick Installation Guide

Quick Installation Guide Nortel IP Flow Manager Release: 2.0 Version: 02.01 Copyright 2009 Nortel Networks Nortel IP Flow Manager 2.0 Page 1 of 9 Nortel IP Flow Manager Release: 2.0 Publication: NN48015-300 Document status: Standard

More information

Red Hat JBoss Enterprise Application Platform 7.2

Red Hat JBoss Enterprise Application Platform 7.2 Red Hat JBoss Enterprise Application Platform 7.2 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.2 Last Updated: 2018-11-29 Red Hat JBoss Enterprise Application

More information

HP Data Protector Integration with Autonomy IDOL Server

HP Data Protector Integration with Autonomy IDOL Server Technical white paper HP Data Protector Integration with Autonomy IDOL Server Introducing e-discovery for HP Data Protector environments Table of contents Summary 2 Introduction 2 Integration concepts

More information

For the most current version of product documentation, refer to the Support page of

For the most current version of product documentation, refer to the Support page of Release Notes LifeSize Passport Release: v4.3 Contents Product Documentation...1 Known Issues and Workarounds...1 Product Limitations...3 Interoperability...4 Interoperability Limitations...4 Documentation

More information

Internet Technology 3/2/2016

Internet Technology 3/2/2016 Question 1 Defend or contradict this statement: for maximum efficiency, at the expense of reliability, an application should bypass TCP or UDP and use IP directly for communication. Internet Technology

More information

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes Author RFI Support Team Revision A0 Version RN_G-router_1.2.2 Date 23-05-2011 Covering Product code G-router, RE.40.QGSM Contents 1 Introduction...

More information

Solutions Reference Guide. IP TalkSM. Voic & Navigator Web Portal

Solutions Reference Guide. IP TalkSM. Voic & Navigator Web Portal IP Talk SM Solutions Reference Guide IP TalkSM Voicemail & Navigator Web Portal Table of Contents Voicemail Accessing Your Voicemail................... 1 Voicemail Main Menu........................ 2

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Communication Manager 5.2.1, Avaya Aura Session Manager 6.1 and Avaya Aura Session Border Controller 6.0.3 with AT&T IP Toll

More information

Exception Codes and Module Numbers Used in Cisco Unified MeetingPlace Express

Exception Codes and Module Numbers Used in Cisco Unified MeetingPlace Express CHAPTER 4 and Module Numbers Used in Cisco Unified MeetingPlace Express This chapter contains information about the exception codes used in the Cisco Unified MeetingPlace Express system. After reviewing

More information

IMC Network Traffic Analyzer 7.3 (E0504) Copyright 2015, 2017 Hewlett Packard Enterprise Development LP

IMC Network Traffic Analyzer 7.3 (E0504) Copyright 2015, 2017 Hewlett Packard Enterprise Development LP Network Traffic Analyzer 7.3 (E0504) Copyright 2015, 2017 Hewlett Packard Enterprise Development LP Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release 3. Software Distribution

More information

For the most current version of product documentation, refer to the Support page of

For the most current version of product documentation, refer to the Support page of Release Notes LifeSize Passport Release: v4.3.1 Contents Product Documentation...1 Known Issues and Workarounds...1 Product Limitations...3 Interoperability...4 Interoperability Limitations...5 Documentation

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

Avaya Aura Collaboration Environment 2.0 Release Notes

Avaya Aura Collaboration Environment 2.0 Release Notes Avaya Aura Collaboration Environment 2.0 Release Notes Operational Assistance This software offers the following helpful tips and workarounds: Table1: Avaya Aura Collaboration Environment 2.0 Assistance

More information

Application Notes for Configuring Windstream using Genband G9 SIP Trunking with Avaya IP Office Issue 1.0

Application Notes for Configuring Windstream using Genband G9 SIP Trunking with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Windstream using Genband G9 SIP Trunking with Avaya IP Office 8.1 - Issue 1.0 Abstract These Application Notes describe the

More information

Application Notes for Configuring Sonexis ConferenceManager with Avaya IP Office using a SIP trunk Issue 1.0

Application Notes for Configuring Sonexis ConferenceManager with Avaya IP Office using a SIP trunk Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Sonexis ConferenceManager with Avaya IP Office using a SIP trunk Issue 1.0 Abstract These Application Notes describe the procedure

More information

Application Notes for Enghouse Interactive Communications Center 10.1 with Avaya IP Office Server Edition 11 Issue 1.0

Application Notes for Enghouse Interactive Communications Center 10.1 with Avaya IP Office Server Edition 11 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Enghouse Interactive Communications Center 10.1 with Avaya IP Office Server Edition 11 Issue 1.0 Abstract These Application Notes describe

More information

Client services framework setup

Client services framework setup In Cisco Unified Communications Manager Administration, use the Device > Phone menu path to configure the Cisco Unified Client Services Framework device. This section describes how to configure a Cisco

More information

Cisco Unified CME Telephony Service Provider 2.1 Setup Guide

Cisco Unified CME Telephony Service Provider 2.1 Setup Guide Cisco Unified CME Telephony Service Provider 2.1 Setup Guide Revised: January 12, 2007 Introduction Cisco Unified Communications Manager Express (Cisco Unified CME, formerly known as Cisco Unified CallManager

More information

Call Forwarding. Call Forwarding Overview

Call Forwarding. Call Forwarding Overview Overview, page 1 Configuration Task Flow, page 3 Interactions and Restrictions, page 12 Overview As a user, you can configure a Cisco Unified IP Phone to forward calls to another phone. The following call

More information

Application Notes for Verint Systems Audiolog with Avaya Communication Manager using Avaya Application Enablement Services Issue 1.

Application Notes for Verint Systems Audiolog with Avaya Communication Manager using Avaya Application Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Verint Systems Audiolog with Avaya Communication Manager using Avaya Application Enablement Services Issue 1.0 Abstract These Application

More information

Tech Note: Providing Access to ehealth for Voice Data for Custom Reports and Third-Party Applications

Tech Note: Providing Access to ehealth for Voice Data for Custom Reports and Third-Party Applications ehealth for Voice Tech Note: Providing Access to ehealth for Voice Data for Custom Reports and Third-Party Applications This document describes the process of accessing data collected and stored by the

More information

Installing Avaya Agile Communication Environment Foundation Toolkit

Installing Avaya Agile Communication Environment Foundation Toolkit Installing Avaya Agile Communication Environment Foundation Toolkit 2.3.2 Issue 1 March 2011 2011 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information

More information

Logging Into the Web Portal

Logging Into the Web Portal V0610 Logging Into the Web Portal Open your Web browser application. In the address field, enter the external WebPortal address, https://lightpathvoice.com Click Go. In the Phone Number field, enter your

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.43 M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes describe

More information

Nasuni Desktop Client User Guide

Nasuni Desktop Client User Guide Nasuni combines the best features of consumer file-sharing applications with the secure and robust storage infrastructure that enterprises demand. The Nasuni Desktop Client provides an easy-to-use, enterprise-friendly

More information

InterPBX Communication System

InterPBX Communication System InterPBX Communication System Blaze Monitor Administrator Operation Guide 08BZMNM.bn2.20a.EN2 DSG, DSG logo, InterPBX, Blaze, Savanna, VG5000, VG6000, VG7000, IP590, IP580, IP500, IP510, DSG SoftPhone,

More information

Avaya Aura Application Enablement Services R5.2.3 Server and Client Release Notes Issue 1.2 October 2011

Avaya Aura Application Enablement Services R5.2.3 Server and Client Release Notes Issue 1.2 October 2011 Avaya Aura Application Enablement Services R5.2.3 Server and Client Release Notes Issue 1.2 October 2011 INTRODUCTION This document introduces the Generally Available release of the Application Enablement

More information

Quickstart Guide Polycom VVX 400/410

Quickstart Guide Polycom VVX 400/410 Quickstart Guide Polycom VVX 400/410 Polycom VVX 300/310 Features Message Indicator Line Keys Line Keys Soft Keys Speaker Transfer Messages Hold Dialpad Home/Lines key Navigation keys/ Select key Headset

More information

MCS SIP Integration with Avaya Communication Manager

MCS SIP Integration with Avaya Communication Manager Page: 1 of 11 Overview This document outlines the configuration steps to integrate the Mutare Communication Server (MCS) using SIP with the Avaya Aura Communication Manager. Document 145-MCS Specifications,

More information