Creating an IVR Script for Abandoned Calls

Size: px
Start display at page:

Download "Creating an IVR Script for Abandoned Calls"

Transcription

1 Cloud Contact Center Software Creating an IVR Script for Abandoned Calls Administrator s Guide June 2014 This document describes how to configure a script that plays an message to customers who were not connected to an agent within two seconds of the end of the greeting. Five9 and the Five9 logo are registered trademarks of Five9 and its subsidiaries in the United States and other countries. Other marks and brands may be claimed as the property of others. The product plans, specifications, and descriptions herein are provided for information only and subject to change without notice, and are provided without warranty of any kind, express or implied. Copyright 2017 Five9, Inc.

2 About Five9 Five9 is the leading provider of cloud contact center software, bringing the power of the cloud to thousands of customers and facilitating more than three billion customer interactions annually. Since 2001, Five9 has led the cloud revolution in contact centers, delivering software to help organizations of every size transition from premise-based software to the cloud. With its extensive expertise, technology, and ecosystem of partners, Five9 delivers secure, reliable, scalable cloud contact center software to help businesses create exceptional customer experiences, increase agent productivity and deliver tangible results. For more information visit Trademarks Five9 Five9 Logo Five9 SoCoCare Five9 Connect ii Creating an IVR Script for Abandoned Calls

3 Creating an IVR Script for Abandoned Calls FCC Regulations About Telemarketing Calls FCC regulations require that telemarketing calls answered by a customer must be connected to an agent within two seconds of the end of the customer s greeting. Otherwise the calls are considered abandoned. Calls answered by the customer s answering machine or dropped by the customer within two seconds of the end of the greeting are not considered abandoned. Businesses cannot abandon more than 3% of all telemarketing calls during a 30-day period for a calling campaign. If a campaign exceeds the 30-day period, the abandonment rate must be calculated separately for each successive 30-day period or portion thereof. For telemarketing cases where the customer was not connected to an agent within two seconds, FCC guideline FCC requires that you play to your customers a recorded message that contains these elements: Identity of the business, entity, or individual on whose behalf the call was made. Statement that the call was for telemarketing purposes. A phone number for call recipients to place their number on the DNC list. A key-press or IVR opt-out option for call recipients to place their number on the DNC list before terminating the call. Important All information herein is provided as is without any warranty, expressed, implied, or otherwise, including as to their legal effect and completeness. This content is provided for guidance and should be applied as necessary to meet your needs and the laws of your state or country. The information and instructions are not a substitute for the advice of your legal counsel. Please consult your legal counsel to ensure that you remain compliant with all FCC, FTC, state, and/or regional telemarketing and other regulations that apply to your company s operations. 1 Creating an IVR Script for Abandoned Calls

4 About This Document About This Document This document describes how to configure for outbound campaigns a script that plays a message to customers when calls are not connected to an agent within two seconds of the end of the greeting. The IVR script performs these functions: Plays an abandoned call prompt. Collects a digit. Adds the call recipient s number to the DNC list. Sets all dispositions in relevant IVR modules to Abandon. Uses a variable to track calls and numbers added to the DNC list. Follow these procedures to modify existing outbound campaigns so that they include the opt-out disposition for abandoned calls: Creating a Variable to Track Calls and Numbers Added to the DNC List Configuring the Outbound Campaign Properties Example Outbound Campaign with DNC Option For detailed instructions, see the Complete Administrator s Guide. Creating a Variable to Track Calls and Numbers Added to the DNC List In the Call Variables folder of the Administrator configuration window, create a variable to contain either a boolean or a string value, for example: isdnc. Set the variable value to True to track which DNIS is added to the DNC list. This example uses a boolean value in a variable called isdnc. The default boolean value is always False. Alternately, you can use a variable with a string or phone data type to hold the DNIS itself. When you use a string in the variable, you must set a default value. Otherwise, the value is Null. Enable Reporting Call Variable (Saved in Database) to include the variable in reports and to track the calls and numbers added to the DNC list. In the Reporting tab, add the Abandon disposition. 2 Creating an IVR Script for Abandoned Calls

