Application Notes for configuring NICE IEX Workforce Management R4.6 with Avaya Proactive Contact R5.0.1 Issue 1.0

Size: px
Start display at page:

Download "Application Notes for configuring NICE IEX Workforce Management R4.6 with Avaya Proactive Contact R5.0.1 Issue 1.0"

Transcription

1 Avaya Solution & Interoperability Test Lab Application Notes for configuring NICE IEX Workforce Management R4.6 with Avaya Proactive Contact R5.0.1 Issue 1.0 Abstract These Application Notes describe the configuration steps required for NICE IEX Workforce Management to interoperate with Avaya Proactive Contact R NICE IEX Workforce Management is a work force management solution that provides forecasting and monitoring of work for contact center agents. NICE IEX Workforce Management uses the historical data from Avaya Proactive Contact to produce forecasts for contact center agents, and then uses the real-time data from Avaya Proactive Contact to check the agent adherence to the forecasts. Information in these Application Notes has been obtained through DevConnect compliance testing and additional technical discussions. Testing was conducted via the DevConnect Program at the Avaya Solution and Interoperability Test Lab. 1 of 15

2 1. Introduction NICE IEX Workforce Management is a work force management solution that provides forecasting and monitoring of work for contact center agents. NICE IEX Workforce Management uses the historical data from Avaya Proactive Contact to produce forecasts for contact center agents, and then uses the real-time data from Avaya Proactive Contact to check the agent adherence to the forecasts. For historical data, NICE IEX Workforce Management queries the Avaya Proactive Contact Oracle database to obtain information on jobs and agents. For real-time data, NICE IEX Workforce Management uses the Avaya Proactive Contact Event Service interface to obtain events on agent states. 2. General Test Approach and Test Results The interoperability compliance test included feature and serviceability testing. DevConnect Compliance Testing is conducted jointly by Avaya and DevConnect members. The jointly-defined test plan focuses on exercising APIs and/or standards-based interfaces pertinent to the interoperability of the tested products and their functionalities. DevConnect Compliance Testing is not intended to substitute full product performance or feature testing performed by DevConnect members, nor is it to be construed as an endorsement by Avaya of the suitability or completeness of a DevConnect member s solution Interoperability Compliance Testing The feature testing focused on verifying the ability of IEX Workforce Management to receive, parse, and display historical and real-time data from Proactive Contact. Proactive Contact was run in test mode to generate historical data; the reports provided by IEX Workforce Management were verified for accuracy against reports provided by the Proactive Contact Analyst application. For the purposes of real time statistics, Proactive Contact was configured to operate as normal with live agents handling outbound calls. The agent status was verified against the information presented by IEX Workforce Manager. The serviceability testing focused on verifying the ability of the IEX Workforce Management server to recover from adverse conditions, such as disconnecting the Ethernet cable to the server Test Results All tests were completed successfully. 2 of 15

3 2.3. Support Web: Phone: Reference Configuration These Application Notes assume the configuration and connectivity between Avaya Aura Communication Manager and Avaya Proactive Contact is already in place and will not be described. During the testing, the Avaya Proactive Contact Supervisor and the NICE IEX Supervisor shown in Figure 1 were used for report verification purposes. Figure 1: NICE IEX Workforce Management with Avaya Proactive Contact 3 of 15

4 4. Equipment and Software Validated The following equipment and software were used for the sample configuration provided: Equipment/Software Avaya Aura Communication Manager running on Avaya S8800 Server Avaya Proactive Contact running on Avaya S8730 Server Avaya Proactive Contact Supervisor running on Windows Administrator PC NICE IEX Workforce Management running on NICE provided hardware Release/Version R6.2 SP3 build R016x R5.0.1 with patch 301, 302, 307, 309, 323, 328 R5.0.1 R4.6 CP4 5. Configure Avaya Proactive Contact The detailed administration of contact center resources and connectivity between Communication Manager and Proactive Contact are not the focus of these Application Notes and will not be described. For administration of contact center resources and connectivity to Avaya Proactive Contact, refer to the appropriate documentation listed in Section 9. This section provides the procedures for how to configure a hierarchy for jobs that are monitored by IEX Workforce Management, and on how to obtain the necessary Interoperable Object Reference (IOR) file, host name, database information and configure the hosts file, that is required by IEX Workforce Management Obtain IOR File IEX Workforce Management uses the Event Service interface from Proactive Contact to obtain real-time agent events. The Event Service is a service based on the Common Object Request Broker Architecture (CORBA), and supports client application connection via several methods. The IOR method is used by IEX Workforce Management to locate and connect to the CORBA objects on Avaya Proactive Contact. As part of the installation of IEX Workforce Management, a copy of the IOR file from the Avaya Proactive Contact server needs to be provided to the IEX Workforce Management implementation team, and the path to the file is shown below: /opt/avaya/services/data/ns_ior 4 of 15

