HOLIDAY MANAGEMENT APPLICATION USING IVR

Size: px
Start display at page:

Download "HOLIDAY MANAGEMENT APPLICATION USING IVR"

Transcription

1 HOLIDAY MANAGEMENT APPLICATION USING IVR Bhargavi Suvarna 1, Jaya Shree S Patil 2 1 M.Tech Student,Dept. of CSE,G Narayanamma Institute of Technology and Science, Shaikpet,Hyderabad, Telangana, India 2 Associate Professor, Dept. of CSE, G Narayanamma Institute of Technology and Science, Shaikpet, Hyderabad, ABSTRACT Telangana, India The Holiday Management application allows the user to add/change their days to holiday schedule. This is performed with the assistance of a Script which enables the customer to communicate with an IVR interface to control their holidays. The script primarily enables the client to dial into the application and include or change a holiday entry for the contact center and optionally it goes about as a sub script which can be called from primary scripts where it will check the XML document in the repository to determine whether the present day is a holiday or not.the holidays saved in.xml file which is uploaded to store on the windows Unified Contact Center Express (UCCX). On the off chance that the customer is changing the script, it gets updated in xml document. The UCCX script reads this xml file for call routing. Key words: IVR Interface, Contact Center, UCCX 1. INTRODUCTION Holiday management application has been performed so that script can be implemented on a Contact Center using the CISCO UCCX editor and related tools is an area of specialization. [1] Existing system states that whenever customer wants to know whether the particular day is a holiday or not it becomes a difficult task especially when there is any emergency people could not reach the organization. Existing scripts use XML files for system open/closed, holiday dates etc. The XML files are stored in a directory on the local hard drive. The major disadvantage is that manual intervention is needed for everything like when call center is closed or on holidays. To overcome the problem of existing system, a fully functional contact center platform was set up, which can simulate any kind of complex environment similar to customer platforms. In the process, it was identified, to have Simulation environment where the engineers can Add/update 288 holidays. Holiday Flow is to automate the call routing to a designated destination or Voice mail box or play some specialized prompts to let the caller know that call center is closed. Advantages Increased reliability: No manual performance is necessary to update holidays in xml document. As the process is automated, user dials into the application and updates their dates accordingly. Heightened productivity: Saving precious seconds in responding to customers through IVR. Plays a prompts when a contact center is closed. In any emergency cases, user can update their holidays. Enhanced customer service: Holiday Flow is to automate the call routing to a designated destination or Voice mail box or play some specialized prompts to let the caller know that call center is closed.the process becomes easier to update holidays for a contact center. As the dates are updated through IVR application no manual intervention is needed.

2 2.RELATED WORKS Survey on Holiday Management: The survey on Holiday management has been performed so that we can implement scripting on a Contact Center using the CISCO UCCX editor and related tools is an area of specialization. The Script uses a simple XML data file containing a list of dates that are declared to be Holidays. Generally, the script is a sub flow, called on by a parent script to determine when there is a need to close for the day. The script first finds out what is the date today, then goes through the XML date list comparing each entry with today s date to make a holiday determination. If it gets through the entire date list without a match, the returned value is false. Cisco Unified Contact Center Express meets the needs of midmarket and enterprise branch, office or departmental companies that need easy-to-deploy, easy-to-use, secure, virtual, highly available, and sophisticated and distributed automatic call distributor (ACD), interactive voice response (IVR), computer telephony integration (CTI) and agent desktop services while offering the flexibility scale to more demanding environments. [2] Contact center are driven three concerns, Lowering costs Boosting agent productivity and Improving customer service Unified CCX Application Configuration Check List: To piece the applications of Unified CCX, do the subsequent tasks within the given order. If required, produce and edit the script. Produce or transfer the prompts, documents, grammar, and custom files needed by the script. Upload the script and prompts in the unified contact center express web page. Prepare platform before installation: 1. Configuring network parameters for connectivity 2. Stage and Rack the UCS servers 3. Configuring the UCS server for Virtual Machine Use 4. Setup the Virtual Machine to Install UCCX Application. Install Cisco Unified CCX: 1. Must have Admin Credentials, Security, App User Credentials and Certificate Information like Organization, Unit, Location, State & Country 2. Network Information like Host Name, IP Address/Mask, Gateway, DNS, Domain, Time Zone and NTP server 3. License MAC will generate on basis of above mentioned details and Obtain required licenses from Cisco with generated License MAC 4. Proceed with Cisco UCCX Install on a VM configured. [3] Setup and Configure CCX: 1. Configuring the Parameters required such as Application Users which helps in Integration with CM etc. 2. Integrate UCCX with CM which acts as Telephony Switch 3. Configuring Language, License and Administrator Privileges for users intended Steps involved in achieving the objectives are: Deploy Cisco Unified Contact Center Express platform and application. Install Unified contact center express and cisco unified call manager. CCX runs on Linux operating system. Install the operating system along with the application. This application can be deployed on a physical or virtual machine. Integrate contact center express with call manager. Install windows virtual machine. The virtual machine folder provides details about all the virtual machines created by the current user, as well as across to the tools for creating and modifying virtual machines and virtual hard disks. Create an application development tools for recording prompts. Emergency prompts. Create administrative tools to open and close contact centers. Install CCX Script Editor. Create scripts and sub flow scripts to determine the holiday. Deploy 289

