Callback Assist InterOp with Avaya Aura Contact Center. Application Note

Size: px
Start display at page:

Download "Callback Assist InterOp with Avaya Aura Contact Center. Application Note"

Transcription

1 Callback Assist InterOp with Avaya Aura Contact Center 7.x Abstract This application note applies to Avaya Aura Contact Center 7.x. It describes how Avaya customers can configure & use Callback Assist (or higher) in an Avaya Aura Contact Center deployment. This document will detail the supported version, the configuration & supported functionality for the interop. (1) Avaya Aura Contact Center implies Full/Complete (Voice and Multimedia) functionality when used throughout the document. 1 of 20

2 Table of Contents Foreword: Important Instructions for All Readers Introduction Callback Assist Application Gathering information for callback request Placing a callback Callback Assist Installation & Configuration AACC Configuration Sample Script CDN changes Callback Assist Interop Call Flow Diagrams Call Flow Details Agent Experience Reporting of the callback calls Limitations High Availability Interop with ACCS Callback capacity Glossary References and Documentation of 20

3 Foreword: Important Instructions for All Readers This document contains important instructions for customers who are utilizing an Avaya Aura Contact Center solution with Callback Assist application. 3 of 20

4 1. Introduction Although most contact center administrators acknowledge that the customer call should be handled promptly, it is not always possible to have agents available. It would not be cost effective to staff the contact center based on the peak call rates and even if this was possible there are various factors like the duration of the call, events related to the product being serviced by the contact center, etc. that create times when the caller has to wait in queue for his / her call to be answered by an agent. On such occasions, applications, like call back assist, can be useful both to the caller and contact center. To the caller, it can present an option to schedule a call back at some later time when an agent is available. For the contact center, it can be useful because it helps reduce the number of calls waiting in a queue Callback Assist Application When a caller calls a contact center, and if the average wait time for an agent to answer the call is going to be more than certain/acceptable time limit then there is an option for the caller to leave his / her details and request a callback. With SIP AACC 7.0, contact center application interoperates with Avaya CBA application. For an incoming CDN call, if the Estimate Wait Time is beyond a certain threshold, the call is routed to a CBA application using the Route Call command in TFE script. This results in the call being handed off to CBA application. CBA application then plays an IVR to the customer asking him/her, what it should do with the call. With the currently supported CBA version, the options are: 1. Maintain customer s position in the queue, i.e. requests a callback when its customer s turn. This option maintains customer s position in the queue by immediately placing a call to AACC once customer hangs up the call. 2. Request a callback at a scheduled time. In this case, CBA application requests the customer to enter the preferred time and the number on which he wishes to receive a callback. From CBA s point of view the following are the steps involved: Collecting information for the callback request Placing a callback. This involves a. placing a call to the contact center b. placing the call to the customer c. transferring the call 4 of 20

5 Gathering information for a callback request CBA can operate in following two ways: 1) The customer call is front-ended by CBA application: When a call comes in, CBA checks the Estimate Wait Time (EWT) for that call to be answered. If the time is above a certain threshold, then the customer is played an IVR with an option to leave his details for a callback. 2) The customer call is front-ended by contact center: When the call comes in to contact center, the contact center script queries the EWT for the call and plays a prompt to the customer. If the customer chooses to schedule a callback, then the call is transferred/routed to CBA application. AACC s interop with CBA is designed using approach two mentioned above Placing a callback Regards placing a callback, CBA can operate in one of the following two ways: 1) Customer first approach: With this approach, CBA first initiates a call to the customer at the scheduled time. If the customer answers the call, it will then place a call to the contact center. When an agent answers the call, CBA application completes the transfer leaving customer and the agent on the call. 2) Agent first approach: With this approach, CBA first initiates a call to the contact center. When an agent answers the call, CBA application places the call to the customer. When the customer answers the call, CBA application completes the transfer leaving customer and the agent on the call. For AACC interop, CBA uses the agent first approach. To place a callback, CBA application initiates a phantom call to AACC. As far as AACC is concerned, this appears like a new CDN call. There will be a few markers on the call that will make AACC aware that this is a call from CBA application. The SIP INVITE will be sent with a custom P-Requires-Progress header with the value Callback Assist. The presence of this header with the said value makes AACC handle the call differently. Generally, when the call is anchored on Avaya Media Server, the call is considered fully connected, and the treatment begins to play. For the calls that have been initiated by the CBA application, the treatment starts, however, the call is not considered fully connected. The call will be placed to specific CDNs. CBA application placing a call to specific CDNs (termed as shadow CDNs detailed in the later sections of this document) is not mandatory but is a recommended approach. Using specific CDNs will help with reporting of such calls. Also, calls to these CDNs can receive prioritized queueing. 5 of 20