5 5.2. Obtain Host Name As part of installation IEX Workforce Management, the host name and the IP address of the Avaya Proactive Contact server needs to be provided to the IEX Workforce Management implementation team. Log in to the Linux shell of the Proactive Contact server. Use the hostname command to obtain the host name. In the compliance testing, the host name of the Proactive Contact server is devconhd501 as shown below. $ hostname devconhd Configure Hosts File Proactive Contact must be configured with the hostname and IP address of the IEX Workforce Management Server. Using the command shown below, configure the /etc/hosts file with these details provided by the IEX Workforce Management Implementation Engineer. $ vi /etc/hosts localhost devconhd devconhd switch niceitester 5 of 15

6 5.4. Obtain Oracle Database Connection Information IEX Workforce Management connects to the Proactive Contact Oracle database using a JDBC Oracle thin client embedded in its application which requires the database instance name, user name, password, listener port number and hostname from Proactive Contact Log in to the Linux shell of the Proactive Contact server. Switch to the oracle user and enter the command lsnrctl status to view the PORT and database Instance as shown below. $ su - oracle Password: -sh-3.2$ lsnrctl status LSNRCTL for Linux: Version Production on 21-NOV :56:17 Copyright (c) 1991, 2010, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))) STATUS of the LISTENER Alias LISTENER Version TNSLSNR for Linux: Version Production Start Date 19-NOV :03:54 Uptime 2 days 2 hr. 52 min. 23 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /opt/dbase/orahome1/network/admin/listener.ora Listener Log File /opt/dbase/orahome1/network/log/listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=devconhd501)(PORT=2484))) Services Summary... Service "PLSExtProc" has 1 instance(s). Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... Service "orastd" has 1 instance(s). Instance "orastd", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully 6 of 15

7 Proactive Contact is preconfigured with a database user name and password of reporter. To view the usernames configured in the Oracle Database, following on from the previous command prompt, enter the commands shown below. Type quit when done. -sh-3.2$ sqlplus / as sysdba SQL*Plus: Release Production on Wed Nov 21 13:05: Copyright (c) 1982, 2010, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release Production With the Partitioning, Data Mining and Real Application Testing options SQL> select username from dba_users; USERNAME SYS SYSTEM DSC STATSPUMP REPORTER DATAPUMP AVAYADBA OUTLN MDSYS ORDSYS CTXSYS USERNAME ANONYMOUS EXFSYS DMSYS DBSNMP WMSYS XDB ORDPLUGINS SI_INFORMTN_SCHEMA MDDATA DIP ORACLE_OCM USERNAME TSMSYS 23 rows selected. SQL> 7 of 15

8 5.5. Administer Hierarchy Hierarchies are used in Proactive Contact to group and organize data, and to adjust the scope of data to monitor and view. IEX Workforce Management requires the jobs to be monitored to be configured in the hierarchy. From the Avaya Proactive Contact Supervisor PC, launch the Analyst Application by selecting Start Programs Avaya Proactive Contact Supervisor Analyst, followed by selecting Tools Hierarchy Manager from the top menu. The Hierarchy Manager screen is displayed. From the Hierarchy Manager screen, create a new job hierarchy by selecting Job Hierarchies in the left pane, followed by File New from the top menu. The screen is updated with default hierarchy levels, and a list of available jobs to assign to the hierarchy, as shown below. 8 of 15

9 Rename and add levels by right clicking the items in the hierarchy as desired, drag and drop the available jobs to define the jobs monitored by IEX Workforce Management to the new hierarchy. In the compliance testing, IEX Workforce Management monitored the outbnd3, outbnd5, outbnd6 (managed job) and inbnd1 jobs. Select File Save As from the top menu to save the hierarchy configuration, and provide a copy of this screenshot to the IEX Workforce Management implementation team. 6. Configure IEX Workforce Management IEX Workforce Management is installed and configured by the IEX Workforce Management implementation team. Customers are provided with training on how to configure resources to map to the resources on Proactive Contact, and on how to use the IEX Workforce Management Supervisor. The procedure for installing and configuring IEX Workforce Management is outside the scope of these Application Notes and will not be covered. For detailed information on installation and configuration, refer to the appropriate documentation listed in Section 9. These Application Notes assume that the IEX Workforce Management server has already been installed and configured with the connection, hostname, IOR, job and agent information from Proactive Contact. This section describes the steps to display the configuration on the IEX Workforce Management Supervisor. 9 of 15