5 Add a Get Digits Module Add an IF/ELSE Module Add Two Set Variable Modules Add a Set DNC Module Add a Play Module Add a Hangup Module This figure displays the completed IVR script. 3 Creating an IVR Script for Abandoned Calls

6 Add a Get Digits Module Start your script with the Get Digits module. This module enables customers to press an opt-out digit that you specify so that their phone number is added to your DNC list. 1 In the General tab, set Maximum Number of Digits to 1. 2 In the Prompts tab, add the abandoned call message and option to add the phone number to the DNC list. You may use a recorded prompt, or, as shown in this example, a TTS prompt with the following text or variables representing the information specific to your company: This is <your company s name> calling for telemarketing purposes. Our phone number is <your company s toll-free number>. If you would like to be added to our Do Not Call list, press <your opt-out digit> now. 4 Creating an IVR Script for Abandoned Calls

7 3 In the Disposition tab, select Abandon, and save your changes. Add an IF/ELSE Module The IF/ELSE module processes the opt-out digit entered by the call recipient. For example, if the input from the call recipient is 9, the Set DNC module adds the called number to the DNC list. Otherwise the number is not added to the DNC list. Add an expression in which the value is the digit that customers use, as stated in your prompt in the previous section, to be placed in your DNC list, and save your changes. Example Buffer Equals "9" 5 Creating an IVR Script for Abandoned Calls

8 Add Two Set Variable Modules Connect each branch of the If/Else module to a Set Variable module. In this example, the IF branch is connected to module that sets isdnc to True. The ELSE branch is connected to a module that sets isdnc to FALSE. Add a Set DNC Module This module adds the phone number to the DNC list. Add the module to the IF branch, and select the Call.DNIS variable. 6 Creating an IVR Script for Abandoned Calls

9 Add a Play Module In the Play Module, add a prompt for the call recipient to confirm that the number was added to the DNC list. Set the Disposition to Abandon, and save your changes. Add a Hangup Module At the end of the script, add a Hangup module to the main IVR script, and modify the Hangup module in the lower pane of the script builder. This additional module manages the call if it is dropped before the Get Digits module. 1 Add a Hangup module to the main script. 2 Modify both modules as follows: a To enable the Disposition tab, check Overwrite last module s disposition. 7 Creating an IVR Script for Abandoned Calls

10 Configuring the Outbound Campaign Properties b In the Disposition tab, select Abandon, and save your changes. Configuring the Outbound Campaign Properties Lastly, you need to modify an existing outbound campaign to comply with FCC regulations. Set the Maximum Queue Time In the General tab, set Max Queue Time to 0 1 second. 8 Creating an IVR Script for Abandoned Calls

11 Configuring the Outbound Campaign Properties Set Dialing Options In the Dialing Options tab, set these values: Options Campaign Dialing Modes Abandoned Call Percentage Action on Max Queue Timeout Expiration Description Select Predictive, Power, or Progressive modes. Preview mode gives the call to the agent first so the agent can add the caller to the DNC list. Enable Monitor Dropped Call Percentage and ensure that the slider is set to comply with FCC regulations, for example: 3%. Select the IVR script that you configured. 9 Creating an IVR Script for Abandoned Calls

12 Example Outbound Campaign with DNC Option Example Outbound Campaign with DNC Option Follow these steps to verify that the number dialed is added to your DNC list. 1 Log into your agent application with the skill required for the outbound campaign and set your state to Ready for Calls. 2 In the Administrator application, start the campaign. Each number in your list receives an outbound call. For all abandoned calls, you see these results: All numbers for which you hear the message, press 9, and hear the confirmation prompt that the number was added to the DNC list. If you restart the campaign, or if you reset the list position or other feature, the numbers assigned to the DNC are not called. 3 Validate the results. a In the Administrator configuration window, under Contacts > Search, find the contact. In the column named In DNC, the value is Yes: b Generate the Call Log report. The reporting variable is displayed, and the disposition for the call is Abandon: 10 Creating an IVR Script for Abandoned Calls

Ensuring that your Dropped Call Percentage Calculations and Reporting Are FCC-Compliant

