Overview of Outbound Agent Functionality for Contact Centers

Size: px
Start display at page:

Download "Overview of Outbound Agent Functionality for Contact Centers"

Transcription

1 1 Overview of Outbound Agent Functionality for Contact Centers Session 2 Copyright Printed in USA.

2 The Next Chapter in Customer Service 3 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 4 Copyright Printed in USA.

3 Agenda Blending Product Overview Implementation Overview Product Roadmap 5 Cisco Outbound Option Enables Cisco ICM-Controlled, Outbound Calls through Existing Cisco ICM Infrastructure 6 Copyright Printed in USA.

4 Blended Contact Center Cisco IP Contact Center (IPCC) caters to Inbound Contact Centers Predictive Dialer provides proactive communications for outbound campaigns Cisco Outbound Option merges Inbound + Predictive Dialing to offer a Blended environment for IP Contact Centers 7 Cisco Outbound Option Advantage Scalable and reliable grows with your Contact Center Real-time campaign management Meets changing federal and state laws do not call lists IP-based dialing achieves the fastest ROI Fully customizable for changing business needs 8 Copyright Printed in USA.

5 Key Values Centralized management via Cisco ICM and Cisco IPCC admin workstation Fully integrated to Cisco CTI Contact data delivered to agent desktop application to drive screen pop Fully integrated to Cisco ICM and Cisco IPCC reporting via Cisco WebView Integrates with existing CRM solutions Enterprise-wide dialing 9 Key Features Do not call support True call by call blending Dynamic skill group transition between skill states via Cisco ICM Script Editor Personal callback Dynamic campaigns import without stopping Unlimited campaign support Agent desktop Out of the box or customizable toolkit 10 Copyright Printed in USA.

6 Technology to Reduce Nuisance Calls Cisco Advanced Predictive Dialer Algorithm Designed to minimize nuisance/abandoned calls Terminated and skipped calls are automatically rescheduled Sophisticated algorithm automatically assigns required number of lines per agent Do Not Call List management within the product Actively partnering with vendors who specialize in Do not call list management 11 Migration from TDM to IP Pure Software Based IP_Dialer No Dialogic Cards Required Caller Phone TDM Dialer for Avaya G3 Dialogic Cards Required V Voice Gateway Cisco CallManager CTI Server Outbound Agents (Desktop and Phones) IP DIALER DIALER IP DIALER DIALER ACD PG CallManager PG Cisco ICM Central Controller Logger DB Outbound Database Campaign Manager WebView Client 12 Copyright Printed in USA.

7 Fault Tolerance Run multiple dialers per site Dialers can run across many sites Campaign dialing can be distributed among many dialers Cisco ICM Logger A BA Campaign Manager Outbound Dialers Outbound Dialers Outbound Dialers Phoenix San Francisco Dallas 13 Scheduled Callback vs. Personal Callback Scheduled Callbacks Transfer a Customer to Any Agent Personal Callbacks Transfer a Customer to the Agent who Scheduled the Callback Provides the ability to schedule a callback from the agent workstation The same agent that schedules the callback can be the agent that handles the callback when it is executed Outbound Option Dialer will find the agent as long as they are logged into the switch with the same Agent ID 14 Copyright Printed in USA.

8 Dialing Modes Predictive Skill groups run dedicated Lines dialed per agent is calculated by algorithm Screen pop delivered along with customer call transfer Progressive Skill groups run dedicated or blended mode Lines dialed per agent is configurable Screen pop along with customer call transfer Preview Skill groups run dedicated or blended Presents agent with customer s record prior to dial being placed Ensures agent available prior to placing the call Agent buttons to accept, skip, reject the previewed call 15 Dialer Mode Transition Script 16 Copyright Printed in USA.

9 Outbound Option Configuration Tools Campaign Skill Group/Service Dialer Peripheral/Port Map Campaign 17 Configuration Tools (Cont.) Import Query Rule 18 Copyright Printed in USA.

10 List Management Create thousands of campaigns Assign multiple lists per campaign Create lists based on SQL queries Create rules to move between lists Time range Duration Hit rate Penetration 19 Import Contact lists and do-not-call lists configured on the admin workstation Import scheduling Ad-hoc Weekly Monthly Text file imports (append or replace) Comma delimited Fixed length Bad records stored in log file on the AW 20 Copyright Printed in USA.

11 Campaign Manager Distributes configuration to dialers across an enterprise Maintains the customer dialing list database Provides customer records for every dialer in the enterprise (based on time zone) Sends real-time and historical data to the router 21 Dialer Co-located with peripheral gateway or on a separate W2K server Places outbound calls through switch Reserves agents Requests contact records from campaign manager Sends real-time statistics to campaign manager Monitors skill groups for agent availability 22 Copyright Printed in USA.

12 CTI Desktop Same CTI Desktop for both inbound and outbound calls Two new Cisco ICM ActiveX controls have been added to enable Outbound Option functionality Mode Indicator Control Visual display of the current call mode for the agent Outbound Option Response Control Accept, Skip, Reject, Callback buttons 23 CTI Desktop Contact data delivered to the agent Name, Acct #, Phone #, Campaign ID, Campaign name, Dialing List ID, Time Zone, Query Rule ID Use standard Cisco CTI tools to create a custom CTI Desktop All Outbound Option communication with the CTI Desktop is done through ECC variables 24 Copyright Printed in USA.

