Cisco Agent Desktop Technical Session

Size: px
Start display at page:

Download "Cisco Agent Desktop Technical Session"

Transcription

1 1 Cisco Agent Desktop Technical Session Session 2 Copyright Printed in USA.

2 Introductions Pat Mackey, Product Manager, Cisco Jim Cairns, Product Manager, Spanlink Agenda Introductions Agenda Cisco Agent Desktop Overview Workflow Deconstructed Actions Deconstructed Task Buttons Deconstructed Roadmap Q&A 4 Copyright Printed in USA.

3 Cisco Agent Desktop (CAD) Agenda Value Proposition/Benefits Functionality Administration Integrations Configuration Diagrams Roadmap 5 The Next Chapter in Customer Service 6 Copyright Printed in USA.

4 Customer Interaction Network Distributed IP-based control Agent location independence Contact treatment either at the edge or the center of the network Multi-channel services CRM integration (Siebel, PeopleSoft, SAP, Oracle, Others) Open integration with traditional applications 7 What Is Cisco Agent Desktop? A Pre-Packaged CTI Solution for Cisco ICM (Cisco IPCC, Avaya, Nortel) One User Interface for TDM and IP! Robust computer telephony integration solution for singlesite and multi-site contact centers Can be installed and maintained without IT involvement Agent and supervisor desktop applications Silent monitor, barge-in, coaching and intercept Attractive life-cycle management Customer change management Defined upgrade path 8 Copyright Printed in USA.

5 Cisco Agent Desktop Value Proposition Quick Return on Investment (ROI) Low Total Cost of Ownership No coding required to administer Improves customer satisfaction Deployed in days not weeks/months Works across multiple PBXs (Cisco, Avaya, Nortel ) Simple integration with CRM and third party applications 9 Cisco Agent Desktop Benefits Provides rapid deployment of CTI capabilities including screen pop, soft phone and supervisor-to-agent messaging Powerful, GUI-based administration decreases IT dependency Supports simplified customization, maintenance and change management Easy to deploy, configure and manage 10 Copyright Printed in USA.

6 Cisco Agent Desktop Functionality Agent Tools: SoftPhone with ACD and call control Screen pop Media termination Text messaging Supervisor alert Call record Real-time agent statistics Agent state log Hot seating Reason codes 11 Cisco IP Phone Agent Cisco IP Phones 7960/7940 only Log in/out Ready/not ready Enterprise data display Skill and agent stats Supervisor desktop shows agent phone state Supervisor can silent monitor No barge-in, coaching or recording Pull Model for agent interaction 12 Copyright Printed in USA.

7 Cisco Supervisor Desktop 13 Cisco Agent Desktop Features Standard vs. Enhanced (w/cti) Features Workflow Automation/Task Buttons Popping 3 rd Party Applications on Events Record and Archive Calls Work Agent State for after Call Wrap-Up Activity Chat with Supervisor or Agents Using Instant Messaging Call Log Tracks Call Activity of Incoming and Outgoing Calls Agent Log Tracks Agent State Changes and Other Information SoftPhone with Phone Directory Media Termination Desktop Functions as IP Phone Agent State Buttons Standard Enhanced 14 Copyright Printed in USA.

8 Cisco Agent Desktop Screen Pop Standard vs. Enhanced (w/cti) vs. IP Phone Agent Feature Function Standard Agent Desktop Enhanced Agent Desktop IP Phone Agent Standard Screen Pop Enhanced Screen Pop Enhanced Screen Pop with Database Integration (Requires IVR Option) Take Customer Entered Data (via DTMF) and Display to Agent on Desktop As above but Also Able to Send that Data to a 3rd Party Application Ability to Execute Custom Programs As above but Also Able to Take Data via Optional ASR and Send to 3rd Party Applications from Enterprise Databases 15 Cisco Agent Desktop 3rd Party Application Integrations Overview Administrator Agent Workflow Groups Workflow Drives the Way You Want Your Agent(s) Desktops to Look and Operate User Interface Workflow Workflow Groups 16 Copyright Printed in USA.

9 Cisco Agent Desktop 3rd Party Application Integrations Events Rules Actions Events Rules and Data Fields Actions Key Stroke Macro 17 Cisco Agent Desktop Workflow Deconstructed Overview What is workflow? A workflow defines the way data is presented to the agent, including the flow of application integration(s) (screen pop), during call and after call work 18 Copyright Printed in USA.

10 Cisco Agent Desktop Workflow Deconstructed Event An Event Triggers a Rule and Action Based on the Following: Starting up or shutting down of Cisco Agent Desktop The agent s phone ringing The agent answering the phone The agent hanging up 19 Cisco Agent Desktop Workflow Deconstructed Rule Rules Are Very Important in Setting up how an Agent s Desktop Is Going to React to Various Types of Calls Sales calls vs. customer service calls Valid customer ID vs. no customer ID Internal call vs. external call Top customer ANI received Call transferred from sales to collections 20 Copyright Printed in USA.

11 Cisco Agent Desktop Workflow Deconstructed Action There Are Five Types of Actions Available: Run a key stroke macro Call control Launch external application (open up an application, run a visual basic script) Agent state Utility action 21 Cisco Agent Desktop Workflow Deconstructed Bringing It All Together Video Clip 22 Copyright Printed in USA.