Ensuring that your Dropped Call Percentage Calculations and Reporting Are FCC-Compliant Cloud Contact Center Software Ensuring that your Dropped Call Percentage Calculations and Reporting Are FCC-Compliant Last updated June 4, 2014 Summary FCC regulations require that the percentage of dropped

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Campaign Administrator s Guide September 2017 This guide describes how to create, configure, and manage outbound, inbound, and autodial campaigns.

More information

Five9 Application for Zendesk

Five9 Application for Zendesk Cloud Contact Center Software Five9 Application for Zendesk Agent s Guide November 2014 This guide describes how to use the integration between Five9 and the Zendesk desktop to process calls and voice

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Agent s Guide November 2017 This guide describes how to use the integration between Five9 and the Oracle Service Cloud to process calls, voicemail,

More information

Five9 Virtual Contact Center Online Help and Browser Usage Guidelines

Five9 Virtual Contact Center Online Help and Browser Usage Guidelines Cloud Contact Center Software Five9 Virtual Contact Center Online Help and Browser Usage Guidelines Five9 Virtual Contact Center Online Help Overview The Five9 Virtual Contact Center (VCC) Online Help

More information

Five9 Adapter for Velocify

Five9 Adapter for Velocify Cloud Contact Center Software Five9 Adapter for Velocify Agent s Guide November 2017 The Five9 Adapter for Velocify enables you to integrate the Five9 Cloud Contact Center with the Velocify desktop. This

More information

Five9 Plus Adapter for Salesforce Lightning Experience

Five9 Plus Adapter for Salesforce Lightning Experience Cloud Contact Center Software Five9 Plus Adapter for Salesforce Lightning Experience Agent s Guide June 2018 The Five9 Plus Adapter for Salesforce Lightning Experience integrates the Five9 Cloud Contact

More information

Five9 Agent Desktop Toolkit

Five9 Agent Desktop Toolkit Cloud Contact Center Software Five9 Agent Desktop Toolkit User s Guide November 2017 The Agent Desktop Toolkit comprises the CTI Web Services and the Web toolbar, a softphone integrated in your browser.

More information

Recommended Headsets

Recommended Headsets Cloud Contact Center Software Recommended Reference Guide November 2017 Use these guidelines when acquiring headsets for your Virtual Contact Center (VCC) agents and supervisors. Five9 and the Five9 logo

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Basic Administrator s Guide January 2018 This guide describes how to use the Five9 Administrator application to configure and manage your Virtual

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

Five9 Supervisor App for ipad

Five9 Supervisor App for ipad Cloud Contact Center Software Five9 Supervisor App for ipad Last updated June 25, 2014 What's New in the Five9 Supervisor App for ipad? New Agent Overview screen gives supervisors a graphical view of agent

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Administrator s Guide July 2017 This guide describes how to configure the integration between Five9 and the Oracle Service Cloud, previously know

More information

Five9 TLS Disablement

Five9 TLS Disablement Cloud Contact Center Software Five9 TLS Disablement Administrator s Guide April 2018 This document describes the disablement of TLS 1.0 by Five9 and the actions that you must perform to ensure continued

More information

Configuring a Virtual Desktop

Configuring a Virtual Desktop Cloud Contact Center Software Configuring a Virtual Desktop Administrator s Guide October 2017 This guide describes how to implement a virtual desktop infrastructure (VDI) integration that enables your

More information

Five9 Plus Adapter for NetSuite

Five9 Plus Adapter for NetSuite Cloud Contact Center Software Five9 Plus Adapter for NetSuite Administrator s Guide April 2018 This guide describes how to install and configure the Five9 Plus Adapter for NetSuite, which enhances the

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Dashboards and Reports Catalog November 2016 Five9 dashboards and reports enable you to compile and display detailed performance information about

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

Five9 Plus Adapter for Microsoft Dynamics CRM

Five9 Plus Adapter for Microsoft Dynamics CRM Cloud Contact Center Software Five9 Plus Adapter for Microsoft Dynamics CRM Agent s Guide November 2017 The Five9 Plus Adapter for Microsoft Dynamics CRM integrates the Five9 Cloud Contact Center with

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center IVR Administrator s Guide February 2015 This guide describes how to configure Interactive Voice Response (IVR) scripts, which are visual devices

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Agent s Guide November 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center with your