3 prompts within the script application. Deploy XML documents as it is used in contact center scripts to update holiday dates. Troubleshoot ccx application and scripts. Login to UCCX Application page. To upload the scripts go to Applications->Script Management then click on upload new script then browse the script and upload. To upload xml document go to Application- >Document Management then click on upload new document. Browse the document folder and upload. Prompts are externally created and uploaded to the server to demonstrate how the prompts required for the call center use. Prompts are played to the caller when they dial into the application. Prompts are recorded in.wav format. To upload this prompts in UCCX web page go to Application->Prompt Management then click on en_us folder and then browse and upload.wav prompt files. To facilitate the Call Recording Options for the Call Center Greetings/Prompts used in the Call flows designed. This will avoid depending on the Third Party tools which may create Noise, incompatible greeting formats/codecs. This script will help gradually to improve the prompt sizing/quality while playing to the Callers. with an IVR interface to manipulate holiday schedule. Holiday flow is to automate the call routing to a designated destination and play some specialized prompts to let the caller know the status of contact center. It helps at the time of emergency whenever any disaster occurs in any contact center. In any case, there is a flexibility to upload adhoc holiday dates. Customer Call Flow: Steps involved in customer call flow: Customer dials into the application. Dialed number triggers to UCCX application. Which invokes the application and asks the user to enter pin. UCCX validates the user inventory in database. Once the pin matches. Customer can choose an option from the IVR and select the option to add, retrieve or update a holiday. Date must be entered in a six-digit format i.e., MMDDYY. Entered date will be updated as holiday and uploads the updated xml document into the application. Play a successful prompt. [6] Add a trigger: The trigger for an application is the extension/phone number where the user dials in. Go to Cisco Script Application page click on Add New Trigger. Give directory number. Call manager direct calls to this application. Associate unified contact center express application user with phones, CTI Route Point, CTI ports in call manager. This helps in tracking the status of devices which are associated with call manager. [1] [4] [5] 3.PROPOSED SOLUTIONS To overcome the existing system, an application is developed which enables the user to change their scheduled holidays. This can be performed with the help of a script which allows the customer to interact Fig: Sequence diagram for customer call flow 290

4 Option to upload adhoc holiday date: According to the requirement, user can add their holidays by entering the code to holiday, open, close, and training timings of a contact center can be given. Depending on the code entered by the user, it plays prompts accordingly like open timings, close timings, training timings of a contact center.[7] Fig: Holiday Sub Flow Fig: Options to upload adhoc holiday date 4. RESULTS AND DISCUSSIONS Customer has the agent teams separated across the Territories/Zones, Their Customers given Unique Codes for higher service anytime they call to the center, they'll be asked to enter the Code; Once Code Captures, the script will check against the XML database and returns the worth. Supported the worth i.e. Territory, the call are distributed to the respective Agents, throughout this process, Agents can also be given details like Code, Territory, category of client Etc. 5. CONCLUSION Fig: Customer Call Flow The ability to add contact center functionality easily into the telephony environment for corporate call centers has been challenging. Holiday management provides user a better functionality of add or update their holidays. Call flows would work based on the holiday dates uploaded on to the system and provide alternate routing to different center or playing any kind of Out Of Office Hours message based on customer s choice 291

5 and disconnect the caller instead of keeping him in queue for longer time which might led to customer dissatisfaction. There is additionally a choice to transfer adhoc occasion dates. This is one of the efficient and cost lessening process where in client can work effectively from where he/she is available. Because of no Manual intervention required this saves the measure of the work used to roll out the changes. On the off chance that future developing contact focuses utilize the specific Holiday Management prepare this makes the usage of Resources and innovation in a Full Fledged structure. 6. REFERENCES [1] -collaboration/unified-contact-centerexpress/index.html [2] tionendpoints/ipcommunicator/index.html [3] Cisco Unified Contact Center Expresshttp:// ice_ip_c omm/cust_contact/contact_center/crs/express_9_ 0/installation/guide/UCCX_BK_G4ABFCE0_00 _getstartuccx/uccx_bk_g4abfce0_00_getstart-uccx_chapter_0101.html [4] omm/connection/8x/administration/guide/8xcucs agx/8xcucsag100.html [5] /does-cucm-105-support-ipcommunicator- 864 [6] UCCX simple holiday scripthttp:// cx-simple-holiday-script/ [7] Ciscotroubleshoot x-script-for-checking-holiday.html 292

Customer Care Services