13 Reporting View any report using a standard web browser utilizing the WebView reporting system Standard out of the box templates are provided Develop and share custom reporting templates among all enterprise users Both real-time and historical reports available Develop new reports by accessing Cisco ICM, Cisco IPCC or Cisco Outbound Option (Blended Agent) databases directly 25 Reporting (Cont.) Outbound and inbound statistical data stored in central database Reports can be delivered based on: Agent/skill activity Per agent, campaign, skill group Campaigns Talk time, handle time, % penetration Dialers Ports, call classification, campaigns 26 Copyright Printed in USA.

14 Reporting with WebView 27 Customers 28 Copyright Printed in USA.

15 Implementation Overview Robert Mikytuck 29 Adding Blended Agent Control to Your SoftPhone Internal ECC call variables Programming choices Blended Agent SoftPhone Controls CTI Toolkit GeoDCS CTI Toolkit COM/C++ CIL CTI-OS SDK 30 Copyright Printed in USA.

16 Internal ECC Call Variables Blended Agent uses ECC call variables as communication mechanism to/from the CTI client Blended Agent Internal ECC call variables BAStatus, BAResponse, BACampaign, BAAccountNumber, BADialedListID, BATimeZone 31 Internal ECC Call Variables BAStatus 2 bytes Upper byte: P or R or C <Preview or Predictive or Callback> Lower byte: I or O or B <Inbound or Outbound or Blended> BAResponse Used by client to respond to BA activity Accept, Skip, Reject, Call Back 32 Copyright Printed in USA.

17 Using the Blended Agent SoftPhone Controls BA Controls ModeIndicator, BAResponse (4 flavors) Drag and drop ActiveX controls from your IDE palette onto your application dialog Controls handle button enablement/disablement internally so no additional coding is required 33 Using the Blended Agent SoftPhone Controls 34 Copyright Printed in USA.

18 Using the Blended Agent SoftPhone Controls Accept Used to accept Preview Mode calls Skip Used to skip a Preview Mode call and go to the next call in the list Reject Used to reject a Preview Mode call and leave the Preview Mode Callback Used to schedule a callback to the current customer Mode Indicator Used to display current mode of Blended Agent call 35 Using GeoDCS Why do this? Don t like the softphone controls Need to support language other than English Use ECC call variables programmatically Create your own buttons for Accept, Skip, Reject and Callback Create your own Callback dialog to collect callback information from agent Create your own mode indicator display 36 Copyright Printed in USA.

19 Using GeoDCS Accept Skip Reject currentcall.setcallvariablebyname "BAResponse", "Accept" currentcall.setcallvariablebyname "BAResponse", "Skip" currentcall.setcallvariablebyname "BAResponse", Reject Cancel Callback currentcall.setcallvariablebyname "BAResponse", Callback Cancel 37 Using GeoDCS Callback Dim text As String ' Schedule callback text = "Callback " + frmcallback.datetxt.text + " " + frmcallback.timetxt.text currentcall.setcallvariablebyname "BAResponse", text 'Provide Callback phone number text = "P#" + frmcallback.phonetxt.text currentcall.setcallvariablebyname "BAResponse", text 38 Copyright Printed in USA.

20 Using GeoDCS Must enable user created BA buttons in your code based on current value of BAStatus Accept, Reject and Skip enabled if BAStatus = PO or PB Callback enabled if BAStatus = CO or CB Must disable user created BA buttons in your code where you handle Accept or Reject button presses, and after receiving a call cleared status 39 Using CTI OS Why do this? Don t like the softphone controls Need to support language other than English Use ECC Call Variables programmatically Create your own buttons for Accept, Skip, Reject and Callback Create your own Callback dialog to collect callback information from agent Create your own mode indicator display 40 Copyright Printed in USA.

21 Using CTI OS Accept Skip ECCArgs.AddItem " BAResponse ", " Accept " args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode ECCArgs.AddItem " BAResponse ", " Skip " args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode 41 Using CTI OS Reject ECCArgs.AddItem " BAResponse ", " Reject " args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode Cancel Callback ECCArgs.AddItem " BAResponse ", " Callback Cancel " args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode 42 Copyright Printed in USA.

22 Using CTI OS Callback Dialog ' Schedule callback text = "Callback " + frmcallback.datetxt.text + " " + frmcallback.timetxt.text ECCArgs.AddItem " BAResponse ", text args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode 'Provide Callback phone number text = "P#" + frmcallback.phonetxt.text ECCArgs.AddItem " BAResponse ", text args.additem "ECC", ECCArgs callobject.setcalldata args, nerrorcode 43 Using CTI OS Must enable user created BA buttons in your code based on current value of BAStatus Accept, Reject and Skip enabled if BAStatus = PO or PB Callback enabled if BAStatus = CO or CB Must disable user created BA buttons in your code where you handle Accept or Reject button presses, and after receiving a call cleared status 44 Copyright Printed in USA.