10 6.1. View Database Connection Information The database connection information can be viewed in the r_swxifacejobparms table on the IEX Workforce Management server database, as shown below, and must match the information obtained from Proactive Contact View Event Services Connection Information The credentials used to connect to Proactive Contact Event Services are contained within the c:\acdconnectors\totalviewasc\proactive5asc\conf\wrapper.conf file. Using an appropriate text viewer, confirm that the Event Services connection information is correct. In this instance, the dialer hostname of devconhd501 is set, the default username and password of client1 and server1 provided by Proactive Contact are used, and the path to the ns_ior file described above is configured. # Application parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1=com.iex.tv.integrations.connectors.avaya.proactive.rt a.proactivebridge wrapper.app.parameter.2=-listenerport wrapper.app.parameter.3=6999 wrapper.app.parameter.4=-dialername wrapper.app.parameter.5=devconhd501 wrapper.app.parameter.6=-username wrapper.app.parameter.7=client1 wrapper.app.parameter.8=-password wrapper.app.parameter.9=server1 wrapper.app.parameter.10=-ior wrapper.app.parameter.11=../conf/ns_ior wrapper.app.parameter.12=-tvaddress wrapper.app.parameter.13= of 15

11 7. Verification Steps This section provides the tests that can be performed to verify proper configuration of Avaya Proactive Contact and NICE IEX Workforce Management Verify Avaya Proactive Contact Service Status From the Avaya Proactive Contact Supervisor PC, launch the Health Manager by selecting Start Programs Avaya Avaya Proactive Contact Health Manager. From the Health Manager screen, select Data under Dialer Services in the left pane. Verify that all services are up, as shown below. 11 of 15

12 7.2. Verify NICE IEX Workforce Management Connection Status From the IEX Workforce Management Supervisor PC, open the c:\acdconnectors\totalviewasc\proactive5asc\bin\bridge.log file and verify that there are no errors on connecting to Event Services. The text highlighted below indicates successful connection :50:27,292 [proactivebridgethread] WARN c.i.t.i.c.a.p.r.proactivebridgethread - Logging into the Avaya Proactive Event Service :50:27,292 [proactivebridgethread] INFO jacorb.orb.giop - ClientConnectionManager: created new ClientGIOPConnection to :23120 (1395dd5b) :50:27,292 [proactivebridgethread] DEBUG jacorb.util.tpool - [0/1] creating new thread :50:27,292 [ClientMessageReceptor1] DEBUG jacorb.util.tpool - [0/2] removed idle thread (job scheduled) :50:27,292 [ClientMessageReceptor1] DEBUG jacorb.giop.conn - ClientGIOPConnection to :23120 (1395dd5b): will wait until connected :50:27,292 [proactivebridgethread] DEBUG jacorb.giop.conn - ClientGIOPConnection to :23120 (1395dd5b): sendmessage() -- opening transport :50:27,292 [proactivebridgethread] DEBUG jacorb.iiop.profile - Selecting SSL for connection :50:27,292 [proactivebridgethread] DEBUG jacorb.orb.iiop - Trying to connect to :23121 with timeout=90000 using SSL :50:27,308 [proactivebridgethread] INFO jacorb.orb.iiop - Connected to :23121 from local port via SSL :50:27,308 [proactivebridgethread] DEBUG jacorb.orb.iiop - wrote 100 bytes to : :50:27,308 [proactivebridgethread] DEBUG jacorb.orb.iiop - wrote 84 bytes to : :50:27,308 [proactivebridgethread] DEBUG jacorb.orb.iiop - wrote 25 bytes to :23121 From the Proactive Contact command line enter the command netstat a grep <iexserverhostname>, verify ESTABLISHED connections from IEX Workforce Management on both the Oracle database port 2484 and the enserver_ssl service. Note: this command must be executed during the scheduled period that IEX Workforce Management connects to the Oracle database for historical reports. i.e. at the end of each interval. $ netstat -a grep niceitester tcp 0 0 devconhd501:nameservice_ssl niceitester:12334 ESTABLISHED tcp 0 0 devconhd501:2484 niceitester:1366 ESTABLISHED tcp 0 0 devconhd501:enserver_ssl niceitester:1202 ESTABLISHED tcp 0 0 devconhd501:nameservice_ssl niceitester:1201 ESTABLISHED 12 of 15