Customer Care Services Customer Care Services Traditional Technology ISDN, ADSL, DNIS, PSTN, PBX, IVR, ACD, SBR, Predictive Dialer, CTI. Web-Based Technology - E-Mail, Live Chat, Co-Browsing, VoIP, Call-Back with Collaboration.

More information

ConVox 3.0. DEEPIJA TELECOM PVT. LTD. An ISO 9001:2008 Company. Connect to your Customer with Complete Confidence. Contact Center Suite. Chat.

ConVox 3.0. DEEPIJA TELECOM PVT. LTD. An ISO 9001:2008 Company. Connect to your Customer with Complete Confidence. Contact Center Suite. Chat. ConVox 3.0 Contact Center Suite Connect to your Customer with Complete Confidence Voice Video Chat Fax E-Mail DEEPIJA TELECOM PVT. LTD. An ISO 9001:2008 Company WWW.DEEPIJATEL.COM SMS Your Service Excellence

More information

Partner Sales Playbook Atmosphere Cloud Communications

Partner Sales Playbook Atmosphere Cloud Communications Partner Sales Playbook Atmosphere Cloud Communications 1 Table of Contents Introduction Atmosphere Cloud Communications IntelePeer & Cisco partnership Features Pricing Why Atmosphere Cloud Communications?

More information

P r e d i c t i v e D i a l e r A R I A C C S TM. N e t w o r k D i a g r a m & T e c h n o l o g y

P r e d i c t i v e D i a l e r A R I A C C S TM. N e t w o r k D i a g r a m & T e c h n o l o g y Founded in 2003, Aria Telecom Solutions (P) Ltd. has grown to become a leader in the voice processing industry, now located in New Delhi. We are one of the leading names in CTI industry. Some of the factors

More information

Noble Enterprise. Unifi ed Contact Center Management

Noble Enterprise. Unifi ed Contact Center Management Noble Enterprise Unifi ed Contact Center Management The Noble Enterprise Solution suite is a unified, single-source Customer Contact Management solution for today s advanced enterprise environments. Noble

More information

ExtendTime A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment.

ExtendTime A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment. A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment. Introduction Companies that are considering purchasing IP Telephony systems,

More information

The Multi-Channel Service Problem: Challenges, Testing, and Solutions

The Multi-Channel Service Problem: Challenges, Testing, and Solutions Dr. Gautham Pallapa (gpallapa@west.com) IS Manager Platform, Infrastructure, and Automation Group The Multi-Channel Service Problem: Challenges, Testing, and Solutions Prepared for College 1 of Copyright

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

NETHAWK CALL CENTER SUITE

NETHAWK CALL CENTER SUITE NETHAWK CALL CENTER SUITE Our Services Inbound Call Center Outbound Call Center Tele Customer Care System Customer Service Systems 24/7 Assistive Services About Nethawk (Pvt) Limited incorporated in 2008,

More information

CTI planning. CTI Server

CTI planning. CTI Server CTI planning Cisco CTI software provides an interface between the Unified ICM software and agent desktop and server applications. The CTI software works with a Peripheral Gateway's ACD and IVR interface

More information

Cisco SolutionsPlus: CS-APPS Consilium Software Collab Apps

Cisco SolutionsPlus: CS-APPS Consilium Software Collab Apps Cisco SolutionsPlus: CS-APPS Consilium Software Collab Apps Contents 1. Overview of Consilium Cisco SolutionsPlus Offering 2. Consilium Uni Products 3. How to Order 4. Consilium at a Glance 5. Contacts

More information

VOIP ESSENTIAL. Hosted Predictive Dialers. VOIP ESSENTIAL Visit us at

VOIP ESSENTIAL. Hosted Predictive Dialers. VOIP ESSENTIAL Visit us at VOIP ESSENTIAL Hosted Predictive Dialers Introduction VoIP Essential's predictive dialer solution is a unified multi-channel communication system that enables businesses to manage contacts, information

More information

Plan, Deploy and Configure Microsoft InTune

Plan, Deploy and Configure Microsoft InTune Plan, Deploy and Configure Microsoft InTune 5 Day Course AUDIENCE IT Pros that have experience with Windows 10 use, deployment and management Experience with any optional ios or Android devices. FORMAT

More information

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0 Data Sheet Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile

More information

Dialogic. BUZZ Unified Communications Platform. Target SMBs with the Right Tools. Comprehensive Converged Fixed/Mobile Service Offering

Dialogic. BUZZ Unified Communications Platform. Target SMBs with the Right Tools. Comprehensive Converged Fixed/Mobile Service Offering Dialogic BUZZ Unified Communications Platform Dialogic BUZZ Unified Communications platform is a carrier-class solution that enables service providers to bring tailored offerings to the SMB market. Seamlessly

More information

: Integrating MDM and Cloud Services with System Center Configuration Manager

: Integrating MDM and Cloud Services with System Center Configuration Manager 20703-2: Integrating MDM and Cloud Services with System Center Configuration Manager Overview This is a three-day Instructor Led Training (ILT) course that describes mobile device management (MDM) technologies