6 When an agent answers this phantom call, AACC sends a trigger to CBA application saying the call is now fully connected and has an agent on the other side of the call. SIP messaging call flow is detailed in the later section of this document. CBA application plays an IVR to the agent informing him that it will now attempt calling the customer and initiates a call to the customer. When the call is answered by the customer, CBA application transfers the call leaving customer and the agent on the call. 6 of 20

7 2. Callback Assist Installation & Configuration For CBA server requirements, installation, licensing, administration and configuring it for interop with AACC please refer to CBA documentation. These documents can be downloaded from support.avaya.com. 7 of 20

8 3. AACC Configuration There are no configuration settings required in AACC to enable the interoperability with the CBA application. OD application (TFE script) for voice call handling, however, will have to be modified to incorporate a check for estimate wait time and handing off the call to the CBA application. Also for better reporting and enabling prioritized treatment to calls that are initiated by CBA, it is recommended to create shadow CDNs Sample Script Following is a sample snippet of OD application. The script will perform the following tasks: Welcome the caller. Inform the caller regards the current estimate wait time for the skillset. Allow the caller to choose to wait in the queue or opt for a callback. If the caller selects to wait in the queue, then the call will be queued, and treatment in the queue will be played. If the caller selects to schedule a callback, then the call is routed to the CBA application. 8 of 20

9 3.2. CDN changes It is recommended that every CDN that provides the callback functionality should be shadowed. Consider an example where the customer-facing CDNs are 1001 & Sales CDN Create a Sales shadow CDN 1002 Support CDN Create a Support shadow CDN 2002 This approach helps with the reporting of the CBA initiated calls. It also enables calls initiated by the CBA application to receive prioritized queueing which is required for the following reasons: 9 of 20

10 There is no point in playing treatments to the calls that have been initiated by the CBA application irrespective of whether the call is initiated by the CBA application as a scheduled callback or in order to maintain customer s position in the queue. Another reason is that for a call that has been placed by the CBA application as a scheduled callback, in order that the call is presented to the customer at a near precise time, it is essential that there should be predictability in how long it will take for the CBA initiated call to be presented to an agent. 10 of 20

11 4. Callback Assist Interop Following is a summary of the interop in a nutshell: Supported CBA application version: CBA deployment configuration: CBA behind the contact center Call back strategy: Agent First approach Interop is supported only with AACC. From AACC s point of view, for an end to end customer call scenario where the customer has opted for a callback, there are two calls involved: Call 1: Customer call that is routed off to the CBA application. Call 2: CBA application initiated a call to the contact center. From CBA s point of view, there is the third call as well. Call 3: CBA application initiated a call to the customer. 11 of 20

12 4.1. Call Flow Diagrams Following two diagrams shows the call flow for the first call: 1 Call 1 4 CBA ASM Call routed to CBA 2 3 AACC Call routed off to the CBA application: CBA ASM Call routed off to CBA AACC 12 of 20

13 Following two diagrams shows the call flow for the second and the third call: 4 Call 3: Customer call initiated by CBA 3 CBA ASM 1 2 Call 2: CDN Call initiated by CBA application AACC Call transferred off by the CBA application: Call transferred off by CBA CBA ASM AACC 13 of 20

14 4.2. Call Flow Details The first call mentioned above is like any other customer call. The call is connected when the call is anchored on AMS. For the 2 nd call, however, the incoming SIP INVITE will contain a custom P-Requires-Progress header with the value Callback Assist. For this call that is initiated by the CBA application, CBA needs to know when the call is answered by an actual agent. If the call were to be fully connected when it is anchored on AMS, there would not be any further SIP messaging to inform the CBA application that an agent has answered the call. This requirement resulted in a change in the call flow. In the new call flow, when a SIP INVITE with the above-mentioned custom header comes into AACC for the call that is initiated by the CBA application, AACC responds with a 183 Session In Progress message instead of 200 OK when the call is anchored on AMS. This means that the call is not fully connected at this stage, however, there will be a two-way speech path which means that any treatments played by AMS can be heard by the CBA application and any IVR played by the CBA application will be heard by AMS. Start line of the SIP INVITE will contain the customer s number. This is the calling line id. Thus AACC will populate the CLID correctly as the customer s number. When the call is answered by the agent, AACC will send a 200 OK to the CBA application. With this now the CBA application knows that there is a live agent on the other side of the call. CBA application plays an IVR to the agent informing him that it will now attempt to call the customer. CBA application then initiates a new call to the customer. When the customer answers the call, CBA application will initiate a transfer which will result in AACC receiving an INVITE with Replaces, i.e. replace the SIP dialog between AAEP & AACC with the new SIP dialog the one between customer & AACC. When the transfer request is fully processed, the parties in the call will be the customer and the agent. This frees up CBA application resources to process another scheduled callback. 14 of 20