23 Coming Soon! CTI OS-based BA SoftPhone controls just like the CTI Toolkit versions Java CIL which will allow Java application to provide a BA controls 45 Q&A Questions? 46 Copyright Printed in USA.

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

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise DATA SHEET Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise Cisco ICM software has traditionally enabled companies to distribute inbound service volume to a variety of termination

More information

Deploying Cisco Unified Contact Center Express Volume 1

Deploying Cisco Unified Contact Center Express Volume 1 Deploying Cisco Unified Contact Center Express Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and Course Flow Additional References Your Training Curriculum General Administration

More information

Cisco IP Interactive Voice Response (IVR) Solutions for Service Providers

Cisco IP Interactive Voice Response (IVR) Solutions for Service Providers 1 Cisco IP Interactive oice Response (IR) Solutions for Service Providers Session 2 Copyright Printed in USA. The Next Chapter in Customer Service 3 Customer Interaction Network Distributed IP-based control

More information

Overview of Web Request Routing Through Unified ICM

Overview of Web Request Routing Through Unified ICM Example Web Collaboration Scripts, page 1 Example E-mail Scripts, page 7 Universal Queue Scripts, page 11 Example Unified CCE Scripts, page 14 Additional Example Outbound Option Scripts, page 19 Estimated

More information

Architecture Overview

Architecture Overview CHAPTER 1 Last revised on: August 18, 2009 Cisco Unified Contact Center Enterprise (Unified CCE) is part of Cisco Unified Communications application suite, which delivers intelligent call routing, network-to-desktop

More information

Architecture Overview

Architecture Overview CHAPTER 1 The Cisco Contact Center (CC) solution consists of four primary Cisco software components: Communications infrastructure: Cisco CallManager Queuing and self-service: Cisco Interactive Voice Response

More information

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted Release 9.0(1)

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted Release 9.0(1) Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted Release 9.0(1) First Published: June 15, 2012 Last Modified: May 03, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Deploying Unified Contact Center Enterprise DUCCE v10.0; 5 Days, Instructor-led

Deploying Unified Contact Center Enterprise DUCCE v10.0; 5 Days, Instructor-led Deploying Unified Contact Center Enterprise DUCCE v10.0; 5 Days, Instructor-led Course Description Deploying Cisco Unified Contact Center Enterprise (DUCCE) is a 5-day instructor-led course that helps

More information

Cisco Outbound Option

Cisco Outbound Option Data Sheet Cisco Outbound Option Today s contact center is about more than just handling inbound telephone calls it is about fully integrated, multi-channel customer interaction. The Cisco Intelligent

More information

Cisco Unified Intelligent Contact Management Enterprise 7.2

Cisco Unified Intelligent Contact Management Enterprise 7.2 Cisco Unified Intelligent Contact Management Enterprise 7.2 Cisco Unified Intelligent Contact Management Enterprise-an integral component of the Cisco Unified Communications system-delivers an integrated

More information

Administering Cisco Unified Contact Center Enterprise, Part 2 AUCCE2 v10.0; 5 Days, Instructor-led

Administering Cisco Unified Contact Center Enterprise, Part 2 AUCCE2 v10.0; 5 Days, Instructor-led Administering Cisco Unified Contact Center Enterprise, Part 2 AUCCE2 v10.0; 5 Days, Instructor-led Course Description Administering Cisco Unified Contact Center Enterprise Part 2 (AUCCE2) is a 5 day instructor-led

More information

For Sales Kathy Hall 402-963-4466 khall@it4e.com

For Sales Kathy Hall 402-963-4466 khall@it4e.com IT4E Schedule 13939 Gold Circle Omaha NE 68144 402-431-5432 Course Number Course Name Course Description For Sales Chris Reynolds 402-963-4465 creynolds@it4e.com www.it4e.com DUCC-CVP v8.0sk For Sales

More information

To participate in the hands-on labs in this class, you need to bring a laptop computer with the following:

To participate in the hands-on labs in this class, you need to bring a laptop computer with the following: Course: Administering Cisco Unified Contact Center Enterprise, Part 2 Duration: 5 Day Hands-On Lab & Lecture Course Price: $ 3,795.00 Learning Credits: 38 Description: Administering Cisco Unified Contact

More information

Cisco Unified Contact Center Enterprise 7.5

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

More information

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 7.5(1)

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 7.5(1) Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 7.5(1) July 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

PowerStation Hosted Predictive Dialing

PowerStation Hosted Predictive Dialing PowerStation Hosted Predictive Dialing Chat with a Live Agent PowerStation HOSTED Predictive Dialing Software: PowerStation IP is a Hosted Predictive Dialing call center management tool used over the Internet.

More information

Oracle PeopleSoft CRM Integration into the Contact Center. Technical Integration Brief

Oracle PeopleSoft CRM Integration into the Contact Center. Technical Integration Brief Oracle PeopleSoft CRM Integration into the Contact Center Technical Integration Brief Table of Contents Table of Contents... 2 Introduction... 3 Integration Overview... 4 Customer Need... 5 Process Scenario...