More information

CONTACT CENTER SOLUTIONS

CONTACT CENTER SOLUTIONS BROCHURE CONTACT CENTER SOLUTIONS STRENGTHEN CUSTOMER RELATIONSHIPS WHILE PROTECTING THE BOTTOM LINE. Your contact center is the primary interface to your organization, for your most valuable asset your

More information

Contact Center Enterprise

Contact Center Enterprise Contact Center Enterprise Optimal Customer Communications for the High Reliability Contact Center www.enghouseinteractive.com Contact Center: Enterprise (CCE) is a highly adaptable, omni-channel platform

More information

MITEL MiCONTACT CENTER ENTERPRISE & BUSINESS FOR THE MIVOICE BUSINESS PLATFORM

MITEL MiCONTACT CENTER ENTERPRISE & BUSINESS FOR THE MIVOICE BUSINESS PLATFORM BROCHURE MITEL MiCONTACT CENTER ENTERPRISE & BUSINESS FOR THE MIVOICE BUSINESS PLATFORM STRENGTHEN CUSTOMER RELATIONSHIPS WHILE PROTECTING THE BOTTOM LINE. Your contact center is the primary interface

More information

811 Implementation Plan for Saskatchewan December 5, 2012 (Revised January 14, 2013: Bell changed to Bell Mobility )

811 Implementation Plan for Saskatchewan December 5, 2012 (Revised January 14, 2013: Bell changed to Bell Mobility ) 811 Implementation Plan for Saskatchewan December 5, 2012 (Revised January 14, 2013: Bell changed to Bell Mobility ) Saskatchewan Ministry of Health 3475 Albert Street Regina SK S4S 6X6 Attn: Ramona Furkert

More information

Customer service delivered with Optus Contact Centre as a Service (CCaaS)

Customer service delivered with Optus Contact Centre as a Service (CCaaS) Customer service delivered with Optus Contact Centre as a Service (CCaaS). Contents Are you ready for your customers? 03 There s a better way 03 How CCaaS can help you 04 Solution Features 04 Your customers

More information

Desktop call control with CRM, applications and business process integration

Desktop call control with CRM, applications and business process integration Desktop call control with CRM, applications and business process integration Save valuable time and improve customer experience CyDesk integrates all of your standard telephone controls and business data

More information

NFON Cloud Telephone System Product Overview. The Future of Business Communications. nfon.com

NFON Cloud Telephone System Product Overview. The Future of Business Communications. nfon.com NFON Cloud Telephone System Product Overview The Future of Business Communications. nfon.com Secure access to the NFON system is available 24 hours a day, seven days a week from any location that has an

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. OBIEE 11g Architecture & Installation Overview Agenda High Level Architecture Installation Overview Installation Details and Troubleshooting Oracle BI 11g High

More information

Cisco Unified Contact Center Express Update and Roadmap

Cisco Unified Contact Center Express Update and Roadmap Cisco Unified Contact Center Express Update and Roadmap Girish Variyath Product Manager, Collaboration Business Applications BU Agenda Introduction Overview of Unified Contact Center Express Unified CCX

More information

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of Verint Engagement Management Solution Brief Overview of the Applications and Benefits of Verint Engagement Management November 2015 Table of Contents Introduction... 2 Verint Engagement Management Advantages...

More information

Managing Office 365 Identities & Services 20346B

Managing Office 365 Identities & Services 20346B Managing Office 365 Identities & Services 20346B Duration: 5 Days (08:30-16:00) Overview: This 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part in evaluating,

More information

Enterprise Call Recorder

Enterprise Call Recorder Enterprise Call Recorder Installation and Setup Guide Algo ECR Version 2.3 Document #:ECR-SV-02 sales@algosolutions.com support@algosolutions.com www.algosolutions.com About this Manual This User Guide

More information

Cloud Contact Center 2017

Cloud Contact Center 2017 Cloud Contact Center 2017 Pre-built CRM integrations ITA // ENG BeCloud Solutions: offering One pre-integration solution for your business CRM PBX Human resources AI and Bots applications (1.500+ Multilanguage

More information

OpenText RightFax. OpenText RightFax OnDemand. Product Brochure. Benefits

OpenText RightFax. OpenText RightFax OnDemand. Product Brochure. Benefits OpenText RightFax OnDemand Benefits Reduced IT Load Managed by fax experts Disaster recovery service Redundancy options Complete Control Centralized fax management You own your data Bring and keep your

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Unified Intelligence Center: Standard and Custom Reporting on Contact Center Express and Contact Center Enterprise

Unified Intelligence Center: Standard and Custom Reporting on Contact Center Express and Contact Center Enterprise Unified Intelligence Center: Standard and Custom Reporting on Contact Center Express and Contact Center Enterprise Carmen Logue, Product Manager Vikram Gururaj, Product Manager What we will cover What