15 Following is a call flow diagram for CBA initiated call: Note: This call flow is similar to Toll-Free Queuing call flow. The similarity is that in both cases 200 OK acts as a trigger for the next action. Here for CBA application to initiate a call to the customer and in case of Toll-Free Queuing, 200 OK is sent to CM so that CM can then send an ISDN Connect message to the telecom service provider so that the call billing can start. The difference, however, is that in the above case the call is initiated by CBA application whereas in case of Toll-Free Queueing the call is initiated by CM. There is, however, no interaction of these features with each other and AACC can be configured to work with both these features simultaneously Agent Experience In the section above, we have detailed how AACC comes to know that the call that has come in has been initiated by the CBA application. However, how does an agent know that the call is a CBA initiated the call and not a call directly from a customer especially the fact the CLID will 15 of 20

16 state the customer s number? As mentioned previously, the recommendation is that the calls initiated by the CBA application should come into AACC for shadow CDNs. One can take this a step further by creating corresponding shadow skillsets, i.e. sales_callback, support_callback which shows up on agent desktop providing a visual indication to the agent. Please note it is not mandatory to create shadow skillsets. Irrespective of the visual indication, the agent will get an audio indication which is the IVR played by the CBA application when the agent answers the call. Please note that the Agent Greeting if configured will not be played to the call initiated by the CBA application. The greeting is played for the other calls not initiated by the CBA application. There is no additional setting required for this Reporting of the callback calls There are no new reports created in AACC for this feature. If there is a need to generate a report: For the calls that were handed over to the CBA application, one can generate a report of calls that were routed off to the CBA application number. For the calls that were initiated by the CBA application, one can generate a report of calls that came into the CBA specific CDNs (shadow CDNs). 16 of 20

17 5. Limitations 5.1. High Availability There will not be HA for the CBA calls that are not yet answered by an agent. This is because the SIP stack call leg snapshot is taken when the SIP call leg is established, i.e. for the SIP call leg from the CBA application when the call is answered by an agent. Hence for the calls initiated by the CBA application but not answered by the agent yet, the call leg is not transitioned to an established state. If a switchover was to happen at this time, the new active AACC would have no idea of such calls from the CBA application. This however should not be a problem because the call leg specific SIP timer will timeout and the CBA application will treat that as an error case. The call will be retried by the CBA application Interop with ACCS CBA interop is designed to work with AACC only. Interop with ACCS is not supported Callback capacity This is determined by the CBA application capacity. Currently, the maximum number of simultaneous callbacks that the CBA application can handle is of 20

18 6. Glossary Following are the frequently used acronyms in this document: Acronym / Term Description AACC Avaya Aura Contact Center ACCS Avaya Contact Center Select CBA Callback Assist AAEP Avaya Aura Experience Portal AMS Avaya Media Server ASM / SM Avaya Session Manager ACM / CM Avaya Communication Manager Customer A person who calls the contact center Agent Contact Center Agent EWT Estimate Wait Time 18 of 20

19 7. References and Documentation The following links contain all of the required standard documentation on the platforms described in this applications note. It is assumed that the reader(s) of this document are fully knowledgeable in the products described and their integration with each other. Avaya Aura Contact Center Documentation Suite: 19 of 20

20 2018 Avaya Inc. All Rights Reserved. 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 s 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 s. 20 of 20

Avaya Aura Experience Portal Release 6.0 Service Pack 2 Intelligent Customer Routing

Avaya Aura Experience Portal Release 6.0 Service Pack 2 Intelligent Customer Routing Avaya Aura Experience Portal Release 6.0 Service Pack 2 Intelligent Customer Routing Developer Guide Released in: December 2012 Developer Guide 1 2012 Avaya Inc. All Rights Reserved Notice While reasonable

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Overview This document describes how to integrate a back-end Avaya Aura Experience

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Overview This document describes how to integrate Avaya Aura Contact Center and a back-end Avaya Aura

More information

Avaya Callback Assist Overview and planning guide

Avaya Callback Assist Overview and planning guide Avaya Callback Assist Overview and planning guide Release 4.6.2.0 December 2017 2015-2017 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes on placing an Avaya Aura Contact Center R6.2 (Mission Critical High Availability) installation out-of-service and back in-service - Issue 1.0

More information

Avaya Callback Assist Overview and planning guide

Avaya Callback Assist Overview and planning guide Avaya Callback Assist Overview and planning guide Release 4.6.1.0 September 2017 2015-2016 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information

More information

Avaya Callback Assist Release Notes