More information

Five9 Plus Adapter for Salesforce

Five9 Plus Adapter for Salesforce Cloud Contact Center Software Five9 Plus Adapter for Salesforce Agent s Guide November 2017 The Five9 Plus Adapter for Salesforce integrates the Five9 Cloud Contact Center with your Salesforce.com desktop.

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Supervisor s Guide January 2018 The Five9 Supervisor application enables you to monitor and control activities of the VCC, view statistics, generate

More information

Five9 Agent Desktop Plus

Five9 Agent Desktop Plus Cloud Contact Center Software Five9 Agent Desktop Plus User s Guide January 2018 This guide describes how to process voice interactions with campaign tools, such as scripts, connectors, and worksheets.

More information

Five9 Plus Adapter for Microsoft Dynamics CRM

Five9 Plus Adapter for Microsoft Dynamics CRM Cloud Contact Center Software Five9 Plus Adapter for Microsoft Dynamics CRM Administrator s Guide September 2017 This guide describes how to install and configure the Five9 Plus Adapter for Microsoft Dynamics

More information

Five9 Plus Adapter for Oracle Service Cloud

Five9 Plus Adapter for Oracle Service Cloud Cloud Contact Center Software Five9 Plus Adapter for Oracle Service Cloud Administrator s Guide April 2018 This guide describes how to configure the integration between Five9 and the Oracle Service Cloud

More information

Configuration Web Services for.net Framework

Configuration Web Services for.net Framework Cloud Contact Center Software Configuration Web Services for.net Framework Programmer s Guide October 2014 This guide describes how to create a client for the Configuration Web Services with the.net framework

More information

SYNTHESYS.NET PORTAL WEB BROWSER

SYNTHESYS.NET PORTAL WEB BROWSER SYNTHESYS.NET PORTAL WEB BROWSER Synthesys.Net Portal Taking Calls 1 All rights reserved The contents of this documentation (and other documentation and training materials provided), is the property of

More information

OUTBOUND MANAGER. Adding Outbound Groups. Synthesys CRM & Outbound Management 1

OUTBOUND MANAGER. Adding Outbound Groups. Synthesys CRM & Outbound Management 1 OUTBOUND MANAGER Adding Outbound Groups Synthesys CRM & Outbound Management 1 ADDING OUTBOUND GROUPS OUTBOUND GROUPS...3 All Groups... 3 Adding a Predictive Outbound Group... 4 Advanced Options for Predictive

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Text Channels Administrator s Guide April 2018 This guide describes how to use the Text Channels Administrator s Console to offer multichannel

More information

Contact Center Compliance Seminar Bringing you the ANSWERS you need about compliance in your call center.

Contact Center Compliance Seminar Bringing you the ANSWERS you need about compliance in your call center. Contact Center Compliance Seminar Bringing you the ANSWERS you need about compliance in your call center. Outbound Prerecorded Messages Mitchell N. Roth, Esq. Partner, Business and Communications Practices

More information

Five9 Release Notes. Spring 2018 Release

Five9 Release Notes. Spring 2018 Release Cloud Contact Center Software Five9 Release Notes Spring 2018 Release Updated May 23, 2018 This document describes changes to features, behavior, and documentation implemented in the Spring 2018 Release

More information

Sample Avaya Interaction Center (IC) 6.1 SoftDialer Outbound Contact Configuration - Issue 1.0

Sample Avaya Interaction Center (IC) 6.1 SoftDialer Outbound Contact Configuration - Issue 1.0 Avaya Solution and Interoperability Test Lab Sample Avaya Interaction Center (IC) 6.1 SoftDialer Outbound Contact Configuration - Issue 1.0 Abstract These Application Notes describe how to configure the

More information

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

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

More information

SpitFire Enterprise Update Log

SpitFire Enterprise Update Log 1 Spitfire Update Log 1.7.7.0 SpitFire Enterprise Update Log Version 1.7.7.0 2/05/18 Chat Module Windows Agent- Licensed Feature (Broadcast, Campaign, Group, User) Chat Module Web Agent- Licensed Feature

More information

Ofcom dialler compliance review