12 Cisco Agent Desktop Actions Deconstructed Key Stroke Macro Key stroke macros allow you to replicate any activity an agent s fingers can accomplish on the key board with any Windows application; can incorporate any and all data received with the call Key stroke macro recorder is located in the Cisco Agent Desktop Administration application It is usually preferable to load an instance of Administration on an agent s desktop to record key stroke macros with applications Key stroke macros work with any windows application including a browser 23 Cisco IPCC Express Actions Deconstructed Key Stroke Macro Identify class name of window Multiple applications in one macro Insert any CTI data Insert delays to slow down macro Easy to create and edit Copyable and portable 24 Copyright Printed in USA.

13 Cisco Agent Desktop Actions Deconstructed Launch External Application Alternative application integration method Use any scripting language to pass CTI information Visual Basic, Win Batch or others Create file and point to application Pass any CTI information Used in situations where key stroke macro is impractical Can be used for workflow or for task buttons 25 Cisco Agent Desktop Actions Deconstructed Launch External Application Sub RetrieveContact(strTmp As String) Dim objoutlook As New Outlook.Application Dim objcontactitem As ContactItem Dim objitem As Outlook.Items Dim objfolder As MAPIFolder Dim strsearch As String strsearch = strsearch & "[BusinessTelephoneNumber] = '" & strtmp & "'" Set objoutlook = New Outlook.Application Set objitem = objoutlook.getnamespace("mapi").getdefaultfolder(olf oldercontacts).items Set objcontactitem = objitem.find(strsearch) If objcontactitem Is Nothing Then MsgBox "The contact cannot be found!", vbokonly, "Not Found" Else objcontactitem.display End If Set objoutlook = Nothing Set objitem = Nothing Set objcontactitem = Nothing End Sub Private Sub Form_Load() Dim strphonenumber As String Dim intlen As IntegerstrPhoneNumber = "(" & Mid(Command, 1, 3) & ") " & Mid(Command, 4, 3) & "-" & Mid(Command, 7, 4) RetrieveContact strphonenumber End End Sub Visual Basic Script for Inbound Screen Pop and Outbound Dialing 26 Copyright Printed in USA.

14 Cisco Agent Desktop Actions Deconstructed Agent State screencapture2.exe 27 Cisco Agent Desktop Actions Deconstructed Launch External Application When using launch actions, Agent Desktop can pass parameters, such as command line arguments, in two ways The first method is to add parameters after the application path name 28 Copyright Printed in USA.

15 Cisco Agent Desktop Actions Deconstructed Launch External Application The second method involves passing data fields as arguments; you can pass any valid data field while launching an application 29 Cisco Agent Desktop Actions Deconstructed Utility Action Call Recording Can Be Added to a Workflow Record customers based on: DNIS ANI Account Number Extensions 30 Copyright Printed in USA.

16 Cisco Agent Desktop Task Buttons Deconstructed Overview Each workflow group can have unique task button(s) and telephony controls Each workflow group can have unique task button(s) that can be used to initiate any action that has been created for workflow Run a key stroke macro Call control Launch external application (open up an application, run a visual basic script) Agent state Utility action 31 Cisco Agent Desktop Task Buttons Deconstructed Set Up Up to ten task buttons can be set up Graphic on button and hints can be changed Primarily used to automate redundant tasks faced by contact center agents 32 Copyright Printed in USA.

17 Cisco Agent Desktop Task Buttons Deconstructed Overview Each Task Button Can Have a Unique Icon 33 Cisco Agent Desktop Task Buttons Deconstructed Key Stroke Macros All Actions Available to a Workflow Are Available to the Task Buttons Applications Create a preview outbound dialing button Create a button that re-pops the application Move data from one application to another Automate opening an back to the customer with data from native application Create and send a fax Close a windows application 34 Copyright Printed in USA.

18 Cisco Agent Desktop Task Buttons Deconstructed Call Control Create automatic call conference buttons Create automatic call transfer buttons Send touch tones 35 Cisco Agent Desktop Task Buttons Deconstructed Utility Actions On-demand recording Emergency message to supervisor 36 Copyright Printed in USA.

19 Cisco Agent Desktop Task Buttons Deconstructed Launch Application Launch HTTP trigger Launch VB script for outbound dialing Launch a browser Open any application 37 Cisco Agent Desktop Task Buttons Deconstructed Launch Application Video Clip 38 Copyright Printed in USA.

20 Cisco Agent Desktop Product Roadmap Cisco Agent Desktop FCS Cisco IPCC Enterprise 5.0 MT failover on CCM Agents, Supervisors behind VPN Supervisors sort Statistics Enterprise Data on IP Phone Agent Skill and Agent Statistics on IP Phone Agent Cisco Agent Desktop 4.6 UNCOMMITTED Cisco IPCC Enterprise 5.0 Japanese localization Blended Agent Support Desktop Monitoring Cisco Agent Desktop 4.5 Concept Committed Cisco IPCC Express 3.1 MT failover on CCM Agents, Supervisors behind VPN Supervisors sort Statistics Enterprise Data on IP Phone Agent Skill and Agent Statistics on IP Phone Agent Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Cisco Agent Desktop 4.4 FCS Cisco IPCC Enterprise Extension Mobility Support Alternate on Conf and Tran Real-time Statistics auto update Supervisors view assigned teams Multiple Monitor servers per LCC G729 for Silent Monitoring Doubled SM: sessions Cisco Agent Desktop 6.0 UNCOMMITTED Combined Cisco IPCC Express (4.0), Cisco IPCC Enterprise (6.0) and Cisco ICM Enterprise (6.0) release CTI OS as integration point - TDM ACD support Multi-Channel Desktop Supervisor thresholds Supervisor Workflow (Marquee messages, Threshold events) CRS/WebView Real-time End Point Monitoring 39 Silent Monitoring Overview 40 Copyright Printed in USA.