Avaya Callback Assist Release Notes Avaya Callback Assist Release Notes Release 4.1.6 May 2014 2014 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and

More information

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1.

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voicemail 3.0 with Avaya IP Office System 1.4 - Issue 1.0 Abstract These Application

More information

Telax Administrator Portal

Telax Administrator Portal Telax Administrator Portal Table of Contents A. Getting Started... 2 B. Home... 2 C. Executive Dashboard... 3 E. Configuration... 5 1. General Page... 5 2. Working Hours... 5 3. Contact List:... 6 4. Queues:...

More information

Intelligent Customer Routing Release Notes

Intelligent Customer Routing Release Notes Intelligent Customer Routing Release Notes Release 7.0 Issue 1.0 December 2013 Release Notes 1 2013 Avaya Inc. All Rights Reserved Notice While reasonable efforts were made to ensure that the information

More information

Abstract. Testing was conducted at the Avaya Solution and Interoperability Test Lab.

Abstract. Testing was conducted at the Avaya Solution and Interoperability Test Lab. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunks between Avaya Aura TM Conferencing Standard Edition 6.0 and Cisco Unified Communications Manager 8.0 Issue 1.0 Abstract

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Note to administer voice mailboxes on Avaya CallPilot R5.1 to provide shared messaging services for users in a CS1000 Collaboration Pack solution

More information

Application Notes for Configuring Fonolo In-Call Rescue with Avaya IP Office Server Edition using SIP Trunks Issue 1.0

Application Notes for Configuring Fonolo In-Call Rescue with Avaya IP Office Server Edition using SIP Trunks Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Fonolo In-Call Rescue with Avaya IP Office Server Edition using SIP Trunks Issue 1.0 Abstract These Application Notes describe

More information

SCS Configuration Guide for Skype for SIP. Issue 1.0

SCS Configuration Guide for Skype for SIP. Issue 1.0 SCS Configuration Guide for Skype for SIP Issue 1.0 Abstract This document provides guidelines for deploying SCS 3.2 with Skype using SIP Trunking. 1 of 11 2010 Avaya Inc. All Rights Reserved. SCS- Skype

More information

ADMINISTRATOR PORTAL MANUAL

ADMINISTRATOR PORTAL MANUAL ADMINISTRATOR PORTAL MANUAL TABLE OF CONTENTS SIGNING IN... 5 HOME SCREEN... 6 GENERAL SETTINGS... 7 WORKING HOURS TAB... 9 HOLIDAYS TAB... 11 Shortened hours for the Holidays... 12 Holiday Message...

More information

SCS 4.0 SIP Trunking Configuration Guide for Skype Connect. Issue 1.0

SCS 4.0 SIP Trunking Configuration Guide for Skype Connect. Issue 1.0 SCS 4.0 SIP Trunking Configuration Guide for Skype Connect Issue 1.0 Abstract This document provides guidelines for deploying SCS 4.0 with Skype using SIP Trunking. 1 of 11 2010 Avaya Inc. All Rights Reserved.

More information

Call Center Agent Guide. Part No. P March 2004

Call Center Agent Guide. Part No. P March 2004 Call Center Agent Guide Part No. P0606199 03 23 March 2004 2 Call Center Agent Guide Copyright 2004 Nortel Networks All rights reserved. 2004. The information in this document is subject to change without

More information

Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release Issue 1.0

Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release 7.1 - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Avaya Callback Assist Considerations for Avaya Call Management System

Avaya Callback Assist Considerations for Avaya Call Management System Avaya Callback Assist Considerations for Avaya Call Management System Release 4.6.2.0 December 2017 2015-2017 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that

More information

Vendor: Avaya. Exam Code: Exam Name: Avaya Aura Contact Center Administration Exam. Version: Demo

Vendor: Avaya. Exam Code: Exam Name: Avaya Aura Contact Center Administration Exam. Version: Demo Vendor: Avaya Exam Code: 3300 Exam Name: Avaya Aura Contact Center Administration Exam Version: Demo QUESTION NO: 1 A customer with Avaya Contract Center in SIP environment would like to add voice processing

More information

New Feature Highlights

New Feature Highlights New Feature Highlights Version 6.2 Enhancements to ZCC Snapshot New Microsoft SQL Server database Post Call Survey available on more platforms Cloud support for email services Updated contact center metrics

More information

Application Notes for configuring Blackchair Spotlight V5 with Avaya Aura Contact Centre R6.3 (SIP) to monitor moves and changes Issue 1.

Application Notes for configuring Blackchair Spotlight V5 with Avaya Aura Contact Centre R6.3 (SIP) to monitor moves and changes Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for configuring Blackchair Spotlight V5 with Avaya Aura Contact Centre R6.3 (SIP) to monitor moves and changes Issue 1.0 Abstract These Application

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