13 7.3. Verify Real-Time Information From the IEX Workforce Management Supervisor, navigate to the operations management menu and select the Real-Time Adherence option. Click on the Management Unit container in which the relevant Proactive Contact Agents have been configured. Verify the information displayed reflects the true status of the Proactive Contact Agents. 13 of 15

14 7.4. Verify Historical Reports Using the IEX Workforce Management Supervisor application, view the report information and verify its accuracy against a report provided by the Proactive Contact Analyst application. 8. Conclusion These Application Notes describe the configuration steps required for NICE IEX Workflow Management to successfully interoperate with Avaya Proactive Contact and Avaya Aura Communication Manager via the Oracle database for historical data and the Event Service interface for real-time data. All test cases were completed successfully. Please refer to Section 2.2 for test results and observations. 9. Additional References This section references documentation relevant to these Application Notes. The Avaya product documentation is available at where the following documents can be obtained. [1] Administering Avaya Aura Communication Manager,Release 6.2, Issue 7.0, July 2012 Document ID [2] Implementing Avaya Proactive Contact 5.0 All information on product installation and configuration for NICE IEX Workforce Management can be obtained by visiting 14 of 15

15 Avaya and the Avaya Logo are trademarks of Avaya Inc. All trademarks identified by and are registered trademarks or trademarks, respectively, of Avaya Inc. All other trademarks are the property of their respective owners. The information provided in these Application Notes is subject to change without notice. The configurations, technical data, and recommendations provided in these Application Notes are believed to be accurate and dependable, but are presented without express or implied warranty. Users are responsible for their application of any products specified in these Application Notes. Please any questions or comments pertaining to these Application Notes along with the full title name and filename, located in the lower right corner, directly to the Avaya DevConnect Program at 15 of 15

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring NICE IEX Workforce Management R4.6 with Avaya Call Management System R16.3 with the IEX-RTA and Historical Interfaces Issue

More information

Application Notes for Configuring MUG Enterprise Interceptor with Avaya Proactive Contact - Issue 1.0

Application Notes for Configuring MUG Enterprise Interceptor with Avaya Proactive Contact - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring MUG Enterprise Interceptor with Avaya Proactive Contact - Issue 1.0 Abstract These Application Notes describe the procedures

More information

Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya IP Office Issue 1.0

Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for Biamp

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for LumenVox Automated Speech Recognizer, LumenVox Text-to-Speech Server and Call Progress Analysis with Avaya Aura Experience Portal Issue

More information

Application Notes for Configuring NMS Adaptive Desktop SMS with Avaya IP Office R8.0 using Avaya IP Office TAPI Service Provider - Issue 1.

Application Notes for Configuring NMS Adaptive Desktop SMS with Avaya IP Office R8.0 using Avaya IP Office TAPI Service Provider - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring NMS Adaptive Desktop SMS with Avaya IP Office R8.0 using Avaya IP Office TAPI Service Provider - Issue 1.0 Abstract These Application

More information

Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with CTI Issue 1.0

Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with CTI Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with CTI Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for TONE Software ReliaTel Global Quality, Performance, and Service Level Management with Avaya Aura Communication Manager 6.3 Using SNMP Issue

More information

Application Notes for DATEL Call SWEET! Live Outbound Dialer with Avaya IP Office 8.0 Issue 1.0

Application Notes for DATEL Call SWEET! Live Outbound Dialer with Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DATEL Call SWEET! Live Outbound Dialer with Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Application Notes for TONE Software ReliaTel with Avaya Aura Communication Manager 6.2 Using SNMP Issue 1.0

Application Notes for TONE Software ReliaTel with Avaya Aura Communication Manager 6.2 Using SNMP Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for TONE Software ReliaTel with Avaya Aura Communication Manager 6.2 Using SNMP Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Resource Software International Shadow Real-Time Dashboard 2.3 with Avaya IP Office Server Edition 9.1 Issue 1.

Application Notes for Resource Software International Shadow Real-Time Dashboard 2.3 with Avaya IP Office Server Edition 9.1 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Shadow Real-Time Dashboard 2.3 with Avaya IP Office Server Edition 9.1 Issue 1.0 Abstract These Application

More information

Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0

Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Calabrio Workforce Management Release 9.2(1) SR3 with Avaya Aura Contact Center Release 6.4 Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya Aura Communication Manager Using Avaya Aura SIP Enablement Services Issue 1.

Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya Aura Communication Manager Using Avaya Aura SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Biamp AudiaFLEX VoIP-2 with Avaya Aura Communication Manager Using Avaya Aura SIP Enablement Services Issue 1.0 Abstract These Application