21 Silent Monitor User Interface Silent monitoring of agents on a team Sound is played on supervisors PC sound system 41 Optional Recording Features Ad-hoc recording of agents on a team Basic management and playback of recordings 42 Copyright Printed in USA.

22 Server-Based Monitoring Architecture VoIP monitor server uses the Catalyst SPAN feature to sniff voice traffic Supports agents without a PC; e.g. IP phone agents and terminal-based (Green Screen Agents) Supports phones without integrated switches that cannot have PC daisy chained from them (e.g. Cisco IP Phone 7905) Requires knowledge of network topology and network expertise to set up SPAN Tested on Cisco IP Phones 7905, 7910, 7940, Scalability achieved by deploying multiple VoIP monitor servers (monitor domains) 43 Monitor Domains Supports multiple VoIP monitor servers in a single logical contact center (v4.4 and v4.5) POTS Telephone Catalyst 6000 Voice Gateway Public Network Router Central Office Supports complex networks, and remote call centers Router Application Server Router WAN Link Additional servers may be deployed to increase capacity Minnesota Office VoIP Monitor Server Catalyst 3500 Router WAN Link Florida Office Router Catalyst 3500 VoIP Monitor Server Agent PC IP Phone Agent PC IP Phone IP Phone Agent PC IP Phone Supervisor PC 44 Copyright Printed in USA.

23 Desktop Monitoring Architecture Leverages off of existing VoIP monitor Server technology to put a mini VoIP monitor server on each desktop to sniff traffic for that agent Makes use of the fact that Cisco IP Phones 7910, 7940, and 7960 deliver voice packets to the PCs that are directly connected to them as a hub would Requires a PC running CAD to be daisy chained from the agent Cisco IP Phone Easier to configure especially in complex networks; no SPAN port configuration; details of network topology are unimportant; no install questions; no administration Supports complicated networks with multiple routers separating agents Supports home agents where deployment of a VoIP monitor server near the agent is not practical Does not support IP Phone Agent, Green Screen Agents or Cisco IP Phone 7905; supports Cisco IP Phones 7910, 7940 and Hybrid Approach Uses both VoIP monitor server and and endpoint monitoring Best of both worlds, covers all scenarios Mixture of PC-based agents, IP phone agents, home agents Provides fault tolerance at desktop level; if PC desktop monitoring fails; agents can use IP phone agent and VoIP server 46 Copyright Printed in USA.

24 VoIP Monitor Administration No admin necessary when Endpoint monitoring and/or only 1 VoIP monitor server Cisco Desktop Administrator F ile Edit V iew Help Supports failover from Endpoint sniffing to back-up VoIP monitor server Cisco CallManager devices and MAC addresses are retrieved from the Cisco CallManager database Locations LCC Enterprise Configuration Enterprise Data VoIP Monitor Desktop Configuration IPCC Configuration Personnel Configuration Ready MAC Address Extensions SEP , 3201 SEP SEP ,4001 SEP SEP SEP SEP Remove Monitor Server Enable Desktop Monitoring? Monitor Server VoIP Mon 1 VoIP Mon 2 VoIP Mon 1 Help NUM Configuration data stored in LDAP 47 Device Driver Used to sniff the packets on a network card Supports multi-processor systems in version for Cisco IPCC 5.0 and v4.5 for CRS 3.1 Rewrote WinPCAP device driver to address numerous SMP issues as well as other general problems with error checking and boundary cases Significant capacity improvements in version 4.4 and (400 agents 40 supervisors) per server 48 Copyright Printed in USA.

25 Architecture Diagram IP Phone Agent Ext: 1000 PSTN Voice Gateway Customer CAD Media Terminated Agent Ext: 2000 VOIP Monitor Server Map: Ext MAC Listener IP 1000 SEP B SEPFFD Packet Filter Driver LAN connection with access to IP traffic via Catalyst SPAN configuration CAD Agent Ext: 3000 Ethernet NIC Driver NIC ODBC TCP IP CAD Agent with Desktop VOIP Monitor Server Ext: 4000 LDAP Call Manager Desktop VOIP Monitor Server LDAP Server VOIP Monitor Server Packet LDAP Filter TCP Driver IP NIC driver NIC CAD Supervisor Remote Site Ethernet IP WAN CAD Agent CAD Agent CSD Startup 1. LDAP look up of all VoIP Monitor Servers 2. Heartbeat between CSD and VoIP Monitor Servers Supv Request to Monitor Ext 1. CallManager MAC to extension lookup done on arbitrary VoIPMon Server 2. LDAP look up to find VoIPMon Server or endpoint done by CSD 3. Request to monitor sent to server or endpoint 4. Kernel level MAC filter is set by Server 5. RTP streams to and from agent MAC sent to CSD 6. Streams are mixed at Supervisor desktop and sent to Soundcard 49 Q&A 50 Copyright Printed in USA.