Manual Cellip 365 Centrex Dashboard Audio Library Recording a Sound File Auto attendant (IVR)...

Manual Cellip 365 Centrex Dashboard Audio Library Recording a Sound File Auto attendant (IVR)... TABLE OF CONTENTS Manual Cellip 365 Centrex... 2 1. Dashboard... 2 2. Audio Library... 2 2.1 Recording a Sound File... 3 3. Auto attendant (IVR)... 3 4. Response group... 6 4.1 Change the name of the response

More information

Queue Callback Module

Queue Callback Module Queue Callback Module Part of the VQ Plus Commercial Module Overview How to Create a Queue Callback Name Caller ID Number Prepend Dial Matches Callback Queue Announcement Number Prompt Force CID Allow

More information

Breeze Learning Series Session #2 Oceana

Breeze Learning Series Session #2 Oceana Breeze Learning Series Session #2 Oceana Presenter: Mike Taylor & Joe Seghatoleslami mtaylor@spscom.com/ jseghatoleslami@spscom.com Digital enterprise driving SHIFT in Interactions FROM VOICE to digital

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Interactions Curo Speech Automated Speech Recognizer and Text-to-Speech Server with Avaya Aura Experience Portal using MRCP V2 Issue 1.0

More information

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya MERLIN Magix Issue 1.

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya MERLIN Magix Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voicemail 3.0 with Avaya MERLIN Magix 3.0 - Issue 1.0 Abstract These Application

More information

Avaya Solution & Interoperability Test Lab Application Notes for configuring Datatal AB Flexi with Avaya IP Office 500 V2 Standalone R Issue 1.

Avaya Solution & Interoperability Test Lab Application Notes for configuring Datatal AB Flexi with Avaya IP Office 500 V2 Standalone R Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for configuring Datatal AB Flexi with Avaya IP Office 500 V2 Standalone R10.0 - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0

Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Configuring Avotus ICM Usage Management with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.

Application Notes for Configuring Avotus ICM Usage Management with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avotus ICM Usage Management with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application

More information

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH GENESYS CTI. Version

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH GENESYS CTI. Version PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH GENESYS CTI Version 7.1.3.1 Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, page 1 Set Up Call Server with Redundant Proxy Servers, page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, page 2 Load-Balancing

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, on page 1 Set Up Call Server with Redundant Proxy Servers, on page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, on page 2

More information

Avaya. Avaya Aura Experience Portal with POM Implementation and Maintenance.

Avaya. Avaya Aura Experience Portal with POM Implementation and Maintenance. Avaya 3309 Avaya Aura Experience Portal with POM Implementation and Maintenance http://killexams.com/exam-detail/3309 QUESTION: 113 A technician has upgraded the Primary Experience Portal Manager (EPM)

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application notes for RMG Networks Intelligent Visual Solutions v12.0.2 with Avaya Aura Contact Center s Contact Center Manager Server module Release 6.4 for

More information

Application Notes for Plantronics Hub Software and Plantronics Voyager Focus UC Bluetooth Headset with Avaya Communicator for Windows - Issue 1.

Application Notes for Plantronics Hub Software and Plantronics Voyager Focus UC Bluetooth Headset with Avaya Communicator for Windows - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Plantronics Hub Software and Plantronics Voyager Focus UC Bluetooth Headset with Avaya Communicator for Windows - Issue 1.0 Abstract These

More information

Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines

Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines Advanced Contact Center Solutions Lab Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines Version: 3.0 Date: December 2015 Abstract This application note documents a set of guidelines

More information

Cisco Unified Customer Voice Portal 9.0

Cisco Unified Customer Voice Portal 9.0 Data Sheet Cisco Unified Customer Voice Portal 9.0 Product Overview Cisco Unified Customer Voice Portal (Unified CVP) is an award-winning product that provides IP-based selfservice and call routing. It

More information

Application Notes for BBX Technologies Vuesion Multimedia Contact Center with Avaya IP Office 8.0 Issue 1.0

Application Notes for BBX Technologies Vuesion Multimedia Contact Center with Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BBX Technologies Vuesion Multimedia Contact Center with Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the configuration

More information

Using ACCCM Avaya Voice Portal/Experience Portal sample application

Using ACCCM Avaya Voice Portal/Experience Portal sample application Using ACCCM Avaya Voice Portal/Experience Portal sample application Release 7.0 SP1 Issue 1.1 May 2013 2013 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that

More information

Application Notes for configuring Unified Dispatch Unibook platform with Avaya IP Office Issue 1.0