More information

MAF InfoCom. Monitoring and Reporting for Cisco Unified Communications. CUCM & Jabber

MAF InfoCom. Monitoring and Reporting for Cisco Unified Communications. CUCM & Jabber MAF InfoCom Monitoring and Reporting for Cisco Unified Communications CUCM & Jabber Designed for Cisco UC and Jabber, MAF InfoCom s ICIMS delivers unparalleled visibility of your UC consumption ensuring

More information

Cost and Productivity Benefits of SIP Trunking

Cost and Productivity Benefits of SIP Trunking Cost and Productivity Benefits of SIP Trunking In conjunction with Jeff Wissing Ft. Lauderdale, FL January 23-26, 2007 Sponsored by TMC Introduction IT Telephony - Understanding business landscape SIP

More information

ENTERPRISE CONTENT MANAGEMENT

ENTERPRISE CONTENT MANAGEMENT ENTERPRISE CONTENT MANAGEMENT For Small-to-Midsize Businesses Instantly access, automatically capture, and workflow process documents, emails, content and data DocRecord, an all-inclusive ECM, enables

More information

"Charting the Course... MOC D Managing Office 365 Identities and Services Course Summary

Charting the Course... MOC D Managing Office 365 Identities and Services Course Summary Course Summary Description This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning, deploying, and operating Office 365 services,

More information

5 Key PaaS Benefits and What They Mean for Your Business

5 Key PaaS Benefits and What They Mean for Your Business 5 Key PaaS Benefits and What They Mean for Your Business HokuApps Create a new class of enterprise apps 01 5 Key PaaS Benefits and What They Mean for Your Business Content Table Introduction 02 Flexibility

More information

Troubleshoot Toll Fraud via Unity Connection

Troubleshoot Toll Fraud via Unity Connection Troubleshoot Toll Fraud via Unity Connection Document ID: 119337 Contributed by Anirudh M Mavilakandy, Cisco TAC Engineer. Sep 01, 2015 Contents Introduction Prerequisites Requirements Components Used

More information

Customer Service Portal Overview

Customer Service Portal Overview Customer Service Portal Overview July 2017 https://portal.sita.aero Introduction The SITA customer service portal aims to unify the web channel and act as the single entry point for customer users to access

More information

Position Description. Job Summary: Campus Job Scope:

Position Description. Job Summary: Campus Job Scope: Position Description Requisition # 03020430 Position Number: 02019533 Dept: ENT APPS & INFRASTRUCTURE SVCS - 061419 Position: WINDOWS SYSTEM APPLICATION ADMINISTRATOR Approved Payroll Title 0520 Code:

More information

Setup Real-Time Integration Business Insight using the VirtualBox image For AstraTeq Help Desk Tutorial

Setup Real-Time Integration Business Insight using the VirtualBox image For AstraTeq Help Desk Tutorial Setup Real-Time Integration Business Insight 12.2.1.1.0 using the VirtualBox image For AstraTeq Help Desk Tutorial Table of Contents OVERVIEW... 3 DOWNLOAD AND SETUP THE VIRTUALBOX IMAGE... 3 VIRTUALBOX

More information

Request for Tender for Phone system

Request for Tender for Phone system Request for Tender for Phone system Introduction Barnardos invites responses to a Request for Tender for the supply and support of an IP Telephone and Data Infrastructure. Barnardos is the largest charity

More information

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions Course Name Course Duration Course Structure Course Overview 20533C-Implementing Microsoft Azure Infrastructure Solutions 5 Days Instructor-Led This course is intended for IT professionals who are familiar

More information

Cisco recommends that you have knowledge of Hosted Collaboration Solution (HCS) deployments.

Cisco recommends that you have knowledge of Hosted Collaboration Solution (HCS) deployments. Contents Introduction Prerequisites Requirements Components Used Background Information Configure Verify Troubleshoot Introduction This document describes the HCS License Manager (HLM), which runs as a

More information

CX-E Meets Lync. Elevating the Enterprise Capabilities of Lync

CX-E Meets Lync. Elevating the Enterprise Capabilities of Lync CX-E Meets Lync Elevating the Enterprise Capabilities of Lync Making Lync Your PBX Replacement Are you thinking of deploying Lync as your next corporate PBX? Due to Microsoft s increasing presence in the

More information

Vuesion Unified Communications

Vuesion Unified Communications Vuesion Unified Communications The Vuesion Advantage Vuesion Unified Communications (UC) is an ideal product suite used to streamline business communications, improve communication accuracy, and enhance

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

The Contact Center Performance Company WHITE PAPER

The Contact Center Performance Company WHITE PAPER Global Routing and Contact Center Management Modernizing the behavior of legacy systems for today s distributed, outsourced contact centers with the cloud and analytics Arnab Mishra, VP Products Global

More information

Media Call Center. Quick Start Guide.