26 Please Complete Your Evaluation Form Session Copyright Printed in USA.

Jim Scotland Systems Engineer Call Centre Specialist

Jim Scotland Systems Engineer Call Centre Specialist Cisco s Customer Response Solutions (CRS) & IP Integrated Contact Distribution (ICD) Standard & Enhanced Jim Scotland Systems Engineer Call Centre Specialist jscotlan@cisco.com CRS Cisco s Customer Response

More information

Cisco Agent Desktop. CAD Base Services

Cisco Agent Desktop. CAD Base Services CAD Base Services, page 1 Solution, page 2 CAD Silent Monitoring and Recording, page 8 Presence Integration, page 10 and NAT, page 11 Support for IP Phones and IP Communicator, page 13 and Citrix, page

More information

Cisco Agent Desktop for Cisco Unified Contact Center 7.X

Cisco Agent Desktop for Cisco Unified Contact Center 7.X Cisco Agent Desktop for Cisco Unified Contact Center 7.X Cisco Agent Desktop Overview Cisco Agent Desktop is a powerful team productivity and management suite of software solutions for the Cisco Unified

More information

Unified Contact Center Enterprise Desktop

Unified Contact Center Enterprise Desktop The Cisco Unified Contact Center Enterprise (CCE) solution delivers a comprehensive set of desktop applications and services. Desktop Components, page 1 Desktop Solutions, page 6 CAD User Applications,

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007 And IP Toll Free Cisco Call Manager Configuration Guide Issue 2.13 6/5/2007 Page 1 of 38 TABLE OF CONTENTS 1 Introduction... 3 2 Special Notes... 3 3 Overview... 4 3.1 Call Manager Site... 4 3.2 TFTP and

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008 AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide Issue 2.17 3/3/2008 Page 1 of 49 TABLE OF CONTENTS 1 Introduction... 4 2 Special Notes... 4 3 Overview...

More information

Advanced Core Functionality and Routing with Cisco ICM Enterprise and Cisco IPCC Enterprise

Advanced Core Functionality and Routing with Cisco ICM Enterprise and Cisco IPCC Enterprise Advanced Core Functionality and Routing with Cisco ICM Enterprise and Cisco IPCC Enterprise Session 2 Copyright Printed in USA. The Next Chapter in Customer Service 3 Customer Interaction Network Distributed

More information

CTI OS and Cisco Agent Desktop Feature Configuration

CTI OS and Cisco Agent Desktop Feature Configuration CTI OS and Cisco Agent Desktop Feature Configuration Agent Feature Configuration with Agent Desk Settings List Tool, page 1 Supervisor Feature Configuration, page 6 Agent Re-skilling Tool, page 7 Skill

More information

Agent Administration

Agent Administration This chapter explains the tasks you must be familiar with when setting up agents for your Unified CCE contact center. Administering Agents, page 1 Configure Not Ready Reason Codes, page 4 Agent Feature

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

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

CertifyMe. CertifyMe

CertifyMe. CertifyMe CertifyMe Number: 642-241 Passing Score: 800 Time Limit: 120 min File Version: 9.6 http://www.gratisexam.com/ CertifyMe 642-241 Exam A QUESTION 1 In a Cisco Unified Contact Center Enterprise design, the

More information

Exam Name: Unified Communications Contact Center

Exam Name: Unified Communications Contact Center Vendor: Cisco Exam Code: 642-165 Exam Name: Unified Communications Contact Center Express Implementation (UCCX) Version: Demo QUESTION 1 What happens if all CTI ports for the configured CTI Port Group

More information

MITEL MiCONTACT CENTER EDITIONS COMPARED

MITEL MiCONTACT CENTER EDITIONS COMPARED FEATURE MATRIX MITEL MiCONTACT CENTER EDITIONS COMPARED A HIGHLY FLEXIBLE, THREE-TIERED OFFERING Mitel Mi Office, Business, and Enterprise Edition are designed for small, medium, and enterprisesized businesses

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

Spectrum Enterprise SIP Trunking Service Avaya (Nortel) BCM50 Firmware IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Avaya (Nortel) BCM50 Firmware IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Avaya (Nortel) BCM50 Firmware 10.0.1.52.176 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications following

More information

Provision Unified CM for Unified CCX

Provision Unified CM for Unified CCX When you access Unified CCX Administration for the first time in a cluster, the system automatically initiates the cluster setup procedure once for each cluster to perform the following tasks: Identify

More information

Design Considerations

Design Considerations Principal for Call Center Sizing, page 2 Preliminary Information Requirements, page 3 Terminology, page 4 Effect of Performance Criteria on Unified CCX Server, page 5 Impact of Performance Criteria on

More information

Unified Communications Contact Center Express Implementation

Unified Communications Contact Center Express Implementation Unified Communications Contact Center Express Implementation Number: 642-165 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Cisco 642-165 Unified Communications Contact

More information

Architectural Overview

Architectural Overview Unified CCE Software Overview, page 1 Outbound Option Software Components, page 2 Outbound Option Scripting, page 17 Fault Recovery, page 19 Campaign Manager Congestion Control, page 19 Unified CCE Software

More information

CHAPTER 1 PREFACE... 1