Application Notes for configuring Unified Dispatch Unibook platform with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for configuring Unified Dispatch Unibook platform with Avaya IP Office 9.1 - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Revision History Date Revision # Summary of Changes

Revision History Date Revision # Summary of Changes SIP Software Release 4.1 for 11xx/12xx IP Deskphones Revision History Date Revision # Summary of Changes 23 March 2011 Original bulletin This is the original publication Introduction Avaya is pleased to

More information

RMAUG What s New at Avaya

RMAUG What s New at Avaya RMAUG What s New at Avaya February 13, 2013 Mark Wilson, SE Avaya Proprietary. Use pursuant to your signed agreement or Avaya policy. A Complete Contact Center Solution CMS Unified Reporting Experience

More information

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode.

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Abstract This Application Note describes the steps required for installing and configuring

More information

Application Notes for Geomant OnCall IVR with Avaya Aura Session Manager and Avaya Aura Communication Manager Issue 1.

Application Notes for Geomant OnCall IVR with Avaya Aura Session Manager and Avaya Aura Communication Manager Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Geomant OnCall IVR with Avaya Aura Session Manager 7.0.1 and Avaya Aura Communication Manager 7.0.1 - Issue 1.0 Abstract These Application

More information

Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0

Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for Plantronics Entera HW111N- USB/HW121N-USB Corded Headsets with Avaya one-x Attendant - Issue 1.0

Application Notes for Plantronics Entera HW111N- USB/HW121N-USB Corded Headsets with Avaya one-x Attendant - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Plantronics Entera HW111N- USB/HW121N-USB Corded Headsets with Avaya one-x Attendant - Issue 1.0 Abstract These Application Notes describe

More information

Peripherals and Trunk Groups

Peripherals and Trunk Groups This chapter describes how to configure peripherals and the trunk groups associated with them. It includes: An introduction to the peripheral subsystem Instructions on how to view, define, delete, or modify:

More information

Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0

Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0 Abstract These Application Notes describe the procedure for

More information

Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3. Issue 1.0

Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3. Issue 1.0 Avaya BCM Solutions Test Lab Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3 Issue 1.0 Abstract This document provides guidelines for configuring a SIP Trunk between

More information

Application Notes for Configuring CyTrack Unified Communications Suite with Avaya IP Office - Issue 1.0

Application Notes for Configuring CyTrack Unified Communications Suite with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring CyTrack Unified Communications Suite with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures

More information

Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0

Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

InstantCallBack Contact Info:

InstantCallBack  Contact Info: InstantCallBack is 1st CLICK 2 CALL Service for all Website Owners those like to offer a free phone call to their visitors for Instant Orders of Hot Prospect. Contact Info: InstantCallBack www.instantcallback.in

More information

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Table of Contents INTRODUCTION... 4 IVR CONFIGURATION... 5 IVR Creation (Basic Settings)... 5 IVR Managing (Key Pressing Events)...

More information

Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0

Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Avaya Solution and Interoperability Test Lab Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Abstract This Application Note describes

More information

Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0

Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Avaya Solution Interoperability Test Lab Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Abstract This Application Note describes the configuration,

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Dialogic ControlSwitch System with Avaya Aura Session Manager R6.3, Avaya Aura Experience Portal 7.0 and Avaya Proactive Outreach

More information

GTB Enterprise Contact Center Powered by Telax Included In Package Not Included in Package

GTB Enterprise Contact Center Powered by Telax Included In Package Not Included in Package GTB Enterprise Contact Center Powered by Telax Max Calls In Queue Unlimited Unlimited Data Center Features 24x7x365 Data Center Monitoring Yes Yes Geographical Survivability Yes Yes Automatic Software

More information

Vodafone One Net Anywhere

Vodafone One Net Anywhere Vodafone One Net Anywhere Your step-by-step guide to Vodafone One Net Anywhere The future is exciting. Ready? Contents 1.0 Welcome to Vodafone One Net Anywhere 2.0 User Features 2.1 Call Barring and Incoming

More information

Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0

Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0 Abstract These Application Notes describe the configuration

More information

Abstract. _ 1 of 22 2N_VB_SM63_SIP. MC; Reviewed: SPOC 03/25/2014

Abstract. _ 1 of 22 2N_VB_SM63_SIP. MC; Reviewed: SPOC 03/25/2014 Avaya Solution & Interoperability Test Lab Application Notes for Configuring 2N VoiceBlue Next 1.17 with Avaya Aura Communication Manager 6.3 Using a SIP Trunk - Issue 1.0 Abstract These Application Notes

More information

Dialog Designer Call Flow Elements

Dialog Designer Call Flow Elements Dialog Designer Call Flow Elements A DevConnect Tutorial Table of Contents Section 1: Dialog Designer Call Flow Elements Section 1: Dialog Designer Call Flow Elements... 1 1.1 About this Tutorial When