Ofcom dialler compliance review Helping you to verify and maintain compliant dialling campaigns rostrvm Prophet consulting services are based on focused analysis of an organisation s contact and relationship management capability. rostrvm

More information

Avaya Callback Assist Considerations for Avaya Call Management System

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

More information

Outbound Dialing Enterprise Functionality

Outbound Dialing Enterprise Functionality Outbound Dialing Enterprise Functionality Increase Agent Productivity and Utilization Reduce Training Time Increase Contact Rates Maximum Performance from Each List Easily Transfer Calls to Affiliates

More information

Unified CCX Outbound Dialer Configuration

Unified CCX Outbound Dialer Configuration Outbound Feature for Unified CCX, page 1 Supported Dialers and Dialing Modes for Outbound, page 5 Configure Outbound Subsystem in Unified CCX, page 6 Configure General Outbound Properties, page 6 Configure

More information

Addressing the FCC s TCPA Declaratory Ruling and Order

Addressing the FCC s TCPA Declaratory Ruling and Order Addressing the FCC s TCPA Declaratory Ruling and Order Addressing the FCC s TCPA Declaratory Ruling and Order Table of Contents Background 2 Key Items of the Declaratory Ruling and Order 3 Definition of

More information

CLIENT MEMORANDUM. Federal Trade Commission s Rule for Prerecorded Message Telemarketing Calls

CLIENT MEMORANDUM. Federal Trade Commission s Rule for Prerecorded Message Telemarketing Calls CLIENT MEMORANDUM From: West Corporation Re: New Federal Trade Commission Rule for Prerecorded Message Telemarketing Calls Existing Federal Communication Commission Rule for Prerecorded Message Calls to

More information

WHITEPAPER BlueHornet. bluehornet.com

WHITEPAPER BlueHornet. bluehornet.com WHITEPAPER DISCLAIMER Please be advised that the following information is a representation of our interpretations of the Canadian Anti-Spam Legislation (CASL) and how it is applied to the email channel

More information

Choose your Price per Seat (no contracts): $79 per month Pay $237 for 3 months Save $30 quarterly

Choose your Price per Seat (no contracts): $79 per month Pay $237 for 3 months Save $30 quarterly Make More Money in Less Time Move Instantly from Call to Call! Choose your Price per Seat (no contracts): $89 per month Pay month to month Truly Unlimited Calls to USA & Canada from virtually anywhere

More information

Best Practices in Customer Callback Strategy Design and Implementation

Best Practices in Customer Callback Strategy Design and Implementation Best Practices in Customer Callback Strategy Design and Implementation Todd Marthaler Contact Center Consultant Interactive Intelligence, Inc. Contents What is a callback?... 3 How does the Interactive

More information

Velocify Admin The Velocify Admin tab has been re-designed to provide a much better user experience, focusing on selfservice

Velocify Admin The Velocify Admin tab has been re-designed to provide a much better user experience, focusing on selfservice Contents Velocify Admin... 3 Objects Supported by... 3 Full Support for Accounts and Contacts... 4 How do I enable and configure new objects in Velocify?... 4 How do I build my Sales Strategy with my newly

More information

Avaya Interaction Center Release 7.2 Media Workflow Reference

Avaya Interaction Center Release 7.2 Media Workflow Reference Avaya Interaction Center Release 7.2 Media Workflow Reference Release 7.2 June 2009 2005 to 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information

More information

Unified CCX Outbound Dialer Configuration

Unified CCX Outbound Dialer Configuration Outbound Feature for Unified CCX, on page 1 Supported Dialers and Dialing Modes for Outbound, on page 5 Configure Outbound Subsystem in Unified CCX, on page 7 Configure General Outbound Properties, on

More information

Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center.

Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center. Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center. Welcome Mitch Roth Business to Business Compliance Protocols ATA General Counsel Partner Williams

More information

After Call Survey. Content. Learn more about maximizing your UC phone system

After Call Survey. Content. Learn more about maximizing your UC phone system After Call Survey Updated 7/2016 Content Solution Architecture... 2 Content Configuration... 3 Opt-In... 4 Call Control... 5 Reporting... 6-8 Learn more about maximizing your UC phone system 150 Main Street,