Media Call Center. Quick Start Guide. Media Call Center Quick Start Guide With more than twelve years of expertise in the Computer Telephony Integration field, Mediatel Data Company has demonstrated a commitment to developing powerful solutions

More information

Integrating MDM and Cloud Services with System Center Configuration Manager

Integrating MDM and Cloud Services with System Center Configuration Manager Integrating MDM and Cloud Services with System Center Configuration Manager 20703-2; 3 days, Instructor-led About this course This is a three-day Instructor Led Training (ILT) course that describes mobile

More information

Managing Office 365 Identities and Services

Managing Office 365 Identities and Services 20346 - Managing Office 365 Identities and Services Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description About this Course This is a 5-day Instructor Led Training (ILT)

More information

Get The Best Out Of Oracle Scheduler

Get The Best Out Of Oracle Scheduler Get The Best Out Of Oracle Scheduler Vira Goorah Oracle America Redwood Shores CA Introduction Automating the business process is a key factor in reducing IT operating expenses. The need for an effective

More information

ServicePRO + PartsPRO User Guide

ServicePRO + PartsPRO User Guide ServicePRO + PartsPRO User Guide ServicePRO Version 2.0 PartsPRO Version 1.0 Page 1 of 82 1 WHAT IS SERVICEPRO + PARTSPRO?... 4 1.1 What is ServicePRO?... 4 1.2 What are the benefits of using ServicePRO?...

More information

CUSTOMER PROFILE Client: Town of Enfield Website: Industry: Public Sector Location: Suburb of Hartford, CT Population: ~45,000

CUSTOMER PROFILE Client: Town of Enfield Website:  Industry: Public Sector Location: Suburb of Hartford, CT Population: ~45,000 CUSTOMER PROFILE Client: Town of Enfield Website: www.enfield-ct.gov Industry: Public Sector Location: Suburb of Hartford, CT Population: ~45, HIGHLIGHTS Challenge Facing rising operational costs and growing

More information

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Course Description Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft Official Course.

More information

12/05/2017. Geneva Service Management

12/05/2017. Geneva Service Management 12/05/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

"Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary

Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary Description Course Summary Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System Center v1511, Microsoft Intune, and their associated site

More information

Asset Management. Visit us at: or call SCAN

Asset Management. Visit us at:  or call SCAN Asset Management Why BarScan? The modern workplace is a complex combination of computer equipment, furniture, and other equipment with compliance, accounting and location tracking issues. To better manage

More information

TMT Fleet Maintenance Windows. TruckMate Installation Guide

TMT Fleet Maintenance Windows. TruckMate Installation Guide TMW Asset Maintenance TMT Fleet Maintenance Windows TruckMate Installation Guide 1 Table of Contents TruckMate Interface... 3 TruckMate TMT Fleet Maintenance Interface... 4 TruckMate Installation from

More information

Odigo for Utilities. Digital Contact Center Solution

Odigo for Utilities. Digital Contact Center Solution Odigo for Utilities Digital Contact Center Solution The information contained in this document is proprietary. 2014 Capgemini. All rights reserved. Rightshore is a trademark belonging to Capgemini. UTILITIES

More information

GSX Monitor: For a messaging environment under control. Designed by Administrators for Administrators

GSX Monitor: For a messaging environment under control. Designed by Administrators for Administrators GSX Monitor: For a messaging environment under control Designed by Administrators for Administrators GSX en quelques mots Conçu, développé & commercialisé par GSX depuis 1996 Vendu à plus de 600 sociétés

More information

Can I reduce manual data entry by using an automated information capture system?

Can I reduce manual data entry by using an automated information capture system? Modules Produced by Canon Communications - October 02 TELEform ELITE TELEform Elite includes the following modules: Form Designer Reader/Scan Station Verifier TELEform ENTERPRISE TELEform Enterprise includes

More information

Multichannel Service Interactions Meeting Your Customers Channel Expectations

Multichannel Service Interactions Meeting Your Customers Channel Expectations Multichannel Service Interactions Meeting Your Customers Channel Expectations Scott Seebauer Senior Director Product Management Oracle Service Cloud Monty Deckard Manager Business Applications Bass Pro

More information

Make the most of the cloud with Microsoft System Center and Azure

Make the most of the cloud with Microsoft System Center and Azure December 2015 Make the most of the cloud with Microsoft System Center and Azure Writer: Daniel Örneling Amsterdam - Dallas - Ottawa Table of Content 1.1 The Dilemma: too many customers 3 1.2 Is the cloud

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS10979]: Microsoft Azure Fundamentals Length : 2 Days Audience(s) : IT Professionals Level : 100 Technology : Azure Delivery Method : Instructor-led (Classroom) Course Overview This course provides the

More information

Best Practices for Implementing Contact Center Experiences

Best Practices for Implementing Contact Center Experiences Best Practices for Implementing Contact Center Experiences Oracle Service Cloud Agent Desktop O R A C L E B E S T P R A C T I C E P A P E R A U G U S T 2 0 1 6 Table of Contents Introduction 2 Understanding