More information

Call Transfer Options

Call Transfer Options Release Trunk Transfer, page 1 ICM Managed Transfer, page 4 Network Transfer, page 5 SIP Refer Transfer, page 6 Intelligent Network Release Trunk Transfers, page 6 VoiceXML Transfer, page 6 Release Trunk

More information

Release (JITC) for Breeze (SP1)

Release (JITC) for Breeze (SP1) Release 5.1.0.0.392 (JITC) for Breeze 3.6.0.1 (SP1) Release Notes Issue 1.0 Feb-12, 2019 1 Table of Contents Document changes... 4 Introduction... 4 Product compatibility... 4 Required patches... 4 Installation...

More information

Abstract. MC; Reviewed: SPOC 03/25/2014. Solution & Interoperability Test Lab Application Notes 2014 Avaya Inc. All Rights Reserved.

Abstract. MC; Reviewed: SPOC 03/25/2014. Solution & Interoperability Test Lab Application Notes 2014 Avaya Inc. All Rights Reserved. Avaya Solution & Interoperability Test Lab Application Notes for Configuring 2N StarGate 1.17 with Avaya Aura Communication Manager 6.3 Using a SIP Trunk - Issue 1.0 Abstract These Application Notes describe

More information

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION 7.21.1 Copyright 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For

More information

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Table of Contents INTRODUCTION... 4 IVR CONFIGURATION... 5 IVR Creation (Basic Settings)... 5 IVR Managing (Key Pressing Events)...

More information

Avaya Branch Gateways 6.3 (build ) Release Notes

Avaya Branch Gateways 6.3 (build ) Release Notes Avaya Branch Gateways 6.3 (build 33.13.0) Release Notes Issue 1 May 6, 2013 2013 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring Aculab s ApplianX IP Gateway to interoperate with Avaya Aura Communication Manager R6.3 and Avaya Aura Session Manager R6.3

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring blackchair Spotlight Session Manager Audit V6 with Avaya Aura System Manager R7.1 and Avaya Aura Session Manager R7.1 Issue

More information

Composer Help. Route Interaction Block

Composer Help. Route Interaction Block Composer Help Route Interaction Block 6/29/2018 Route Interaction Block Contents 1 Route Interaction Block 1.1 Use Case 1.2 Name Property 1.3 Block Notes Property 1.4 Condition Property 1.5 Detach Property

More information

Application Notes for AdvaTel InTouch 1.0 with Avaya IP Office 6.0 Issue 1.0

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

More information

Cebod Telecom. Customer Admin Manual

Cebod Telecom. Customer Admin Manual Customer Admin Manual Table of Contents Contents 1. INTRODUCTION... 1 ABOUT THIS MANUAL... 1 CEBOD TELECOM OVERVIEW... 1 2. REGISTER A NEW ACCOUNT... 2 3. MY ACCOUNT... 5 4. DASHBOARD... 9 5. ACTIVITIES...

More information

System Architecture and Reporting

System Architecture and Reporting Unified ICM software distributes incoming telephone calls and web-initiated requests to skill-appropriate, available agents across multiple contact centers. It does this by tracking activity on all monitored

More information

Application Notes for Plantronics Hub Software and Plantronics Voyager Edge UC Bluetooth Headset with Avaya one-x Communicator - Issue 1.

Application Notes for Plantronics Hub Software and Plantronics Voyager Edge UC Bluetooth Headset with Avaya one-x Communicator - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Plantronics Hub Software and Plantronics Voyager Edge UC Bluetooth Headset with Avaya one-x Communicator - 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 for Plantronics Hub Software, Plantronics DA90 USB Audio Processor and Plantronics EncorePro 700D Headset with Avaya one-x Attendant - Issue

More information

Start your greeting once the Incoming Call window appears. Make sure you are in Ready state to receive incoming calls

Start your greeting once the Incoming Call window appears. Make sure you are in Ready state to receive incoming calls Agent Desktop Plus Working With Voice Calls Receiving & Initiating Calls Receiving an Outbound Campaign Call Make sure you are in Ready state to receive incoming calls Always enable Auto-Answer for Outbound

More information

Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines

Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines Advanced Contact Center Solutions Lab Avaya Aura Contact Center CS1000 (AML) to Aura (SIP) Migration Guidelines Version: 2.0 Date: December 2014 Abstract This application note documents a set of guidelines

More information

Avaya Aura Contact Center Fundamentals

Avaya Aura Contact Center Fundamentals Avaya Aura Contact Center Fundamentals Release 6.3 NN44400-110 Issue 04.02 May 2013 2013 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in

More information

Avaya Aura Call Center Elite Documentation Roadmap