More information

Solution Overview: Geomant Contact Expert for Microsoft Lync Server

Solution Overview: Geomant Contact Expert for Microsoft Lync Server Solution Overview: Geomant Contact Expert for Microsoft Lync Server Solution Summary Contact Expert is a fully-featured multi-media contact centre software solution for the Microsoft Unified Communications

More information

Upstream Works Overview

Upstream Works Overview Upstream Works Software June 2009 Introduction Upstream Works solutions connect customer experience to every aspect of your contact center performance. We provide a complete suite of agent and management

More information

Cisco Intelligent Contact Management

Cisco Intelligent Contact Management Nathalie Alonso Product Report 4 April 2001 Cisco Intelligent Contact Management Summary Network-based call center services are gaining importance in the call center market. Cisco Intelligent Contact Management

More information

Oracle IVR Integrator

Oracle IVR Integrator Oracle IVR Integrator Concepts and Procedures Release 11i for Windows NT July 2001 Part No. A86103-03 1 Understanding Oracle IVR Integrator This topic group provides overviews of the application and its

More information

Cisco Unified Intelligent Contact Management Enterprise 7.5

Cisco Unified Intelligent Contact Management Enterprise 7.5 Cisco Unified Intelligent Contact Management Enterprise 7.5 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration

More information

A Highly Flexible, Two-Tiered Offering

A Highly Flexible, Two-Tiered Offering brochure MITEL MiCONTACT CENTER BUSINESS & ENTERPRISE EDITION A Highly Flexible, Two-Tiered Offering Mitel Mi Business and Enterprise Edition are designed for small-and-medium to enterprise-sized businesses

More information

Outbound Option Installation: SIP Dialer

Outbound Option Installation: SIP Dialer This chapter, intended for system administrators who perform the first installation of Outbound Option, describes what you need to set up and install the Outbound Option platform. This chapter groups installation

More information

Design Considerations for High Availability

Design Considerations for High Availability CHAPTER 3 This chapter covers several possible IPCC failover scenarios and explains design considerations for providing high availability of system functions and features in each of those scenarios. This

More information

DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP

DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP Eğitim Tipi ve Süresi: 5 Days VILT DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP In this course, you

More information

Cisco Unified Contact Center Enterprise 8.5

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

More information

VDial Hosted Predictive Dialer and Call Center Suite

VDial Hosted Predictive Dialer and Call Center Suite VDial Hosted Predictive Dialer and Call Center Suite Local: 1-514-667-5962 Toll Free: 1-877-517-8227 http://www.vccs.ca sales@vccs.ca Increase agent call times and decrease wait times with a Hosted Call

More information

HCC-CISCO Annex to General Services Schedule

HCC-CISCO Annex to General Services Schedule 1 Definitions The following definitions shall apply to the provision of the Service, in addition to those in the General Terms and Conditions and the General Services Schedule of the Master Services Agreement.

More information

Setup and Configuration Guide for Cisco Unified Intelligent Contact Management Hosted Release 9.0(1)

Setup and Configuration Guide for Cisco Unified Intelligent Contact Management Hosted Release 9.0(1) Setup and Configuration Guide for Cisco Unified Intelligent Contact Management Hosted Release 9.0(1) First Published: June 15, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Your Compaq Partner to Deliver Enterprise CTI Today

Your Compaq Partner to Deliver Enterprise CTI Today Your Compaq Partner to Deliver Enterprise CTI Today Understand basic call center concepts Understand the Genesys product suite Understand the Compaq CTI Platform Discuss integration considerations See

More information

Installation and Configuration Manual

Installation and Configuration Manual Beacon Office Installation and Configuration Manual Version - 2.5(1) Radianta Inc. September 2008 Radianta, Inc. Beacon Office Page 2 Table of Contents Introduction... 4 What is Beacon Office... 4 How

More information

Cisco IP Interactive Voice Response (IVR) Solutions

Cisco IP Interactive Voice Response (IVR) Solutions 1 Cisco IP Interactive Voice Response (IVR) Solutions Session 2 Copyright Printed in USA. The Next Chapter in Customer Service 3 Customer Interaction Network Distributed IP-based control Agent location

More information

Cisco Unified Contact Center Enterprise 9.0

Cisco Unified Contact Center Enterprise 9.0 Data Sheet Cisco Unified Contact Center Enterprise 9.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration

More information

Cisco WebView Reporting

Cisco WebView Reporting Data Sheet Cisco WebView Reporting Improving customer service in a resource-efficient manner is critical to the success of any contact center. To produce such operational excellence in their facilities,

More information

How Cisco IT Migrated Call Centers to IP Contact Center

How Cisco IT Migrated Call Centers to IP Contact Center How Cisco IT Migrated Call Centers to IP Contact Center Cisco Unified Contact Center migration reduces costs, improves operational efficiency, and provides better service for callers. Cisco IT Case Study

More information

Product Brochure. Enigma Contact Center. Impressive Customer Experience Thru Unifying Communication