More information

Business Jive Cloud Solutions

Business Jive Cloud Solutions Business Jive Cloud Solutions 2 Jive for Business Your Phone System in the Cloud Jive Communications provides Cloud-based phone systems and Unified Communications solutions to businesses of all sizes.

More information

REMOTE IT INFRASTRUCTURE MANAGEMENT SERVICES

REMOTE IT INFRASTRUCTURE MANAGEMENT SERVICES REMOTE IT INFRASTRUCTURE MANAGEMENT SERVICES ALWAYS ALERT WE ARE ALERT As a seasoned player in Remote Infrastructure Management services, we truly understand the vulnerability of compute Infrastructure

More information

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Introduction 2 Oracle Enterprise Manager 13c overview 2 Managing Oracle Linux

More information

MiContact Center Business

MiContact Center Business MiContact Center Business For the MiVoice Business Platform Today s customer has changed have you? One-third of the population is comprised of millennials, and there are now almost as many mobile phones

More information

Request for Proposals

Request for Proposals Request for Proposals CityLink CSR Application Software PROPOSALS WILL BE RECEIVED UNTIL 12:00 Noon, Friday, November 3, 2017 in Purchasing Department, City Hall Building 101 North Main Street, Suite 324

More information

K12 Education Voice, Video, Data, and Mobility in the Cloud

K12 Education Voice, Video, Data, and Mobility in the Cloud K12 Education Voice, Video, Data, and Mobility in the Cloud 2 Jive for K12 Education Follow the Leader in Education Jive Communications provides Unified Communications in the Cloud to the K12 education

More information

TECHNICAL GUIDE. DataStream. Coho Data SRM Integration Guide. Version February

TECHNICAL GUIDE. DataStream. Coho Data SRM Integration Guide. Version February TECHNICAL GUIDE DataStream Coho Data SRM Integration Guide Version 2.9.0.1 February 2017 www.cohodata.com TABLE OF CONTENTS Introduction 3 Intended Audience 3 Key Components 3 Disaster Recovery Objectives

More information

Frequently Asked Questions

Frequently Asked Questions 111 Town Square Place, Suite 601 Jersey City, NJ 07310 Tel 212-221-0057, Fax 917-534-6069 www.r-rtele.com Frequently Asked Questions Contents General questions... 1 Technical setup... 3 Routing... 4 Monitoring

More information

Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price.

Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price. Comparison Document Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price. Here is a list prepared based on customer

More information

Promero, Inc. Company Profiles. Partner Profile

Promero, Inc. Company Profiles. Partner Profile Company Profiles Partner Profile Promero, Inc Founded in 2001 World s Largest ASP provider of Contact Center Anywhere call center solution and predictive dialer 22 Employees Coverage: North America 52

More information

How-to guide: Set up O365 Manager Plus in Azure

How-to guide: Set up O365 Manager Plus in Azure How-to guide: Set up O365 Manager Plus in Azure www.o365managerplus.com Contents 1. Summary ---------------------------------------------------------------------------------------- --- 3 2. About O365

More information

By Bernard Drost, Chief Technology Officer, Akibia Consulting, Inc.

By Bernard Drost, Chief Technology Officer, Akibia Consulting, Inc. Upgrading to Siebel s New Web-Based Solution Poses Challenges, But Offers Many New Capabilities, Advanced Functionality, and Simplified Integration By Bernard Drost, Chief Technology Officer, Akibia Consulting,

More information

Introduction of version 3 of Ericsson MX-ONE Telephony System

Introduction of version 3 of Ericsson MX-ONE Telephony System Introduction of version 3 of Ericsson MX-ONE Telephony System Questions and Answers 1) When was MX-ONE introduced? A: MX-ONE was first introduced in October 2004. Version 2 was launched in the first quarter

More information

The Need for a New Communications Architecture

The Need for a New Communications Architecture ISI Telemanagement Solutions, Inc. The Need for a New Communications Architecture Many of your customers today are using traditional communications architectures a wide variety of individual PBX s and

More information

Pega Customer Service

Pega Customer Service Pega Customer Service 7.21 PRODUCT OVERVIEW Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Collaborative Business Telephony

Collaborative Business Telephony Collaborative Business Telephony SIMPLIFIED COMMUNICATIONS With Diva Cloud Telecommunications WHAT IS DIVA CLOUD? Powered by prime Ericsson- LG technology, Diva Cloud is a feature-rich cloud telephony

More information

Your company. United

Your company. United Your company. United Quick Facts Company. Clients. Reviews. Bitrix Timeline 1998 2003 2008 2012 2017 Company founded Bitrix CMS Bitrix Intranet Bitrix24 Cloud Bitrix24.Sites 2,700,000 organizations registered

More information

10/13/2017. Jakarta Service Management

10/13/2017. Jakarta Service Management 10/13/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