More information

RingCentral for MINDBODY. User Guide

RingCentral for MINDBODY. User Guide RingCentral for MINDBODY User Guide RingCentral for MINDBODY User Guide Contents 2 Contents Introduction.............................................................. 3 About RingCentral for MINDBODY.....................................................

More information

Using ACCCM Avaya Voice Portal/Experience Portal sample application

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

More information

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

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

More information

Interaction Supervisor Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R2. Abstract

Interaction Supervisor Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R2. Abstract Interaction Supervisor Printed Help PureConnect powered by Customer Interaction Center (CIC) 2018 R2 Last updated February 26, 2018 Abstract This document describes how to configure CIC's real-time performance

More information

MANUAL 2 - CREATING YOUR CAMPAIGN PART 1

MANUAL 2 - CREATING YOUR CAMPAIGN PART 1 MANAGE TRAINING MANUAL MANUAL 2 - CREATING YOUR CAMPAIGN PART 1 Last Update 7/23/2018 Contents MANUAL 2 - CREATING YOUR CAMPAIGN Training Videos... 2 Campaigns... 3 New Campaign Checklist... 4 Campaigns

More information

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010)

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010) Mailbox Mode User Guide 15-601131 Issue 11b - (15 May 2010) 2010 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete and

More information

Interaction Feedback Help Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract

Interaction Feedback Help Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract Interaction Feedback Help Printed help PureConnect powered by Customer Interaction Center (CIC) 2018 R1 Last updated October 31, 2017 Abstract This document is a printable version of the Interaction Feedback

More information

White Paper Subcategory. Overview of XML Communication Technologies

White Paper Subcategory. Overview of XML Communication Technologies Subcategory Overview of XML Communication Technologies Executive Summary A significant shift has occurred in the communications infrastructures deployed today. This shift is the result of the acceptance

More information

Unified CCX Outbound Dialer Configuration

Unified CCX Outbound Dialer Configuration The Unified CCX Outbound Dialer feature, available in the Unified CM version of the Unified CCX product, is bundled along with the Unified CCX Premium license package. This chapter provides conceptual,

More information

ACD (Automatic Call Distributor) Operation Manual

ACD (Automatic Call Distributor) Operation Manual ACD (Automatic Call Distributor) Operation Manual Ver1.1.0 2018/11/13 1 Table of Contents Preface ACD (Automatic Call Distributor) is a Cloud PBX feature used in handling large volume of incoming calls.

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1 Introduction... 2 2 Technology... 3 3 DNIS as a Means to Improve Call Center Metrics... 4 4 Practical Applications... 5 4.1 Enhanced Customer Service... 5 4.1.1 Multiple Product Lines... 5 4.1.2

More information

Interaction Feedback

Interaction Feedback Interaction Feedback Technical Reference 2018 R2 Last updated 2018-02-09 (See Change Log for summary of changes.) Abstract This user guide documents the PureConnect Customer Feedback Management solution

More information

Design Considerations for Integrated Features

Design Considerations for Integrated Features Agent Greeting Considerations, on page 1 Application Gateway Considerations, on page 5 Cisco Outbound Option Considerations, on page 6 Courtesy Callback Considerations, on page 24 Call Context Considerations,

More information

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide IP Office Essential Edition - Quick Version Embedded Voicemail User Guide 15-604067 Issue 09a - (21 February 2011) 2011 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure

More information

incontact v12.2 Release Notes

incontact v12.2 Release Notes incontact v12.2 Release Notes Title incontact v12.2 Release Notes Revision 7.31.2012 Contributors About incontact Copyright Disclaimer Philip van Dijk, Sean Bangerter, Sarah Williams, William Closs, Nick

More information

3Com exchange Call Center Administration Guide

3Com exchange Call Center Administration Guide 3Com exchange Call Center Administration Guide Version 4.33 http://www.3com.com Part Number 900-0146-01 Rev AA Published May 2004 3Com Corporation, 350 Campus Drive, Marlborough, MA 01752-3064 Copyright

More information

Trademark Services Request Form:

Trademark Services Request Form: Trademark Services Request Form: To request a trademark application and/or a trademark search on our Secure Server, take a few minutes to thoroughly and accurately complete the following form. It is very

More information

Configuration of Campaigns and Imports

Configuration of Campaigns and Imports Outbound Option Configuration Process Overview, on page 1 Configuration Process Task Maps, on page 2 Preliminary Configuration Requirements, on page 3 Contact and Do Not Call List Imports, on page 6 Outbound

More information

Configuring Intradyn Archiving Solutions For Use With Zimbra Mail Server

Configuring Intradyn  Archiving Solutions For Use With Zimbra Mail Server Configuring Intradyn Email Archiving Solutions For Use With Zimbra Mail Server Published 5/2015 2015 Intradyn Inc, Inc. All rights reserved. No part of this document may be reproduced in any form by any

More information

Configuration of Campaigns and Imports

Configuration of Campaigns and Imports This chapter, intended for administrators, provides an overview of the Outbound Option components and information that: Provides a high-level overview of creating an Outbound Option campaign Describes

More information

PureEngage Cloud Release Note. Outbound

PureEngage Cloud Release Note. Outbound PureEngage Cloud Release Note Outbound 1/2/2018 Outbound Note: Not all changes listed below may pertain to your deployment. November 13, 2017 (14.15.0) October 23, 2017 (14.14.0) September 21, 2017 (14.13.0)

More information

Property and Copyright Information. Notice

Property and Copyright Information. Notice 1.0 Administrator Panel END USER DOCUMENTATION This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

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

Module Feature List

Module Feature List Key Differentiators Seamless Integration Informed and empowered interactions in every channel and every touch point - inbound and outbound calls, Email, Web chat, Social Media and SMS all from the same

More information

Overview. Business value

Overview. Business value PRODUCT SHEET CA Top Secret for z/vse CA Top Secret for z/vse CA Top Secret for z/vse provides innovative and comprehensive security for business transaction environments which enable your business to

More information

Hosted VoIP Phone System. Blue Platform. Hosted Call Center. Agent User Guide

Hosted VoIP Phone System. Blue Platform. Hosted Call Center. Agent User Guide Hosted VoIP Phone System Blue Platform Hosted Call Center Agent User Guide Contents 1 About This Document... 5 1.1 Audience... 5 1.2 How This Guide is Organized... 5 1.3 Software Requirements... 6 2 Introduction

More information

BCS Contact. Version 5.1. Platform technical description

BCS Contact. Version 5.1. Platform technical description BCS Contact Version 5.1 Platform technical description For Microsoft Windows Vista, Windows 7, Windows 8, Windows 10, Windows 2008, Windows 2008 R2, Windows 2012, Windows 2012 R2 Operating systems Rev.

More information

exchange Call Center Agent Guide

exchange Call Center Agent Guide exchange Call Center Agent Guide Version 4.6 NBX System Release 6.5 http://www.3com.com Part Number: 900-0419-01 Published April 2009 3Com Corporation, 350 Campus Drive, Marlborough MA 01752-3064 Copyright

More information

Virtual Communications Express Admin Guide: Configure Call Center

Virtual Communications Express Admin Guide: Configure Call Center Overview Hunt Groups allow a defined group of users to handle incoming calls received by an assigned Hunt Group s phone number. Call Centers add another dimension by providing an automated answer for all

More information

Routing Target Selection

Routing Target Selection Routing Targets, page 1 Agent Routing Nodes, page 1 Transfer Calls from Agents to Agents, page 2 Nodes Used to Stop Script Processing, page 3 Target Requery, page 4 Routing Targets After defining how a

More information

Hosted VoIP Phone System. Hosted Call Center. Supervisor User Guide

Hosted VoIP Phone System. Hosted Call Center. Supervisor User Guide Hosted VoIP Phone System Hosted Call Center Supervisor User Guide Contents 1 About This Document... 6 1.1 Audience... 6 1.2 How This Guide is Organized... 6 1.3 Software Requirements... 7 2 Introduction

More information

Clearspan Hosted Thin Call Center R Release Notes APRIL 2015 RELEASE NOTES