Product Brochure. Enigma Contact Center. Impressive Customer Experience Thru Unifying Communication Enigma Contact Center Impressive Customer Experience Thru Unifying Communication IP Multi-Channel Contact Center In order to be successful in today s competitive customer care industry, you need to have

More information

Mizu Callcenter Platform Tutorial

Mizu Callcenter Platform Tutorial Mizu Callcenter Platform Tutorial About This is a quick introduction for understanding the Mizu Callcenter platform. The Mizu Callcenter is based on the MizuManage with the addition of the following functionalities

More information

IME PROFESSIONAL SERVICES RFP MED-10-001 AMENDMENT 3

IME PROFESSIONAL SERVICES RFP MED-10-001 AMENDMENT 3 IME PROFESSIONAL SERVICES RFP AMENDMENT 3 WHEREAS the Department has determined it is necessary to amend RFP to include the changes listed in the Revision History for THEREFORE RFP is amended as follows.

More information

MULTICHANNEL CONTACT CENTER rfp Presented by Avaya. IP and Non-IP Call Center

MULTICHANNEL CONTACT CENTER rfp Presented by Avaya. IP and Non-IP Call Center MULTICHANNEL CONTACT CENTER rfp Presented by Avaya IP and Non-IP Call Center Does your voice solution provide integrated call center functionality, both IP and non-ip? Can both IP and non-ip agents be

More information

TeleSpace TeleCare Powered by Cisco Unified Contact Center Enterprise 9.0

TeleSpace TeleCare Powered by Cisco Unified Contact Center Enterprise 9.0 TeleSpace TeleCare Powered by Cisco Unified Contact Center Enterprise 9.0 TeleSpace Vio Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks,

More information

Description: Objective: Upon completing this course, the learner will be able to meet these overall objectives:

Description: Objective: Upon completing this course, the learner will be able to meet these overall objectives: Course: Deploying Cisco Unified Contact Center Express Software v9.0 Duration: 5 Day Hands-On Lab & Lecture Course Price: $ 3,695.00 Learning Credits: 37 Description: Deploying Cisco Unified Contact Center

More information

MITEL MiCONTACT CENTER

MITEL MiCONTACT CENTER BROCHURE MITEL MiCONTACT CENTER A HIGHLY FLEXIBLE, TWO-TIERED OFFERING Mitel Mi Business consists of Mi Business Edition and Mi Enterprise Edition. Enterprise Edition is available in several different

More information

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 8.5(1)

Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 8.5(1) Outbound Option Guide for Cisco Unified Contact Center Enterprise and Hosted 8.5(1) September 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

INTRODUCTION TO SYNTHESYS

INTRODUCTION TO SYNTHESYS INTRODUCTION TO SYNTHESYS i All rights reserved The contents of this documentation (and other documentation and training materials provided), is the property of Noetica and is strictly confidential. You

More information

CUSTOM INTERACTIVE VOICE4NET TELEPHONY SOLUTIONS. Contact Center HD. www.voice4net.com

CUSTOM INTERACTIVE VOICE4NET TELEPHONY SOLUTIONS. Contact Center HD. www.voice4net.com Contact Center HD Contact Center HD (CCHD ) With competition on a global basis, increased demand from users and lingering economic uncertainty, contact centers are a critical component in any company s

More information

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

CertifyMe. CertifyMe 642-091

CertifyMe. CertifyMe 642-091 CertifyMe Number: 642-091 Passing Score: 800 Time Limit: 120 min File Version: 6.0 http://www.gratisexam.com/ CertifyMe 642-091 Exam A QUESTION 1 Select the answer that best describes the role of Microsoft

More information

CC-03-BP Designing and Deploying Cisco Contact Center Solutions. Chris Klardie Cisco Systems, Inc. Manager, Contact Center Solutions

CC-03-BP Designing and Deploying Cisco Contact Center Solutions. Chris Klardie Cisco Systems, Inc. Manager, Contact Center Solutions CC-03-BP Designing and Deploying Cisco Contact Center Solutions Chris Klardie Cisco Systems, Inc. Manager, Contact Center Solutions Designing and Deploying Cisco Contact Center Solutions CC-03-BP, Intermediate+

More information

Interactive Voice Response (IVR) systems

Interactive Voice Response (IVR) systems Interactive Voice Response (IVR) systems Cisco provides an option for running an interface to Interactive Voice Response (IVR) systems. The IVR interface software allows IVRs to take advantage of Unified

More information

ORACLE ADVANCED INBOUND TELEPHONY

ORACLE ADVANCED INBOUND TELEPHONY ORACLE ADVANCED INBOUND TELEPHONY KEY FEATURES Oracle Advanced Inbound Telephony is an application that COMPREHENSIVE CTI AND TELEPHONY SUPPORT Support enterprise-wide, multi-site contact centers Support

More information

Adding features, multiplying benefits

Adding features, multiplying benefits Adding features, multiplying benefits OUTBOUND CAMPAIGN MANAGEMENT In association with What is it? BT's Outbound Call Management Solution is based on the software dialler component of the Customer Interaction

More information

Contact Center Solutions A Highly Flexible, Two-Tiered Offering