More information

Application Notes for Spectralink 84-Series Wireless Telephones and Avaya IP Office Issue 1.0

Application Notes for Spectralink 84-Series Wireless Telephones and Avaya IP Office Issue 1.0 ` Avaya Solution & Interoperability Test Lab Application Notes for Spectralink 84-Series Wireless Telephones and Avaya IP Office Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0

Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1

Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1 Abstract These Application Notes describe the configuration steps required to integrate

More information

Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0

Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration steps required for

More information

Application Notes for Metropolis ProfitWatch Hotel Call Accounting with Avaya IP Office Issue 1.0

Application Notes for Metropolis ProfitWatch Hotel Call Accounting with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Metropolis ProfitWatch Hotel Call Accounting with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Symon Enterprise Server with Avaya IQ Issue 1.0

Application Notes for Symon Enterprise Server with Avaya IQ Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Symon Enterprise Server with Avaya IQ Issue 1.0 Abstract These Application Notes describe the configuration steps required for Symon Enterprise

More information

Application Notes for VPI EMPOWER Suite Performance Reporting with Avaya Call Management System R17 Issue 1.0

Application Notes for VPI EMPOWER Suite Performance Reporting with Avaya Call Management System R17 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for VPI EMPOWER Suite Performance Reporting with Avaya Call Management System R17 Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Speech Technology Center Voice Navigator 8 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0

Application Notes for Speech Technology Center Voice Navigator 8 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Speech Technology Center Voice Navigator 8 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0 Abstract These application notes describe

More information

Application Notes for Configuring Teleopti CCC with Avaya Aura Contact Center for Real-time and Historical Reporting Issue 1.0

Application Notes for Configuring Teleopti CCC with Avaya Aura Contact Center for Real-time and Historical Reporting Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Teleopti CCC with Avaya Aura Contact Center for Real-time and Historical Reporting Issue 1.0 Abstract These Application Notes

More information

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Invision Interaction Recording System Version 5.0 with Avaya Aura Communication Manager Release 6.3 Issue 1.

Application Notes for Invision Interaction Recording System Version 5.0 with Avaya Aura Communication Manager Release 6.3 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Invision Interaction Recording System Version 5.0 with Avaya Aura Communication Manager Release 6.3 Issue 1.0 Abstract These Application

More information

Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0

Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for Biamp Tesira SVC-2 and Avaya IP Office Issue 1.0

Application Notes for Biamp Tesira SVC-2 and Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Biamp Tesira SVC-2 and Avaya IP Office Issue 1.0 Abstract These Application Notes describe the procedures for configuring Biamp Tesira SVC-2

More information

Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0

Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required to integrate

More information

Application Notes for Algo 8180 SIP Audio Alerter with Avaya IP Office - Issue 1.1

Application Notes for Algo 8180 SIP Audio Alerter with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Algo 8180 SIP Audio Alerter with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for VTech 1-Line Corded Analog Hotel Phone with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0

Application Notes for VTech 1-Line Corded Analog Hotel Phone with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for VTech 1-Line Corded Analog Hotel Phone with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for snom 3x0 VoIP Phones with Avaya IP Office Issue 1.0

Application Notes for snom 3x0 VoIP Phones with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for snom 3x0 VoIP Phones with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for snom

More information

Application Notes for DuVoice with Avaya IP Office 9.0 Issue 1.0

Application Notes for DuVoice with Avaya IP Office 9.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice with Avaya IP Office 9.0 Issue 1.0 Abstract These Application Notes describe the configuration steps required for the DuVoice hospitality

More information

Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1.

Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1. Avaya Solution Interoperability Test Lab Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1.0 Abstract These Application

More information

Application Notes for configuring ContactPro from CCT Deutschland GmbH with Avaya Aura Presence Services R6.2 - Issue 1.0

Application Notes for configuring ContactPro from CCT Deutschland GmbH with Avaya Aura Presence Services R6.2 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for configuring ContactPro from CCT Deutschland GmbH with Avaya Aura Presence Services R6.2 - Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for DuVoice with Avaya IP Office 8.1 Issue 1.1

Application Notes for DuVoice with Avaya IP Office 8.1 Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice with Avaya IP Office 8.1 Issue 1.1 Abstract These Application Notes describe the configuration steps required for the DuVoice hospitality

More information

Application Notes for Jabra PC Suite and Jabra Evolve 65 Headset with Avaya one-x Agent - Issue 1.0

Application Notes for Jabra PC Suite and Jabra Evolve 65 Headset with Avaya one-x Agent - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Jabra PC Suite and Jabra Evolve 65 Headset with Avaya one-x Agent - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0

Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures

More information

Application Notes for Spectralink 84-Series Wireless Telephones and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.

Application Notes for Spectralink 84-Series Wireless Telephones and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Spectralink 84-Series Wireless Telephones and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application

More information

Application Notes for Jabra PC Suite and Jabra SUPREME UC Bluetooth Headset with Avaya one-x Agent - Issue 1.1

Application Notes for Jabra PC Suite and Jabra SUPREME UC Bluetooth Headset with Avaya one-x Agent - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Jabra PC Suite and Jabra SUPREME UC Bluetooth Headset with Avaya one-x Agent - Issue 1.1 Abstract These Application Notes describe the configuration

More information

Application Notes for Verint Work Force Management with Avaya IQ Issue 1.0

Application Notes for Verint Work Force Management with Avaya IQ Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Verint Work Force Management with Avaya IQ Issue 1.0 Abstract These Application Notes describe the configuration steps required for Verint

More information

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required to integrate

More information

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for DATEL Software Solution Call SWEET! Live with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 1.0

More information

Application Notes for Configuring Wesley Clover Solutions Trading Platform with Avaya IP Office using SIP Trunks Issue 1.0

Application Notes for Configuring Wesley Clover Solutions Trading Platform with Avaya IP Office using SIP Trunks Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Wesley Clover Solutions Trading Platform with Avaya IP Office using SIP Trunks Issue 1.0 Abstract These Application Notes contain

More information

How To Test The Nms Adaptive Suite With An Ip Office On A Windows 2003 Server On A Nms Desktop On A Pnet 2.5 (Tapi) On A Blackberry 2.2 (Tapi) On An Ipo 2

How To Test The Nms Adaptive Suite With An Ip Office On A Windows 2003 Server On A Nms Desktop On A Pnet 2.5 (Tapi) On A Blackberry 2.2 (Tapi) On An Ipo 2 Avaya Solution & Interoperability Test Lab Application Notes for Configuring NMS Adaptive Suite with Avaya IP Office R8 using Avaya IP Office TAPI Service Provider - Issue 1.0 Abstract These Application

More information

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Abstract These Application Notes describe a solution comprised

More information

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Avaya Solution & Interoperability Test Lab Application Notes for Configuring Datatal AB Flexi with Avaya IP Office - Issue 1.0

Avaya Solution & Interoperability Test Lab Application Notes for Configuring Datatal AB Flexi with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Datatal AB Flexi with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0

Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0 Abstract These Application Notes describe the configuration of Avaya

More information

Application Notes for GN Netcom Jabra PC Suite Software Version 2.9 and Jabra Speak 410 USB with Avaya Aura Agent Desktop 6.2 Issue 1.

Application Notes for GN Netcom Jabra PC Suite Software Version 2.9 and Jabra Speak 410 USB with Avaya Aura Agent Desktop 6.2 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for GN Netcom Jabra PC Suite Software Version 2.9 and Jabra Speak 410 USB with Avaya Aura Agent Desktop 6.2 Issue 1.0 Abstract These Application

More information

Application Notes for configuring ICR Evolution Software with Avaya IP Office R8 using Avaya IP Office TAPI Service Provider - Issue 1.

Application Notes for configuring ICR Evolution Software with Avaya IP Office R8 using Avaya IP Office TAPI Service Provider - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for configuring ICR Evolution Software with Avaya IP Office R8 using Avaya IP Office TAPI Service Provider - Issue 1.0 Abstract These Application

More information

Application Notes for Valcom PagePro IP with Avaya IP Office Issue 1.0

Application Notes for Valcom PagePro IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Valcom PagePro IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for Valcom PagePro

More information

Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0

Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0 Abstract These Application Notes describe

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Maximizer CRM 2015 R2 with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services R7.0 using Telephony Web Service

More information

Application Notes for configuring Enghouse Interactive Communications Portal 9.0 using CTI Connect Media Gateway with Avaya IP Office 9.1 - Issue 1.

Application Notes for configuring Enghouse Interactive Communications Portal 9.0 using CTI Connect Media Gateway with Avaya IP Office 9.1 - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for configuring Enghouse Interactive Communications Portal 9.0 using CTI Connect Media Gateway with Avaya IP Office 9.1 - Issue 1.0 Abstract

More information

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Sample Configuration for Microsoft Firewall and McAfee Desktop Firewall 8.5 to Support Avaya IP Softphone Issue 1.0

Sample Configuration for Microsoft Firewall and McAfee Desktop Firewall 8.5 to Support Avaya IP Softphone Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration for Microsoft Firewall and McAfee Desktop Firewall 8.5 to Support Avaya IP Softphone Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0

Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0 Abstract These Application Notes describe the configuration

More information

Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0

Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0 Avaya Solution Interoperability Test Lab Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0 Abstract These Application Notes

More information

Application Notes for Configuring Avaya IP Office 8.1 with Colt VoIP Access service Issue 1.0

Application Notes for Configuring Avaya IP Office 8.1 with Colt VoIP Access service Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office 8.1 with Colt VoIP Access service Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Application Notes for Aceyus with Avaya Aura Communication Manager and Avaya Call Management System with RT_Socket Interface Issue 1.

Application Notes for Aceyus with Avaya Aura Communication Manager and Avaya Call Management System with RT_Socket Interface Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Aceyus with Avaya Aura Communication Manager and Avaya Call Management System with RT_Socket Interface Issue 1.1 Abstract These Application

More information

Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1.

Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1.0 Abstract These Application

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes to Configure and Administer Avaya Aura Workforce Optimization Workforce Management R11.0 with Avaya Aura Contact Center R6.2 - Issue 1.0 Abstract

More information

Application Notes for TANDBERG Video Conference Solution with Avaya Meeting Exchange - Issue 1.0

Application Notes for TANDBERG Video Conference Solution with Avaya Meeting Exchange - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for TANDBERG Video Conference Solution with Avaya Meeting Exchange - Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Tone Software ReliaTel SNMP Management Application with Avaya Communication Manager and Avaya SIP Enablement Services - Issue

More information

Configuring Instant Messaging and Presence capability for Avaya IP Agent using Avaya SIP Enablement Services - Issue 1.0

Configuring Instant Messaging and Presence capability for Avaya IP Agent using Avaya SIP Enablement Services - Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Instant Messaging and Presence capability for Avaya IP Agent using Avaya SIP Enablement Services - Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Abstract These Application

More information

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Abstract These Application Notes describe the steps to configure an Avaya

More information

Application Notes for Configuring OneStream SIP Trunking with Avaya IP Office Release 8.1 Issue 0.1

Application Notes for Configuring OneStream SIP Trunking with Avaya IP Office Release 8.1 Issue 0.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring OneStream SIP Trunking with Avaya IP Office Release 8.1 Issue 0.1 Abstract These Application Notes describes the steps to configure

More information

Avaya Solution & Interoperability Test Lab

Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Ascom Wireless IP-DECT SIP Solution with Avaya IP Office 9.0 in a Converged Voice over IP and Data Network - Issue 1.0 Abstract

More information

Application Notes for VTech 1-Line and 2-Line Analog Hotel Phones with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0

Application Notes for VTech 1-Line and 2-Line Analog Hotel Phones with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for VTech 1-Line and 2-Line Analog Hotel Phones with Avaya IP Office 8.1 and Voicemail Pro 8.1 Issue 1.0 Abstract These Application Notes describe

More information

Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0

Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for GN Netcom Jabra LINK 280 USB Adapter and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.

Application Notes for GN Netcom Jabra LINK 280 USB Adapter and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for GN Netcom Jabra LINK 280 USB Adapter and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.0 Abstract These Application

More information

Application Notes for configuring Avaya IP Office IP500 R7.0 with 2Ring NetFAX R3.0 Issue 1.0

Application Notes for configuring Avaya IP Office IP500 R7.0 with 2Ring NetFAX R3.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for configuring Avaya IP Office IP500 R7.0 with 2Ring NetFAX R3.0 Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Application Notes for configuring Oak Telecom s reportx with Avaya Aura Communication Manger R6.0.1 - Issue 1.0

Application Notes for configuring Oak Telecom s reportx with Avaya Aura Communication Manger R6.0.1 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for configuring Oak Telecom s reportx with Avaya Aura Communication Manger R6.0.1 - Issue 1.0 Abstract These Application Notes describe the

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Envision Centricity with Avaya Proactive Contact with PG230 and Avaya Aura Application Enablement Services for Quality Monitoring with Service

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN Assignment for Avaya 9600 and 1600 Series

More information

Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0

Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0 Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0 Abstract Avaya IP Softphone R3 V2.1 now supports H.323 VoIP applications running over different

More information

Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.

Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.0 Abstract These Application

More information

Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0

Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for IPC Unigy with Avaya Modular Messaging 5.2 and Avaya Aura SIP Enablement Services 5.2.1 in a Centralized Messaging Environment using QSIG

More information

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

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

More information

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

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

More information

Application Notes for GN Netcom Jabra GN 9330 USB Headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.

Application Notes for GN Netcom Jabra GN 9330 USB Headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for GN Netcom Jabra GN 9330 USB Headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.0 Abstract These Application

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

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution.

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution. Avaya Solution Interoperability Test Lab Configuring DHCP server Site Specific Option Number for Avaya one-x IP Deskphone Firmware Distribution with Avaya File Server Application MV_IPTel Issue 1.0 Abstract

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for GN Netcom Jabra GO 6430 and LINK 350 USB Bluetooth Adapter with Jabra PC Suite, Avaya one-x Communicator and Avaya one-x Agent - Issue 1.0

More information

Application Notes for P&W Solutions Sweet Series with Avaya Call Management System using Open Database Connectivity (ODBC) Interface Issue 1.

Application Notes for P&W Solutions Sweet Series with Avaya Call Management System using Open Database Connectivity (ODBC) Interface Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for P&W Solutions Sweet Series with Avaya Call Management System using Open Database Connectivity (ODBC) Interface Issue 1.0 Abstract These

More information

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0 Abstract These Application Notes describe the steps necessary

More information

Network Load Balancing

Network Load Balancing Network Load Balancing Step by Step installation of Network Load Balancing in Windows Server 2008 R2. Prerequisite for NLB Cluster 1. Log on to NODE1 Windows Server 2008 R2 system with a domain account

More information

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions Integrated SFTP server 2011 IBM Corporation The presentation gives an overview of integrated SFTP server feature IntegratedSFTPServer.ppt

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Small to Medium Size Business VoIP and Data Network Solution Consisting of HP ProCurve Networking Switches and an Avaya Telephony

More information

Sample Configuration for H.323 Trunk between Avaya IP Office and Cisco Unified Communications Manager 7.0 Issue 1.0

Sample Configuration for H.323 Trunk between Avaya IP Office and Cisco Unified Communications Manager 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration for H.323 Trunk between Avaya IP Office and Cisco Unified Communications Manager 7.0 Issue 1.0 Abstract These Application Notes describe

More information

How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0

How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0 Avaya Solution and Interoperability Test Lab How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0 Abstract These Application Notes describe how to configure the Juniper

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring recordx from Oak Telecom with Avaya Aura Communication Manger R6.0.1 using a Passive Tap on ISDN Q.931 Trunk - Issue 1.0 Abstract

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Virtual Private Network (VPN) for Avaya IP Office using the Edgewater Networks EdgeMarc 4500 VoIP VPN Appliance - Issue 1.0

More information

Configuring and Integrating Oracle

Configuring and Integrating Oracle Configuring and Integrating Oracle The Basics of Oracle 3 Configuring SAM to Monitor an Oracle Database Server 4 This document includes basic information about Oracle and its role with SolarWinds SAM Adding

More information

Application Notes for AudioCodes MP-202 Telephone Adaptor with Avaya SIP Enablement Services and Avaya Communication Manager - Issue 1.

Application Notes for AudioCodes MP-202 Telephone Adaptor with Avaya SIP Enablement Services and Avaya Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for AudioCodes MP-202 Telephone Adaptor with Avaya SIP Enablement Services and Avaya Communication Manager - Issue 1.0 Abstract These Application

More information

How To Test Fcs Winexpress On An Ipo On A Pc Or Mac Xp (Windows) On A Microsoft V3.3.5 (Windows Xp) On An Iphone Or Ipo (Windows V3) On Pc

How To Test Fcs Winexpress On An Ipo On A Pc Or Mac Xp (Windows) On A Microsoft V3.3.5 (Windows Xp) On An Iphone Or Ipo (Windows V3) On Pc Avaya Solution & Interoperability Test Lab Application Notes for FCS WinExpress 2.0 with Avaya IP Office 6.1 Issue 1.1 Abstract These Application Notes describe the configuration steps required for FCS

More information

Application Notes for Bold Technologies Manitou with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 1.

Application Notes for Bold Technologies Manitou with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Bold Technologies Manitou with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 1.0 Abstract These

More information

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1. Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.0 Abstract These Application Notes describe how to configure the Avaya

More information

Application Notes for GN Netcom Jabra PRO 9470 headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.

Application Notes for GN Netcom Jabra PRO 9470 headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for GN Netcom Jabra PRO 9470 headset and Jabra PC Suite with Avaya one-x Communicator and Avaya one-x Agent - Issue 1.0 Abstract These Application

More information