Clearspan Hosted Thin Call Center R Release Notes APRIL 2015 RELEASE NOTES Clearspan Hosted Thin Call Center R20.0.32 Release Notes APRIL 2015 RELEASE NOTES Clearspan Hosted Thin Call Center R20.0.32 Release Notes The information conveyed in this document is confidential and

More information

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Power Outdial with Avaya IP Office 9.0 Issue 1.0

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Power Outdial with Avaya IP Office 9.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BBX Technologies Vuesion Multimedia Contact Center Power Outdial with Avaya IP Office 9.0 Issue 1.0 Abstract These Application Notes describe

More information

Virtual Communications Express Admin Guide: Auto Attendant

Virtual Communications Express Admin Guide: Auto Attendant Auto Attendants are used to route calls to various destinations, employees within your company, specific groups of employees, voice mail, or other outside numbers. They provide callers with your company

More information

Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT

Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT Phone Manager Application Support - Sage CRM DECEMBER 2016 DOCUMENT RELEASE 5.0 APPLICATION SUPPORT Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects

More information

End User Guide Cloud PBX

End User Guide Cloud PBX End User Guide Entrust ICT(EICT) reserves the right to change product specifications, functions, or features, at any time, without notice. Please refer to your EICT representatives for further details.

More information

McAfee epolicy Orchestrator Update 2

McAfee epolicy Orchestrator Update 2 Release Notes McAfee epolicy Orchestrator 5.10.0 Update 2 Contents Rating for update 5.10.0 Resolved issues in update 5.10.0 Installation instructions Rating for update 5.10.0 The rating defines the urgency

More information

Avaya Aura Contact Center Performance Management

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

More information

Mitel MiContact Center Enterprise Tenanting. Description RELEASE 9.1

Mitel MiContact Center Enterprise Tenanting. Description RELEASE 9.1 Mitel MiContact Center Enterprise Tenanting Description RELEASE 9.1 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation

More information

AGENT VIEW Taking calls

AGENT VIEW Taking calls AGENT VIEW Taking calls Synthesys Taking Call 1 Introduction This chapter provides an overview of the Agent module, used to run callflows both in a live call situation, and in a testing environment. When

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

Supervision and Administration Manual

Supervision and Administration Manual Supervision and Administration Manual Eduardo Sellanes Product Manager April 2014 pg. 1 Content User Interface ---------------------------------------------------------------------------------------------

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

McAfee MVISION Endpoint 1811 Installation Guide

McAfee MVISION Endpoint 1811 Installation Guide McAfee MVISION Endpoint 1811 Installation Guide COPYRIGHT Copyright 2019 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo, McAfee

More information

Tenant - User Guide Kunnect Kunnect 1 1/8/2014

Tenant - User Guide Kunnect Kunnect 1 1/8/2014 1 1/8/2014 1 Introduction... 9 XVP Login... 10 Speed Test button... 11 Quick Launch... 12 Administration... 12 Control Center... 13 File Management... 13 Call Center... 13 Reporting... 14 Resource Center...

More information

A Guide to Using MailChimp

A Guide to Using MailChimp v 1.4 Updated October 11, 2018 Table of Contents 1. Introduction.......................................................................3 2. Account Set-Up...................................................................4

More information

McAfee epolicy Orchestrator 5.x

McAfee epolicy Orchestrator 5.x Release Notes Hotfix 1241557 McAfee epolicy Orchestrator 5.x Contents About this release Resolved issues Installation information Additional information Getting product information by email Find product

More information

Avaya Aura Call Center Elite Documentation Roadmap

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

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Remote Agent s Configuration Guide July 2017 This guide describes how to install, use, and troubleshoot the Five9 application for agents working

More information

Example Unified WIM Web Collaboration Scripts. Overview of Unified WIM Web Request Routing Through Unified ICM

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

More information

ZenDesk Integration. Content. Learn more about maximizing your ShoreTel phone system

ZenDesk Integration. Content. Learn more about maximizing your ShoreTel phone system ZenDesk Integration Updated 3/2017 Content About PCS... 2 Click to Dial... 3 Interactive Voice Response - IVR... 4 Screen Pop... 5 Web Services... 6 Learn more about maximizing your ShoreTel phone system

More information