Avaya Aura Call Center Elite Documentation Roadmap Avaya Aura Call Center Elite Documentation Roadmap May 2013 2013 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document is complete

More information

Contact Center Assurance Dashboards

Contact Center Assurance Dashboards The Prime Collaboration Contact Center Assurance performance dashboards help you to monitor your network by providing near real-time information about the Contact Center components such as CUIC, Finesse,

More information

Customer Journey Platform Service Provider Portal User Guide

Customer Journey Platform Service Provider Portal User Guide Customer Journey Platform Service Provider Portal User Guide Notification Copyright Notice The Broadsoft CC-One solution is now the Cisco Customer Journey Platform. From August 2018, you will see the Cisco

More information

Abstract. These Application Notes describe the procedures for configuring Computer Instruments eci to interoperate with Avaya Voice Portal.

Abstract. These Application Notes describe the procedures for configuring Computer Instruments eci to interoperate with Avaya Voice Portal. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments Experience Configuration Integration VoiceXML Application (eci), with Avaya Voice Portal 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 Avotus Enhanced Usage Reporting for Unified Communications with Avaya Aura Presence Services Snap-in running on Avaya Breeze

More information

Performance Management

Performance Management NN44400-710 Document status: Standard Document issue: 01.04 Document date: 17 December 2009 Product release: Release 7.0 Job function: Administration Type: NTP Language type: English Copyright 2009 Nortel

More information

Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide

Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide Table of Contents INTRODUCTION... 4 UCM CALL CENTER FEATURES LIST... 5 Call Queues... 5 Virtual Queue... 7 Position Announcement...

More information

Application Notes for Configuring Computer Instruments Experience Configuration Interface, with Avaya Aura Experience Portal Issue 1.

Application Notes for Configuring Computer Instruments Experience Configuration Interface, with Avaya Aura Experience Portal Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments Experience Configuration Interface, with Avaya Aura Experience Portal Issue 1.0 Abstract These Application

More information

Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0

Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for Symon Enterprise Server with Avaya Call Management System R17.0.x Issue 1.0

Application Notes for Symon Enterprise Server with Avaya Call Management System R17.0.x Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Symon Enterprise Server with Avaya Call Management System R17.0.x Issue 1.0 Abstract These Application Notes describe the configuration

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments Enhanced Interactive Voice Response (eivr) Voicemail, Automated Attendant, and Speech Enabled Automated

More information

Avaya Aura Contact Center 6.4

Avaya Aura Contact Center 6.4 Avaya Aura Contact Center 6.4 Avaya Aura Contact Center 6.4 is a context-sensitive, collaborative, voice and multichannel customer experience management solution that allows businesses to manage all types

More information

Application Notes for Plantronics Blackwire 3210/3220 USB Corded Headsets with Avaya one-x Attendant - Issue 1.0

Application Notes for Plantronics Blackwire 3210/3220 USB Corded Headsets with Avaya one-x Attendant - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Plantronics Blackwire 3210/3220 USB Corded Headsets with Avaya one-x Attendant - Issue 1.0 Abstract These Application Notes describe the

More information

SmartVoice. Call Queuing User Guide

SmartVoice. Call Queuing User Guide SmartVoice Call Queuing User Guide Quick reference Contents Record your information here: My username My password My account number SmartVoice Customer Support Phone: 1-877-742-9249 Email: technicalsupport@shawbusiness.ca

More information

Application Notes for Swampfox Outbound Campaign Manager with Avaya Aura Experience Portal Issue 1.0

Application Notes for Swampfox Outbound Campaign Manager with Avaya Aura Experience Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Swampfox Outbound Campaign Manager with Avaya Aura Experience Portal Issue 1.0 Abstract These Application Notes describe the configuration

More information

How to Deploy the Sample Script BasicQ.aef

How to Deploy the Sample Script BasicQ.aef Note If you have installed Unified IP IVR, you can also test your Unified CCE system with the Cisco Unified CM AutoAttendant (aa.aef). See Deployment of Sample Script aa.aef. The BasicQ.aef script works

More information

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION 7.1.3.3 Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes

More information

Application Notes Corporation s CommView with Avaya Aura Communication Manager Issue 1.0

Application Notes Corporation s CommView with Avaya Aura Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for @Comm Corporation s CommView with Avaya Aura Communication Manager Issue 1.0 Abstract These Application Notes describe the configuration

More information

Avaya Unified Messenger Client User Guide

Avaya Unified Messenger Client User Guide Avaya Unified Messenger Client User Guide Version 5.0 Avaya Inc. 211 Mount Airy Road Basking Ridge, New Jersey 07920 www.avaya.com Your comments are welcome. They can assist us in improving our documentation.

More information