CHAPTER 1 PREFACE... 1 v CHAPTER 1 PREFACE... 1 Why I wrote this book... 1 Who this book is for?... 1 A brief history of UCCX... 2 What is UCCX... 3 Assumptions... 3 Reference Lab... 3 CHAPTER 2 INSTALLATION... 5 Preparation...

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 642-242 Title : Unified Contact Center Enterprise Implementation(UCCEI)

More information

Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009

Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009 Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009 Today s presenters Rob Hanson rhanson@avtex.com Business Development for UC Colleen Reynolds creynolds@avtex.comcom Ops Manager

More information

Design Considerations

Design Considerations Principal for Call Center Sizing, page 2 Preliminary Information Requirements, page 3 Terminology, page 4 Effect of Performance Criteria on Unified CCX Server, page Impact of Performance Criteria on the

More information

Oracle Contact Center Anywhere Deployment Kit

Oracle Contact Center Anywhere Deployment Kit The Right Technology, the Right Results Oracle Contact Center Anywhere Deployment Kit 2007 Business Solutions Promero Toll Free: (888) 204-0822 Tel: (954) 935-8800 Option 7 Fax: 866-504-4212 E-mail: sales@promero.com

More information

T3main. Powering comprehensive unified communications solutions.

T3main. Powering comprehensive unified communications solutions. T3main Powering comprehensive unified communications solutions. MANAGE COMMUNICATIONS THE SMART WAY T3 Telecom Software designs innovative voice messaging, unified messaging and call routing environments

More information

Mobile Agent. Capabilities. Cisco Unified Mobile Agent Description. Unified Mobile Agent Provides Agent Sign-In Flexibility

Mobile Agent. Capabilities. Cisco Unified Mobile Agent Description. Unified Mobile Agent Provides Agent Sign-In Flexibility Capabilities, page 1 Initial setup, page 7 Administration and usage, page 17 Capabilities Cisco Unified Description Unified supports call center agents using phones that Packaged CCE does not directly

More information

Extend and Connect. Extend and Connect. Overview of Extend and Connect

Extend and Connect. Extend and Connect. Overview of Extend and Connect This chapter provides information about the feature. This chapter contains the following information:, page 1 System Requirements, page 6 Interactions and Restrictions, page 7 Availability Information,

More information

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager

New Age of IP Telephony. Ukrit Wongsarawit Network Technology Manager New Age of IP Telephony Ukrit Wongsarawit Network Technology Manager ukrit.w@g-able.com Agenda Conventional telephone and data networking Voice data convergence IP telephony PBX based IP telephony Implementing

More information

Avaya PBX SIP TRUNKING Setup & User Guide

Avaya PBX SIP TRUNKING Setup & User Guide Avaya PBX SIP TRUNKING Setup & User Guide Nextiva.com (800) 285-7995 2 P a g e Contents Description... 3 Avaya IP PBX Configuration... 3 Licensing and Physical Hardware... 4 System Tab Configuration...

More information

Cisco Finesse desktop interface

Cisco Finesse desktop interface When you sign in to Cisco Finesse, the appearance of the desktop depends on whether your role is that of an agent or a supervisor. Supervisors have additional features that appear on their desktops. This

More information

Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0

Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0 Abstract These Application Notes describe

More information

FacetPhone IP-PBX. IP From the Ground Up

FacetPhone IP-PBX. IP From the Ground Up FacetPhone IP-PBX IP From the Ground Up State-of-the-art IP-PBX Telephone System IP from the Ground Up Awarded Product of the Year by Internet Telephony Magazine (2009) Received Internet Telephony Conference

More information

Port Utilization in Contact Center Enterprise

Port Utilization in Contact Center Enterprise Utilization Table Columns, page 1, page 2 Unified CCMP Utilization, page 15 Unified CRM Connectors Utilization, page 18 (CAD) Utilization, page 19 Cisco Voice Integration to Genesys Call Center, page 23

More information

Centralized and Distributed Deployment Models for IP Contact Centers

Centralized and Distributed Deployment Models for IP Contact Centers 1 Centralized and Distributed Deployment Models for IP Contact s Session Copyright Printed in USA. 2 Agenda IP Contact Overview IP Telephony System Deployment Models IPCC Express Edition IPCC Express Components

More information

C. Collect engine heap performance data via the Cisco Unified Real-Time Monitoring Tool.

C. Collect engine heap performance data via the Cisco Unified Real-Time Monitoring Tool. Volume: 50 Questions Question No: 1 In a high availability over WAN deployment, which option cannot be located across the WAN from the active Cisco Unified Contact Center Express site? A. SMTP server B.

More information

Application Notes for Presence OpenGate with Avaya IP Office 9.0 Issue 1.0

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

More information

Cisco Unified Contact Center Express Design Guide, Release 10.6(1)

Cisco Unified Contact Center Express Design Guide, Release 10.6(1) First Published: 2014-12-15 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

UNIFIED COMMUNICATION AND COLLABORATION An Ideal Unified Communication

UNIFIED COMMUNICATION AND COLLABORATION An Ideal Unified Communication UNIFIED COMMUNICATION AND COLLABORATION An Ideal IP@Core Unified Communication Unified Communications and Collaboration Unified Communication enables the users to communicate to other users of the system

More information

Cisco Unified Workforce Optimization

Cisco Unified Workforce Optimization Cisco Unified Workforce Optimization Quality Management Design Guide Version 11.5 First Published: July 28, 2016 Last Updated: May 15, 2018 Cisco Systems, Inc. www.cisco.com THE SPECIFICATIONS AND INFORMATION