Administrator s User Manual for OrangeHRM Version 3.0

Administrator s User Manual for OrangeHRM Version 3.0 Administrator s User Manual for OrangeHRM Version 3.0 All Rights Reserved. Published in the United States of America. This publication is protected by copyright, and permission must be obtained from the

More information

FedEx Ship Manager. Software. Version Quick Guide

FedEx Ship Manager. Software. Version Quick Guide FedEx Ship Manager Software Version 0715 Quick Guide This Quick Guide is to help you learn how to install, set up and use the software in the shortest time. For detailed information, please refer to the

More information

White Paper UC for Business - CT Control

White Paper UC for Business - CT Control UC for Business - CT Control NEC Australia nec.com.au Table of Contents Introduction...4 Overview...4 Features...4 Benefits...5 Queues...5 About Queues...5 Queue Modes...6 Queue Schedules...7 Queues Schedule

More information

CALL CENTER. Hybrid PBX Virtual Fax Hot Desking Call Billing Hotel Features Call Center Apps Call Recording Virtual Conference

CALL CENTER. Hybrid PBX Virtual Fax Hot Desking Call Billing Hotel Features Call Center Apps Call Recording Virtual Conference CALL CENTER Hybrid PBX Virtual Fax Hot Desking Call Billing Hotel Features Call Center Apps Call Recording Virtual Conference WevoPBX For Your Current and Future Communication System WevoPBX is scalable

More information

Call-center Management System

Call-center Management System Call-center Management System About system OrangeLine is a software system, which covers the whole scope of Call-center activities and contains everything Call-center needs for its successful operation.

More information

SMARSH SERVICE DESCRIPTIONS

SMARSH SERVICE DESCRIPTIONS The Archiving Platform from Smarsh The Archiving Platform ( Platform ) archives supported electronic communications and other data from third party systems ( Content Types ). The Platform includes the

More information

Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration

Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration Integration Information SAP Hybris Marketing Document Version: 1.0 2017-09-18 Integration with SAP Hybris Marketing - Google Analytics and SAP Cloud Platform Integration How to Set Up the Integration with

More information

IBM Sterling Gentran:Server for Windows

IBM Sterling Gentran:Server for Windows IBM Sterling Gentran:Server for Windows Handle your business transactions with a premier e-business platform Overview In this Solution Overview, you will learn: How to lower costs, improve quality of service,

More information

Data Interchange plc. Issued: 8 November Copyright Data Interchange Plc Peterborough, England, October 2005.

Data Interchange plc. Issued: 8 November Copyright Data Interchange Plc Peterborough, England, October 2005. Data Interchange plc Issued: 8 November 2005 Copyright Data Interchange Plc Peterborough, England, October 2005. All rights reserved. No part of this document may be disclosed to third parties or reproduced,

More information

Product Suite Overview

Product Suite Overview Product Suite Overview Enterprise-Class Document Capture and Workflow Platform AccuRoute by Upland Software is the preeminent serverbased document capture, fax and workflow software solution to capture,

More information

INSIGHTS, POWERED BY INSIDEVIEW

INSIGHTS, POWERED BY INSIDEVIEW INSIGHTS, POWERED BY INSIDEVIEW Installation Guide Product Version 4.2 SEPTEMBER, 2017 Table of Contents Chapter 1: Introduction to Insights, powered by InsideView...3 What s New in this Release?... 4

More information

Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration

Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration Integration Information SAP Hybris Marketing Cloud Document Version: 1.0 2017-05-09 Integration with SAP Hybris Marketing Cloud - Google Analytics and SAP Cloud Platform Integration How to Set Up the Integration

More information

Frequently Asked Questions on Secure Usage of Remote Support Platform for SAP Business One (RSP)

Frequently Asked Questions on Secure Usage of Remote Support Platform for SAP Business One (RSP) FAQs Remote Support Platform for SAP Business One 3.2 Document Version: 2.0 2017-04-20 Frequently Asked Questions on Secure Usage of Remote Support Platform for SAP Business One (RSP) All Countries Typographic

More information

Increasing your profitability with BitTitan migration solutions

Increasing your profitability with BitTitan migration solutions Increasing your profitability with BitTitan migration solutions Table of Contents Which BitTitan tool is right for your project?... 3 UserActivation... 3 MigrationWiz with DeploymentPro... 3 UserActivation:

More information

The content can be provided to ORACLE iprocurement in basically 3 ways:

The content can be provided to ORACLE iprocurement in basically 3 ways: BT Procurement and Supply Chain 3 Catalogues and Content Options 3.1 Introduction The default method of ordering on ORACLE iprocurement is non-catalogue ordering or Special Requirements. This is a basic

More information

CA Cloud Service Delivery Platform. Manage Profiles Run Book Automation Guide

CA Cloud Service Delivery Platform. Manage Profiles Run Book Automation Guide CA Cloud Service Delivery Platform Manage Profiles Run Book Automation Guide This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information