Contact Center Solutions A Highly Flexible, Two-Tiered Offering feature matrix Mitel Solutions A Highly Flexible, Two-Tiered Offering Mitel Solutions consist of Mitel Enterprise Edition and Mitel. Whether you run a large, multi-site corporation or a high volume, dynamic

More information

Exam : 642-091. Title : CRM Express Integration. Ver : 10-24-07

Exam : 642-091. Title : CRM Express Integration. Ver : 10-24-07 Exam : 642-091 Title : CRM Express Integration Ver : 10-24-07 QUESTION 1: Select the answer that best describes the role of Microsoft CRM within the solution. A. functions as the call queuing and call

More information

VoIP Survivor s s Guide

VoIP Survivor s s Guide VoIP Survivor s s Guide Can you really save $, improve operations, AND achieve greater security and availability? Presented by Peggy Gritt, Founder and CEO of the VoIP A non-biased organization for the

More information

Connect2Leads Introduction

Connect2Leads Introduction Connect2Leads Introduction Company Information Connect2Leads is the premier provider of SaaS (cloud based) call center Solutions for outbound & inbound call centers. We provide a better suite of hosted

More information

Contact Center Technology. Product Datasheet. inconcert Allegro Contact Center. Dialer System. inconcert Allegro Dailer

Contact Center Technology. Product Datasheet. inconcert Allegro Contact Center. Dialer System. inconcert Allegro Dailer Contact Center Technology inconcert Allegro Contact Center Dialer System inconcert Allegro Dailer Maximize agents productivity with more successful calls in the least time possible. inconcert Allegro Dialer

More information

High performance, managed, measured telephone calls, emails and SMS to keep in touch with prospects and customers

High performance, managed, measured telephone calls, emails and SMS to keep in touch with prospects and customers Rostrum Outbound Dialer High performance, managed, measured telephone calls, emails and SMS to keep in touch with prospects and customers rostrvm OutBound rostrvm OutBound Predictive, progressive & preview

More information

Cisco Unified Contact Center Express 6.0

Cisco Unified Contact Center Express 6.0 Cisco Unified Contact Center Express 6.0 Cisco Unified Contact Center Express -- an integral component of the Cisco Unified Communications System -- offers an integrated, full-featured solution for managing

More information

Oracle Call Center Applications Setup

Oracle Call Center Applications Setup Oracle Call Center Applications Setup Oracle Call Center Applications Setup Release 11i April 2000 Part No. A83706-01 About this Document This guide covers the installation of the following Oracle Call

More information

IP CONTACT CENTERS: INTRO TO IPCC TECHNOLOGIES, CONCEPTS, AND TERMINOLOGY

IP CONTACT CENTERS: INTRO TO IPCC TECHNOLOGIES, CONCEPTS, AND TERMINOLOGY IP CONTACT CENTERS: INTRO TO IPCC TECHNOLOGIES, CONCEPTS, AND TERMINOLOGY SESSION 1 Agenda What Is a Contact Center? Contact Center Concepts and Terminology Call Handling Strategy The Future of Contact

More information

PBX IVR ACD. 7011Koll Center Parkway, Suite 150 Pleasanton, CA 94566-3140. Phone: (925) 461-4510 Fax: (925) 461-4520 SUPERVISOR, MANAGER

PBX IVR ACD. 7011Koll Center Parkway, Suite 150 Pleasanton, CA 94566-3140. Phone: (925) 461-4510 Fax: (925) 461-4520 SUPERVISOR, MANAGER In today s competitive environment, reducing customer service telephone-based customer interaction overhead, improving call handling quality, and maximizing the effectiveness of customer service is a must.

More information

FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 GENERAL SYSTEM OVERVIEW

FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 GENERAL SYSTEM OVERVIEW FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 Features Targeted Solutions Workgroup GENERAL SYSTEM OVERVIEW Informal ACD Groups Enterprise Contact Center 9 Medium to Large

More information

Overall Solutions and Features

Overall Solutions and Features Overall Solutions and Features 9201 Corporate Blvd., Suite 470 Rockville, MD 20850 1-800-350-8656 www.3clogic.com Table of Contents 3CLogic Overview... 2 About 3CLogic... 2 3CLogic Cloud-Based Contact

More information

A Whitepaper on NetRelations Contact Center Platform

A Whitepaper on NetRelations Contact Center Platform A Whitepaper on NetRelations Contact Center Platform Page 1 of 10 Contact Center Framework The key contributing factors to an organization s success (or to say at least survival) in the existing times

More information

FEATURE MATRIX. Contact Center Business Edition is the right solution for contact centers that:

FEATURE MATRIX. Contact Center Business Edition is the right solution for contact centers that: FEATURE MATRIX Solutions A Highly Flexible, Two-Tiered Offering Mitel Solutions consist of Mitel Enterprise Edition and Mitel Contact Center Business Edition. Whether you run a large, multi-site corporation

More information

OpenScape Contact Center Campaign Director V7

OpenScape Contact Center Campaign Director V7 OpenScape Contact Center Campaign Director V7 Proactive customer contact strategies for growth. Director is the premise-based Campaign Management platform within the OpenScape Contact Center Suite. World

More information