More information

Mitel Phone Manager - Outlook

Mitel Phone Manager - Outlook Mitel Phone Manager - Outlook Call Control, Presence & IM for MiVoice Office 250 Overview Mitel Phone Manager makes day-to-day office communications simple by giving users complete control over their telephone.

More information

Cisco Unified Contact Center Express 8.0

Cisco Unified Contact Center Express 8.0 Cisco Unified Contact Center Express 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

Unified Communications Contact Center Express Implementation Exam.

Unified Communications Contact Center Express Implementation Exam. Cisco 642-165 Unified Communications Contact Center Express Implementation Exam TYPE: DEMO http://www.examskey.com/642-165.html Examskey Cisco 642-165 exam demo product is here for you to test the quality

More information

An Overview of Cisco MobilityManager

An Overview of Cisco MobilityManager CHAPTER 1 An Overview of Cisco MobilityManager This chapter describes Cisco MobilityManager and includes these sections: Key Features and Benefits, page 1-4 Use Case Examples, page 1-5 Compatibility with

More information

Cisco Unified Workforce Optimization Quality Management

Cisco Unified Workforce Optimization Quality Management Cisco Unified Workforce Optimization Quality Management Integration Guide Version 10.5 First Published: June 2, 2014 Last Updated: June 20, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS

More information

Cisco Outbound Option Description

Cisco Outbound Option Description Cisco Outbound Option Feature Description, page 1 Cisco Outbound Option Processes, page 2 Benefits of Cisco Outbound Option, page 2 Cisco Outbound Option Deployment Considerations, page 3 Outbound Dialing

More information

BT Cloud Unified Communications for Customer Name

BT Cloud Unified Communications for Customer Name V2.6 BT Cloud Unified Communications for Customer Name Pay-as-you-go cloud unified communications Work anywhere productivity Optional call recording Optional contact centre Agenda About Magnetic North

More information

CTI OS Silent Monitor Installation and Configuration

CTI OS Silent Monitor Installation and Configuration CTI OS Silent Monitor Installation and Configuration Silent Monitor Service Installation and Configuration, page 1 Silent Monitor Service Installation and Configuration This section provides an overview

More information

Call Transfer Options

Call Transfer Options Designing for call transfers is one of the major steps required when designing a Unified CVP deployment. There are numerous transfer options that can be used with Unified CVP. The goal of this chapter

More information

Spectrum Enterprise SIP Trunking Service SIPfoundry sipxecs Firmware IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service SIPfoundry sipxecs Firmware IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service SIPfoundry sipxecs Firmware 4.0-1-051823 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications following

More information

Configuration Guide For Use with AT&T s IP Flexible Reach Service. Version 1/Issue 7. July 30, 2008

Configuration Guide For Use with AT&T s IP Flexible Reach Service. Version 1/Issue 7. July 30, 2008 Configuration Guide For Use with AT&T s IP Flexible Reach Service Version 1/Issue 7 July 30, 2008 Page 1 of 42 TABLE OF CONTENTS 1 Introduction... 4 2 Version Information... 6 3 Special Notes... 7 ShoreTel

More information

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Additional Client Features with Avaya IP Office 8.0 Issue 1.

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Additional Client Features with Avaya IP Office 8.0 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for BBX Technologies Vuesion Multimedia Contact Center Additional Client Features with Avaya IP Office 8.0 Issue 1.0 Abstract These Application

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

Scripting Specifics in a Unified CCE Environment

Scripting Specifics in a Unified CCE Environment Unified CCE Gateway, page 2 Unified CCE, page 4 Prioritize Agents, page 4 Call Priority, page 4 Check for Available Agents, page 5 Select Node, page 5 Queue to Skill Group Node, page 5 Cancel Queuing Node,

More information

Mobile Agent. Capabilities. Cisco Unified Mobile Agent Description. Capabilities, page 1 Initial Setup, page 17 Administration and Usage, page 29