Vorax Virtual Call Center. (Screenshots)

Vorax Virtual Call Center. (Screenshots) Vorax Virtual Call Center (Screenshots) 1. Identification Module 02 2. The Main Form.. 02 3. Vorax Administrator : (Administration Module). 03 4. Vorax Reports : (Reporting Module). 16 4.1 General Form..

More information

Delivering the right contact center solution for your business

Delivering the right contact center solution for your business Delivering the right contact center solution for your business G ENESYS AN ALCATEL LUCENT COMPANY ACCESS GROUP About Access Access Group is a name that is synonymous with great service offerings. Be it

More information

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

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

More information

IP Contact Center: Realize the Full Business Potential of IP Contact Centers

IP Contact Center: Realize the Full Business Potential of IP Contact Centers IP Contact Center: Realize the Full Business Potential of IP Contact Centers WHITEPAPER The joint solution from Cisco and IBM provides people, processes, and technology needed to maximize the return on

More information

Avaya Interaction Center

Avaya Interaction Center Highlights IP Telephony Contact Centers Mobility Services PRODUCT BRIEF Seamless support for applications integration and contact management across Voice over IP, e-mail, web chat, SMS, and self service

More information

b+s Connects CCE Edition

b+s Connects CCE Edition b+s Connects CCE Edition A Business Whitepaper by Bucher + Suter May, 2014 Todd Samalin, Sales Engineer Contents General Introduction... 2 What is b+s Connects?... 2 b+s Connects Introduction... 2 Editions...

More information

ARI Deployment Guide for Cisco Unified Intelligent Contact Management Enterprise & Hosted Release 7.5(1)

ARI Deployment Guide for Cisco Unified Intelligent Contact Management Enterprise & Hosted Release 7.5(1) ARI Deployment Guide for Cisco Unified Intelligent Contact Management Enterprise & Hosted Release 7.5(1) July 2008 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

CRM-Bridge User Guide. Version 2.0 + Page 1 www.crm-bridge.com. 2011 B. Software Consulting, Inc. All Rights Reserved.

CRM-Bridge User Guide. Version 2.0 + Page 1 www.crm-bridge.com. 2011 B. Software Consulting, Inc. All Rights Reserved. Version 2.0 + Page 1 Table of Contents Table of Contents... 2 Requirements... 3 Installation... 4 Running CRM-Bridge... 4 Licensing CRM-Bridge... 4 Configuration... 5 Application Settings... 5 Dial Settings...

More information

Deploying Cisco Unified Contact Center Express - Digital

Deploying Cisco Unified Contact Center Express - Digital Course Code: CUCCX Vendor: Cisco Course Overview Duration: 5 RRP: 2,396 Deploying Cisco Unified Contact Center Express - Digital Overview This course provides you with hands-on experience and knowledge

More information

How Cisco IT Reduced Linksys Contact Center Outsourcing

How Cisco IT Reduced Linksys Contact Center Outsourcing How Cisco IT Reduced Linksys Contact Center Outsourcing Cisco Unified Intelligent Contact Management reduces outsourcing costs by improving contact center management and support. Cisco IT Case Study /

More information

2003-2007, Aplicor, Inc., All Rights Reserved

2003-2007, Aplicor, Inc., All Rights Reserved I N T E G R A T I O N S E R V I C E S W H I T E P A P E R Copyright 2003-2007, Aplicor, Inc., All Rights Reserved Introduction to Integration Services Due to Aplicor s focus on mid-market and enterprise

More information

- Inbound/Outbound call blending. Agents are sent pre-loaded outgoing calls when no incoming

- Inbound/Outbound call blending. Agents are sent pre-loaded outgoing calls when no incoming VoiceGuide ACD Introduction VoiceGuide ACD system is included as part of VoiceGuide v7. Features: - Smart call routing to agents (skill based, algorithm based, etc) - In queue announcements. - Caller returns

More information

Avaya Interaction Center

Avaya Interaction Center Avaya Interaction Center Overview Exceeding customer expectations for personalized service across all channels phone, video, email, web, SMS, and social media is no longer an afterthought. For many companies

More information

DATA SHEET. Cisco IP Contact Center. Cisco IP Contact Center

DATA SHEET. Cisco IP Contact Center. Cisco IP Contact Center DATA SHEET Cisco IP Contact Center Cisco IP Contact Center Building a Bridge to Voice over IP in the Contact Center By combining Cisco IP telephony and contact-center solutions, the Cisco IP Contact Center

More information

Advanced Multichannel Contact Management

Advanced Multichannel Contact Management Advanced Multichannel Contact Management Avaya Interaction Center White Paper June 2009 Table of Contents Universal Routing and Queuing...1 Media Blending...3 Personalization and Data Driven Routing...4

More information

Cisco Unified Contact Center Enterprise 10.0

Cisco Unified Contact Center Enterprise 10.0 Data Sheet Cisco Unified Contact Center Enterprise 10.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration

More information

Cisco Healthcare Intelligent Contact Center

Cisco Healthcare Intelligent Contact Center Solution Overview Cisco Healthcare Intelligent Contact Center Cisco Healthcare Intelligent Contact Center provides a centralized approach to a virtualized contact center that can help improve communication