Mobile Agent. Capabilities. Cisco Unified Mobile Agent Description. Capabilities, page 1 Initial Setup, page 17 Administration and Usage, page 29 Capabilities, page 1 Initial Setup, page 17 Administration and Usage, page 29 Capabilities Cisco Unified Description enables an agent to use any PSTN phone and a broadband VPN connection (for agent desktop

More information

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model 1. Description of Services. 1.1 SIP SBC with Field Trial Endpoint Deployment Verizon will assist

More information

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model 1. Description of Services. 1.1 SIP Centralized IP Trunk with Field Trial Verizon will assist

More information

Application Notes for Configuring Computer Instruments e-ivr, as a H.323 endpoint, with Avaya IP Office 500 V2 Issue 1.0

Application Notes for Configuring Computer Instruments e-ivr, as a H.323 endpoint, with Avaya IP Office 500 V2 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments e-ivr, as a H.323 endpoint, with Avaya IP Office 500 V2 Issue 1.0 Abstract These Application Notes describe

More information

Unified Communications Manager Express Toll Fraud Prevention

Unified Communications Manager Express Toll Fraud Prevention Unified Communications Manager Express Toll Fraud Prevention Document ID: 107626 Contents Introduction Prerequisites Requirements Components Used Conventions Overview Internal vs. External Threats Toll

More information

Features. Cisco Finesse

Features. Cisco Finesse Cisco Finesse, page 1 Cisco Finesse IP Phone Agent, page 6 Inbound Voice, page 6 Unified CCX Outbound Dialer, page 6 Home Agent with Extend and Connect, page 18 Remote Agent Over Broadband, page 22 Unified

More information

Product Architecture. Cisco Unified Contact Center

Product Architecture. Cisco Unified Contact Center The following section provides an overview of the Cisco Unified Contact Center (Unified CC) Architecture. Cisco Unified Contact Center, page 1 Router, page 3 Logger, page 3 Peripheral Gateway, page 4 Configuration

More information

ID Features Tested Case Title Description Call Component Flow Status Defects UC802CL.ACE.001 Basic Call Flow Integrate Cisco Application Control

ID Features Tested Case Title Description Call Component Flow Status Defects UC802CL.ACE.001 Basic Call Flow Integrate Cisco Application Control Application Control Engine System Test Results for Contact Center, Cisco Unified System Release 8.0(2) UC802CL.ACE.001 Basic Call Flow Integrate Cisco Application Control Verifies that intelligent loadbalancing

More information

Overview of Cisco Unified Communications Applications and Services

Overview of Cisco Unified Communications Applications and Services CHAPTER 20 Overview of Cisco Unified Communications Applications and Services Revised: February 29, 2012; Once the network, call routing, and call control infrastructure has been put in place for your

More information

Avaya Call Recording Solution Configuration

Avaya Call Recording Solution Configuration Avaya Call Recording Solution Configuration An OAISYS White Paper Americas Headquarters OAISYS 7965 South Priest Drive, Suite 105 Tempe, AZ 85284 USA www.oaisys.com (480) 496-9040 CONTENTS 1 Introduction

More information

AT&T VOIP Nortel BCM 200/400 (Release a) Configuration Guide For Use with AT&T IP Flexible Reach Service. Issue 1.

AT&T VOIP Nortel BCM 200/400 (Release a) Configuration Guide For Use with AT&T IP Flexible Reach Service. Issue 1. AT&T VOIP Nortel BCM 200/400 (Release 4.0.2.03a) Configuration Guide For Use with AT&T IP Flexible Reach Service Issue 1.2 3/02/2007 Issue1.2 Page 1 of 30 TABLE OF CONTENTS 1 Introduction... 4 1.1 Document

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

ConVox IP PBX. Step into the next level of office communication

ConVox IP PBX. Step into the next level of office communication ConVox IP PBX Step into the next level of office communication Agenda ConVox IP-PBX Setup Diagram Features Screen shot EAPBX v/s IP PBX comparison About Deepija Our customers 2 Is it time that old telephone

More information

Application Notes for Configuring Telcomp Pickup and Avaya IP Office using DevLink - Issue 1.0

Application Notes for Configuring Telcomp Pickup and Avaya IP Office using DevLink - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Telcomp Pickup and Avaya IP Office using DevLink - Issue 1.0 Abstract These Application Notes describe the procedure for configuring

More information

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide 28 May 2009 3Com VCX Connect Solution SIP Trunking Table of Contents 1 3COM VCX CONNECT AND INGATE... 1 1.1 SIP TRUNKING SUPPORT...

More information

Exam : : IP Contact Center Express. Title. Ver :

Exam : : IP Contact Center Express. Title. Ver : Exam : Title : IP Contact Center Express Ver : 11-10-05 QUESTION 1 In the Cisco CRS Editor, which 'window" provides a workspace for application step assembly? A. Palette window B. Design window C. Variable

More information

EP502/EP504 IP PBX 1.1 Overview

EP502/EP504 IP PBX 1.1 Overview 1.1 Overview The EP502/EP504 is an embedded Voice over IP (VoIP) Server with Session Initiation Protocol (SIP) to provide IP extension phone connection for global virtual office of small-to-medium business

More information

Application Note Configuration Guide for ShoreTel and Ingate

Application Note Configuration Guide for ShoreTel and Ingate Application Note Configuration Guide for ShoreTel and Ingate 29 August 2008 Table of Contents 1 INTRODUCTION... 1 2 SHORETEL CONFIGURATION... 2 2.1 OVERVIEW... 2 2.1.1 Version Support... 2 2.1.2 ShoreTel

More information

IP PHONE EXPANSION KEY

IP PHONE EXPANSION KEY LICENSABLE Features IP PHONE EXPANSION KEY This phone expansion key enables 8, 16, 32, 64 or 128 additional local IP phone on the QX line of IP PBXs. This key works with a variety of SIP-based endpoints

More information

Optimizing the VoIP-Enabled Contact Center and Enterprise October 2003

Optimizing the VoIP-Enabled Contact Center and Enterprise October 2003 Optimizing the VoIP-Enabled Contact Center and Enterprise October 2003 Introduction Voice over IP ( VoIP ) is a hot topic in telecommunications circles, and increasingly within contact centers. From a

More information

IBM Corporation. Nom du speaker . 1 er et 2 octobre IBM Corporation

IBM Corporation. Nom du speaker  . 1 er et 2 octobre IBM Corporation IBM Corporation Integrate Titre de la your session Telephony into Sametime Nom du speaker email 1 er et 2 octobre 2007 Agenda UC² Strategy Telephony APIs Business Partner Solutions Sametime Unified Telephony

More information

Customer Guide to Cisco JTAPI- BiB Integrations. March

Customer Guide to Cisco JTAPI- BiB Integrations. March Customer Guide to Cisco JTAPI- BiB Integrations March 2017 www.incontact.com Introduction Customer Guide to Cisco JTAPI-BiB Integrations Version: This guide should be used with NICE Uptivity (formerly

More information

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here>

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here> OpenScape Contact Center Multimedia First Contact Resolution in a Multi-Channel World Agenda OpenScape Contact Center Agile vs. Enterprise What is OpenScape Contact Center Multimedia

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

Customer Guide to Passive VoIP Recording. March

Customer Guide to Passive VoIP Recording. March Customer Guide to Passive VoIP Recording March 2017 www.incontact.com Introduction Customer Guide to Passive VoIP Recording Version: This guide should be used with NICE Uptivity (formerly Premise incontact

More information

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model 1. Description of Services. 1.1 SIP IP Trunk with Field Trial for Legacy PBX Verizon will assist

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

Six Questions to Answer When Buying a Phone System

Six Questions to Answer When Buying a Phone System NEW PHONE SYSTEM BUYER S GUIDE Six Questions to Answer When Buying a Phone System In addition to the most comprehensive portfolio of voice communications, data and wireless networking products in the industry,

More information

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 1 P age NEXTIVA CALL CENTER Supervisor User Guide nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 2 P age Creating Employees... 3 Creating an Employee... 3 Assigning Licenses to Employees... 7 Schedules...

More information

Unified IP IVR Architecture

Unified IP IVR Architecture This chapter briefly describes the deployment models that you can use with Unified IP IVR. The following are brief descriptions of key items for a Unified IP IVR deployment: Voice Gateway: Connects the

More information

CTI Server Overview. How CTI Server Works

CTI Server Overview. How CTI Server Works How CTI Server Works, page 1 Unified CCE Call Processing, page 2 CTI Server Configurations, page 4 CTI Server Message Set, page 7 How CTI Server Works The CTI Server provides an interface between Unified

More information

XARIOS. c t i s o f t w a r e

XARIOS. c t i s o f t w a r e XARIOS c t i s o f t w a r e phonemanager Phone Manager takes computer telephony integration to the next level, bringing the powerful features of the Inter-Tel communications systems straight to your PC

More information

Cisco IPCC Express Solution Reference Network Design

Cisco IPCC Express Solution Reference Network Design Cisco IPCC Express Solution Reference Network Design Cisco IPCC Express, Release 3.5 April 2004 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

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

Customer Guide to Passive VoIP Recording.

Customer Guide to Passive VoIP Recording. Customer Guide to Passive VoIP Recording www.incontact.com Customer Guide to Passive VoIP Recording Version This guide should be used with incontact WFO v5.6 or later Revision July 2016 About incontact

More information

MiCloud Connect. Services Overview

MiCloud Connect. Services Overview MiCloud Connect Services Overview Your Complete Business Communications Solution in the Cloud Talk. Chat. Collaborate. Interact. MiCloud Connect is a full-featured communications and collaboration solution

More information

10 REASONS. Intuitive User Experience. Native Skype for Business. Customer Contact Expertise. Cloud & On Premise

10 REASONS. Intuitive User Experience. Native Skype for Business. Customer Contact Expertise. Cloud & On Premise 10 REASONS to choose CC4Skype Native Skype for Business Customer Contact Expertise Intuitive User Experience Cloud & On Premise 10 REASONS to choose CC4Skype When customers ask us why they should choose

More information

3050 Integrated Communications Platform

3050 Integrated Communications Platform 3050 Integrated Communications Platform Network Configuration Guide Release 1 October 2002 Copyright 2002 Mitel Networks Corporation. This document is unpublished and the foregoing notice is affixed to

More information

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IP-PBX Features www.addpac.com AddPac Technology 2011, Sales and Marketing Contents IP-PBX Features Smart Multimedia Manager VoIP

More information

Cisco Finesse Desktop Interface

Cisco Finesse Desktop Interface , page 1 When you sign in to Cisco Finesse, the appearance of the desktop depends on whether your role is that of an agent or a supervisor. Supervisors have additional features that appear on their desktops.

More information

Calabrio Recording Services. Deployment Guide for Cisco MediaSense

Calabrio Recording Services. Deployment Guide for Cisco MediaSense Calabrio Recording Services Deployment Guide for Cisco MediaSense Version First Published: September 30, 2014 Last Updated: June 3, 2014 Calabrio and Calabrio ONE are registered trademarks and the Calabrio

More information

Phonologies The Voice of Technology

Phonologies The Voice of Technology Phonologies Media Services Framework Copyright 2004 Phonologies (India) Private Limited Copyright 2001 2004 by Phonologies (India) Private Limited. Phonologies, InterpreXer and Oktopous are trademarks

More information

ROHIT WANCHOO 1333, South Park Street, Apt 803, Halifax, NS B3J2K9 M:

ROHIT WANCHOO 1333, South Park Street, Apt 803, Halifax, NS B3J2K9 M: ROHIT WANCHOO 1333, South Park Street, Apt 803, Halifax, NS B3J2K9 M: +19024412385 mailme@rohitwanchoo.com Professional Summary Goal-oriented Senior System Engineer with an experience of 8 years dedicated

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

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Agent s Guide November 2017 This guide describes how to receive and process calls and textual interactions and use tools, such as scripts, worksheets,

More information