More information

Version 2.10 Installation and Configuration Guide

Version 2.10 Installation and Configuration Guide Version 2.10 Installation and Configuration Guide Document Version 1.6 QGate Software Limited D2 Fareham Heights, Standard Way, Fareham Hampshire, PO16 8XT United Kingdom Tel +44 (0)1329 222800 info@qgate.co.uk

More information

Cisco Unified Communications System Release 6.1 Enriches Collaboration Through a Unified Workspace

Cisco Unified Communications System Release 6.1 Enriches Collaboration Through a Unified Workspace Cisco Unified Communications System Release 6.1 Enriches Collaboration Through a Unified Workspace PB439773 Cisco continues to deliver new products and features that extend unified communications across

More information

SPRINT NEXTEL HOSTED CONTACT CENTER PRODUCT ANNEX

SPRINT NEXTEL HOSTED CONTACT CENTER PRODUCT ANNEX SPRINT NEXTEL HOSTED CONTACT CENTER PRODUCT ANNEX 1. The following terms and conditions in this Sprint Hosted Contact Center Product Annex ( Annex ), together with the Sprint Standard Terms and Conditions

More information

Introducing hosted telephony from Foehn

Introducing hosted telephony from Foehn Hosted Telephony Introducing hosted telephony from Foehn Whether you are a start up wanting to appear like an established, professional company or an established company looking to reduce operational budgets

More information

Installation Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 8.0(1a)

Installation Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 8.0(1a) Installation Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 8.0(1a) July 2011 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Reach the Right Customers Oracle Advanced Outbound Telephony makes it easy to focus limited agent resources on the most valuable contacts.

Reach the Right Customers Oracle Advanced Outbound Telephony makes it easy to focus limited agent resources on the most valuable contacts. ORACLE ADVANCED OUTBOUND TELEPHONY KEY FEATURES Oracle Advanced Outbound Telephony is the application that UNINTERRUPTED CAMPAIGN OPERATION Dynamically append lists to a multi-list campaign Dynamically

More information

Avaya. Predictive Dialing System. A Proactive Contact Management Solution

Avaya. Predictive Dialing System. A Proactive Contact Management Solution Avaya Predictive Dialing System A Proactive Contact Management Solution In today s Customer Economy, attracting and retaining customers is vital to the success of your enterprise. Customers expect you

More information

Cisco Intelligent Contact Management Enterprise Edition

Cisco Intelligent Contact Management Enterprise Edition Data Sheet Cisco Intelligent Contact Management Enterprise Edition Cisco IP Communications is a comprehensive system of powerful, enterprise-class solutions including IP telephony, unified communications,

More information

White Paper UC for Business - Outdial Queuing

White Paper UC for Business - Outdial Queuing UC for Business - Outdial Queuing NEC Australia nec.com.au Table of Contents Introduction...4 Overview...4 What is Outdial Queuing?...4 Physical Architecture...5 Call Delivery Process for Outdial Queuing...6

More information

Enhance Your Customer Experience. NuVoxx Cloud Contact Centre PAGE

Enhance Your Customer Experience. NuVoxx Cloud Contact Centre PAGE Enhance Your Customer Experience NuVoxx Cloud Contact Centre 1 NC3 SERVICES OVERVIEW NuVoxx Cloud Contact Centre (NC3) is a cloud-based inbound and outbound contact centre solution for organizations looking

More information

MiContact Center Outbound

MiContact Center Outbound MiContact Center Outbound Increase revenues and control operating costs with outbound dialing, campaigning and scripting Does your business need to streamline your outbound contact center operations and

More information

How To Use Cisco Unified Contact Center (Ceo)

How To Use Cisco Unified Contact Center (Ceo) Data Sheet Cisco Unified Contact Center Enterprise 10.5 Solution Overview Cisco Unified Contact Center Enterprise (Unified CCE) segments customers, monitors resource availability, and delivers each contact

More information

Predictive Dialer. and most important of all to control costs( one way to do this is to employ fewer live agents to handle routine calls)

Predictive Dialer. and most important of all to control costs( one way to do this is to employ fewer live agents to handle routine calls) Predictive Dialer Introduction Ever thought how a call center functions? How it handles so many outbound calls and incoming calls? Call centers of business companies, like mail order catalogue firms, customer

More information

Cisco IP Contact Center (IPCC)

Cisco IP Contact Center (IPCC) Richard Costello Product Report 28 March 2003 Cisco IP Contact Center (IPCC) Summary Cisco IPCC Enterprise and IPCC Express Edition are IP-based contact center solutions that offer multichannel capability

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Salesforce Multichannel Integration Configuration Guide Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

The Complete Call Center Solution. supports inbound, outbound, blended, and predictive dialing campaigns. Presentation

The Complete Call Center Solution. supports inbound, outbound, blended, and predictive dialing campaigns. Presentation The Complete Call Center Solution supports inbound, outbound, blended, and predictive dialing campaigns. Presentation What is Arrow AutoDial? Arrow AutoDial is a complete software and VoIP solution for

More information