Wave IP. Wave Call Classifier Assistant. Marketing Campaign Companion. Quick Start

Size: px
Start display at page:

Download "Wave IP. Wave Call Classifier Assistant. Marketing Campaign Companion. Quick Start"

Transcription

1 Wave IP Wave Call Classifier Assistant Marketing Campaign Companion Quick Start

2 2011 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Applications Inside, Vertical ViewPoint, Wave Contact Center, Wave Global Administrator, Wave IP 2500, and Wave IP 500 are trademarks and Comdial, TeleVantage, and Vodavi are registered trademarks of Vertical Communications, Inc. All other product names are used for identification only and are the property of their respective holders. LIMIT OF LIABILITY/DISCLAIMER OF WARRANTY Vertical Communications, Inc. makes no representation or warranties with respect to the accuracy or completeness of the content of this publication and specifically disclaims any implied warranty of merchantability or fitness for any particular purpose, and shall not be liable for any loss of profit or any other commercial damage, including but not limited to, special, incidental, or consequential. COPYRIGHT STATEMENT This publication contains proprietary and confidential information of Vertical Communications, Inc. The contents of this document may not be disclosed, copied or translated by third parties, in any form, or by any means known, or not now known or conceived, without prior explicit written permission from Vertical Communications, Inc. Vertical Communications, Inc. reserves the right to revise this publication and to make changes in content without notice.

3 Revision History Release Date Documentation Changes Page No. 11/11 Initial Release ---

4

5 Contents 1 Contents About the Marketing Campaign Companion App. See page 1. Setting up DID routing. See page 3. Creating and configuring a Call Classifier rule. See page 4. Testing the Marketing Campaign Companion App. See page 9. Displaying Marketing Campaign Companion App call fields in ViewPoint. See page 10. About the Marketing Campaign Companion App The Marketing Campaign Companion App identifies calls by DID number so that you can mark the calls as part of a specific marketing campaign and then report on the results. The Marketing Campaign Companion App is a Call Classifier Assistant (CCA) application. CCA is an end-user console for running specific Wave business applications known as CCA Apps. There are a variety of CCA Apps that support different business applications you choose one or more that are appropriate for your business needs. This Quick Start focuses on the Marketing Campaign Companion App. How the Marketing Campaign Companion App works with the CCA Database You add information to the CCA Database about each marketing campaign, including the DID number used for calls for the campaign, destination where campaign calls will be routed, and optionally the campaign s script. When an incoming call reaches the auto attendant that handles marketing campaigns, the Marketing Campaign Companion queries the CCA Database based on the DID number of the call. If there is a match, the Marketing Campaign Companion App uses the information returned by the database query to populate a Wave call field and a custom data variable and then attaches those fields to the campaign call so that they appear in ViewPoint as well as in the Marketing Campaign Companion App itself. One required step when setting up the Marketing Campaign Companion App is to map required and optional database fields to that Wave call field and custom data variable.

6 About the Marketing Campaign Companion App 2 The following table identifies each CCA Database field returned by the query and how each field is then used with the Marketing Campaign Companion App. CCA Database field name is used to set the value of this Wave call field or custom data variable: and appears in the Marketing Campaign Companion App as this field: Description Custom Data 1 Campaign Campaign Name Name of the Campaign that identifies campaign calls in reports. DID DID DID Assigned Incoming DID number that identifies this particular campaign. Destination Number Destination Ext: The extension a particular DID should be routed to after being marked as part of a specific campaign. Notes Call Notes Campaign Script (optional) Optional text that will appear in the Call Notes associated with each campaign call. Custom data variable names in the table above are only examples you can use any name when you create the variable. Getting started Important: Before you begin you must first install and configure Call Classifier Assistant database on your Wave Server. For details, see the Wave Call Classifier Assistant Server Installation Guide. To get the Marketing Campaign Companion App up and running, do the following: 1. Set up DID routing. 2. Create and configure a Call Classifier rule. 3. Install and test the Marketing Campaign Companion App on a client workstation. 4. Display Marketing Campaign Companion App call fields in ViewPoint.

7 Setting up DID routing 3 Setting up DID routing 1. In the Auto Attendants view in User/Group Management, create a new auto attendant or double-click an existing auto attendant. The name and extension that you choose for this auto attendant are not important, but it must, of course, have a unique extension that conforms to your Wave dial plan. 2. Open the inbound routing table for the trunks that the DID numbers are on. (If you are using SIP trunks this is the inbound routing table on the Signaling Control Point (SCP) for your SIP trunk provider.) To open the inbound routing table, do one of the following in the Global Administrator Management Console: Click the Trunk Groups icon, located in the Trunk Administration section. On the In tab, click Edit Inbound Routing Table. Click the IP Telephony icon, located in the PBX Administration section. Select the Call Routing folder, and then click Edit Inbound Routing Table. 3. Click Add to create a route step rule in the inbound routing table that routes the marketing DID numbers to the auto attendant that you created in step 1. Important: Only calls to the DIDs that you specify here can be recognized and processed as marketing campaign calls. There are a few ways that you can create this route step rule: Create a default rule as the last rule at the bottom of the inbound routing table that points to that auto attendant. This rule will route all DID calls that don t match any other rule in the table to the destination that you specify in the following example, the auto attendant with extension 561:

8 Creating and configuring a Call Classifier rule 4 Create a specific destination rule that routes the Marketing DID calls. In the following example, calls in the DID range 1100 to 1199 go the auto attendant with extension 561: For more information: See Configuring inbound routing tables in Chapter 8 in the Wave Global Administrator Guide for complete details on how to create a route step rule. 4. Save the new rule and exit. Creating and configuring a Call Classifier rule To create and configure the call rule for the Marketing Campaign Companion App, do the following: 1. Create the rule. 2. Configure the database query. 3. Specify which call fields to display and use to route calls. 4. Redirect non-campaign calls. Creating the rule 1. Edit the auto attendant and click the Advanced tab. In the Process the following rules on auto attendant entry section, click Add to create a new call rule. If the Add button is disabled, make sure that a valid Call Classifier license has been installed on the Wave Server.

9 Creating and configuring a Call Classifier rule 5 2. In the Match incoming call section, select DID and Exists in this custom database query from the drop-down lists. Pointing to the CCA Database 3. Click the button to open the Edit Database Query dialog. 4. In the Database connection section, select CCA DB from the System data source drop-down list. 5. In the Query text field, enter the following SQL string: SELECT * FROM CCAdata WHERE Application='Campaign' AND DID=' CC_INPUT ' 6. In the No Result text button, enter any text string, for example None.

10 Creating and configuring a Call Classifier rule 6 7. Click Load Fields to execute the query, verify that you can connect successfully to the CCA Database, and retrieve the names of all fields returned by the query. You will use these field names in a later step. Important: If you are not successful, verify that you have performed all of the steps described in the Wave Call Classifier Assistant Server Installation Guide. For more information: See Defining and testing the database query in Chapter 26 in the Wave Global Administrator Guide for more about how to use all of the fields in the Edit Database Query dialog. 8. Click OK to save the query and return to the Add Rule dialog. Specifying which call fields to display and use to route calls You change the contents one Wave call field and one new custom data variable by mapping them to fields returned from the CCA Database. Map the database field CustomData2 to a new custom data variable called Campaign. This variable contains the name of the campaign that the call is part of. Map the database field Notes to the Wave call field Call notes. This replaces any existing notes associated with the call with campaign-specific notes from the CCA Database.

11 Creating and configuring a Call Classifier rule 7 9. In the Add Rule dialog, click Add in the If the call matches section. 10. In the Add Change dialog, select Custom Data from the Change field drop-down list. 11. Click the button. 12. In the System Settings dialog / Custom Data tab, click Add. 13. In the Custom Data dialog, enter a Name (for example Campaign ) and optionally a Description for the new custom variable. Select String from the Data type drop-down list. 14. Click OK until you return to the Add Change dialog. For more information: See Managing custom data variables in Chapter 2 in the Wave Contact Center Administrator Guide for more about creating and using custom variables. 15. Click Change to query result and select Campaign from the drop-down list. 16. Click OK.

12 Creating and configuring a Call Classifier rule Optionally, you can also add Campaign Notes from the CCA Database to each campaign call. To do so, repeat steps 15-16, using the following values in the Add Change dialog: 18. Back in the Add Rule dialog, complete the call rule by selecting a Final action of Transfer to extension (from query), and then select Destination from the Extension drop-down list. Destination is returned from the CCA Database, and contains the extension a call should be routed to after being marked as a campaign call. 19. Click OK to save the rule.

13 Testing the Marketing Campaign Companion App 9 Redirecting non-campaign calls 20. Click the Menu Choices tab in the Auto Attendant dialog and set the Nothing action to direct any call whose DID does not match any entry in the database to another destination, for example your main auto attendant or company operator. This ensures that calls that may be mis-routed to the Marketing Campaign auto attendant for any reason will still be handled. 21. Click OK to save all the changes to the auto attendant. Testing the Marketing Campaign Companion App 1. Install the Marketing Campaign Companion App on a client PC. For details, see the Wave Call Classifier Assistant Client Installation Guide. Important: The Wave Call Classifier Assistant Client Installation Guide also describes how to point your client PC to the correct Wave Server, set up your own campaigns, review existing campaigns, and report on campaign results. 2. Start the Marketing Campaign Companion App by clicking the CCA icon on your desktop.

14 Displaying Marketing Campaign Companion App call fields in ViewPoint Click Update Server on the navigation bar at the right of the CCA window. Enter the IP address of the Wave Server and then click Update Wave. 4. Click Campaign List on the navigation pane and enter some test DID numbers according to the instructions built into the application. 5. Place a call using one of the test DID numbers and verify that the call is routed correctly. Also, click Campaign Results on the navigation bar to verify that the call is logged correctly as a Marketing campaign call. Displaying Marketing Campaign Companion App call fields in ViewPoint To display the Campaign custom data variable in the ViewPoint Call Monitor, while in the Call Monitor choose View > Current View > Show Columns, and then select Campaign. Optionally, if you added campaign call notes to each call, choose View > Current View > Show Columns, and then select Call notes.

Wave IP. Wave Customer Reward Application. Quick Start

Wave IP. Wave Customer Reward Application. Quick Start Wave IP Wave Customer Reward Application Quick Start 2011 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and

More information

Wave 5.0. Wave OpenVPN Server Guide for Wave 5.0

Wave 5.0. Wave OpenVPN Server Guide for Wave 5.0 Wave 5.0 Wave OpenVPN Server Guide for Wave 5.0 2015 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Vertical

More information

Wave 5.0. Edge IP 9800 Series Phone. User Guide

Wave 5.0. Edge IP 9800 Series Phone. User Guide Wave 5.0 Edge IP 9800 Series Phone User Guide 2015 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Applications

More information

Wave IP 2.5. Wave IP Release Notes

Wave IP 2.5. Wave IP Release Notes Wave IP 2.5 Wave IP Release Notes Wave ISM 2.5 (7540) October 2011 2011 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations

More information

Wave 4.0. Wave Survey Application Guide

Wave 4.0. Wave Survey Application Guide Wave 4.0 Wave Survey Application Guide 2013 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Vertical ViewPoint

More information

Wave 4.0. Wave Appointment Reminder for CSV File Guide

Wave 4.0. Wave Appointment Reminder for CSV File Guide Wave 4.0 Wave Appointment Reminder for CSV File Guide 2013 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and

More information

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide Symantec Desktop and Laptop Option 8.0 SP2 Symantec Desktop Agent for Mac Getting Started Guide Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point Version 3.4 New in This Release November 08, 2013 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

Wave Phone User Guide

Wave Phone User Guide Wave Phone User Guide Vertical Communications, Inc. reserves the right to revise this publication and to make changes in content without notice. 2011 by Vertical Communications, Inc. All rights reserved.

More information

Veritas Desktop and Laptop Option Mac Getting Started Guide

Veritas Desktop and Laptop Option Mac Getting Started Guide Veritas Desktop and Laptop Option 9.3.1 Mac Getting Started Guide 20-Nov-18 The software described in this document is furnished under a license agreement and may be used only in accordance with the terms

More information

Procedure for Updating LRRS Software and Installing LS-35-R Series License Files

Procedure for Updating LRRS Software and Installing LS-35-R Series License Files Procedure for Updating LRRS Software and Installing LS-35-R Series License Files Document: Editor: T. Rempher Date: 6/5/2014 Release: Rev 2 Lumistar, Inc. 2270 Camino Vida Roble, Suite L Carlsbad, California

More information

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

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

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

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

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration

More information

FAX DEVICE INSTALLATION MANUAL

FAX DEVICE INSTALLATION MANUAL FAX DEVICE INSTALLATION MANUAL Discusses what fax devices or communication software works with GFI FaxMaker and shows you how to configure GFI FaxMaker to use these options. The information and content

More information

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Introduction Installation Start using W4S Selecting a folder to monitor Setting the threshold Setting actions Starting the monitor Live Log Using monitor

More information

Introduction to SAP BusinessObjects Dashboards

Introduction to SAP BusinessObjects Dashboards Introduction to SAP BusinessObjects Dashboards Page 2 of 6 Copyright Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose

More information

MITEL. Mobile Extension. Mobile Client Handset User Guide Release 1.7

MITEL. Mobile Extension. Mobile Client Handset User Guide Release 1.7 MITEL Mobile Extension Mobile Client Handset User Guide Release 1.7 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

Veritas Desktop Agent for Mac Getting Started Guide

Veritas Desktop Agent for Mac Getting Started Guide Veritas Desktop Agent for Mac Getting Started Guide The software described in this document is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

USER MANUAL USB Bluetooth Adapter

USER MANUAL USB Bluetooth Adapter USER MANUAL USB Bluetooth Adapter UBT-120 CONTENT 1. Introduction--------------------------------------------------------------------------------- 2 2. Package Content-------------------------------------------------------------------------

More information

Bluetooth USB User Guide. Revision A July 12, 2006 Part Number GC

Bluetooth USB User Guide. Revision A July 12, 2006 Part Number GC Bluetooth USB User Guide Revision A July 12, 2006 Part Number GC-800-316 Copyright and Trademark Copyright 2005, Grid Connect, Inc. All rights reserved. No part of this manual may be reproduced or transmitted

More information

UC for Enterprise (UCE) Application Platform (UNIVERGE OW5000)

UC for Enterprise (UCE) Application Platform (UNIVERGE OW5000) UC for Enterprise (UCE) Application Platform (UNIVERGE OW5000) Dialer Installation Manual NEC NEC Corporation March 2010 NDA-30114, Revision 11 Liability Disclaimer NEC Corporation reserves the right to

More information

Avaya Solution & Interoperability Test Lab

Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring MiContact Center Enterprise from Mitel Networks Corporation to interoperate with Avaya IP Office R10.1 - Issue 1.0 Abstract

More information

C (1) Remote Controller. Setup software RM-IP Setup Tool guide Software Version Sony Corporation

C (1) Remote Controller. Setup software RM-IP Setup Tool guide Software Version Sony Corporation C-499-100-12 (1) Remote Controller Setup software RM-IP Setup Tool guide Software Version 1.1 2017 Sony Corporation Table of Contents Introduction... 3 Using This Manual...3 Downloading and Starting the

More information

InnLine IP Voice Mail PBX Installation and Testing Guide. Mitel 3300 SIP Integration

InnLine IP Voice Mail PBX Installation and Testing Guide. Mitel 3300 SIP Integration Voice Mail PBX Installation and Testing Guide Mitel 3300 SIP Integration 2013 Innovation Technologies Worldwide, Inc. All rights reserved. Innovation Technologies Worldwide, Inc. is a division of TigerTMS

More information

hp digital home networking phoneline USB network adapter hn210p quick start guide

hp digital home networking phoneline USB network adapter hn210p quick start guide hp digital home networking phoneline USB network adapter hn210p quick start guide Revision #: 11 Page: 1 of 11 Printed: 08/15/01 05:15 PM The Hewlett-Packard Company makes no warranty of any kind with

More information

Exchange 2007 Journaling Guide

Exchange 2007 Journaling Guide Websense Email Security Solutions v7.3 Websense Advanced Email Encryption Copyright 1996-2011 Websense, Inc. All rights reserved. This document contains proprietary and confidential information of Websense,

More information

SmartList Builder for Microsoft Dynamics GP 10.0

SmartList Builder for Microsoft Dynamics GP 10.0 SmartList Builder for Microsoft Dynamics GP 10.0 Including: SmartList Builder, Excel Report Builder, Navigation List Builder and Drill Down Builder Copyright: Manual copyright 2014 eone Integrated Business

More information

NCD ThinPATH PC Installation Guide and Release Notes

NCD ThinPATH PC Installation Guide and Release Notes NCD ThinPATH PC Installation Guide and Release s Copyright Copyright 2001 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network

More information

Sipelia User Guide 2.0 GA. Click here for the most recent version of this document.

Sipelia User Guide 2.0 GA. Click here for the most recent version of this document. Sipelia User Guide 2.0 GA Click here for the most recent version of this document. Copyright notice 2015 Genetec Inc. All rights reserved. Genetec Inc. distributes this document with software that includes

More information

PageScope Box Operator Ver. 3.2 User s Guide

PageScope Box Operator Ver. 3.2 User s Guide PageScope Box Operator Ver. 3.2 User s Guide Box Operator Contents 1 Introduction 1.1 System requirements...1-1 1.2 Restrictions...1-1 2 Installing Box Operator 2.1 Installation procedure...2-1 To install

More information

No part of this document may be used for any purpose other than for the purposes specifically indicated herein nor may it be reproduced or

No part of this document may be used for any purpose other than for the purposes specifically indicated herein nor may it be reproduced or No part of this document may be used for any purpose other than for the purposes specifically indicated herein nor may it be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

User s Manual. Net-LinQ : USB Network Bridge Cable

User s Manual. Net-LinQ : USB Network Bridge Cable User s Manual Net-LinQ : USB Network Bridge Cable 1. Introduction Congratulations on your purchase of the Net-LinQ: an USB-USB Network Bridge cable. This Net-LinQ USB Network Bridge cable provides a quick

More information

Dell Statistica. Statistica Enterprise Server Installation Instructions

Dell Statistica. Statistica Enterprise Server Installation Instructions Dell Statistica Statistica Enterprise Server Installation Instructions 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Abstract Resource Software International Visual Rapport is

More information

Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0

Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empix evolve v3.1 Skypetophone with Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the compliance testing configuration

More information

Workshare Compare 8. Getting Started Guide

Workshare Compare 8. Getting Started Guide Workshare Compare 8 Getting Started Guide Version 1.0 October 2013 Company Information Workshare Compare Getting Started Guide Workshare Ltd. (UK) 20 Fashion Street London E1 6PX UK Workshare Inc. (USA)

More information

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

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

More information

Web Applications Installation. version

Web Applications Installation. version version 2017.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

Cisco Unified Communications Self Care Portal User Guide, Release 11.5(1)

Cisco Unified Communications Self Care Portal User Guide, Release 11.5(1) Cisco Unified Communications Self Care Portal User Guide, Release 11.5(1) Unified Communications Self Care Portal 2 Unified Communications Self Care Settings 2 Phones 4 Additional Settings 12 Revised:

More information

Workshare imanage Integration. Admin Guide

Workshare imanage Integration. Admin Guide Workshare imanage Integration Admin Guide Version 1.10 July 2017 Table of Contents Introducing the imanage Integration... 3 System Requirements... 3 Downloading the Installer... 3 Deploying the imanage

More information

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 Installation guide Copyright 2018 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

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

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

More information

SmartScan. Barcode Translator for QuickBooks USER S MANUAL

SmartScan. Barcode Translator for QuickBooks USER S MANUAL SmartScan Barcode Translator for QuickBooks USER S MANUAL Baus Systems 4727 44 th Ave. SW, Suite 202 Seattle, WA 98116 (206) 932-9986 Office (206) 923-0839 Fax E-mail: support@baus-systems.com 1 TABLE

More information

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

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

More information

WORKSHARE IMANAGE INTEGRATION

WORKSHARE IMANAGE INTEGRATION Workshare Knowledge Base WORKSHARE IMANAGE INTEGRATION FILE SHARING & DMS MOBILITY User Guide January 2016 COMPANY INFORMATION Workshare imanage Integration: File Sharing & DMS Mobility User Guide Workshare

More information

Skynax. Remote Assist Console. User Guide

Skynax. Remote Assist Console. User Guide Skynax Remote Assist Console User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Toad Data Point - Professional Edition

Toad Data Point - Professional Edition Toad Data Point Version 3.6 New in This Release Thursday, October 23, 2014 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3 PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000 User Manual Version 1.3 Promise Array Management Copyright 2003 Promise Technology, Inc. All Rights Reserved. Copyright by

More information

Workshare imanage Integration. File Sharing & DMS Mobility Admin Guide

Workshare imanage Integration. File Sharing & DMS Mobility Admin Guide Workshare imanage Integration File Sharing & DMS Mobility Admin Guide June 2016 Company Information Workshare imanage Integration: File Sharing & DMS Mobility Admin Guide Workshare Ltd. (UK) 20 Fashion

More information

CA Auto Attendant Module. Operation Manual v1.3

CA Auto Attendant Module. Operation Manual v1.3 CA Auto Attendant Module Operation Manual v1.3 Poltys, Inc. 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 (864) 642-6103 www.poltys.com 2013, Poltys Inc. All rights reserved. The information

More information

Overview: Cisco Unified CallManager 5.0 Session Initiation Protocol (SIP) Line Extensions

Overview: Cisco Unified CallManager 5.0 Session Initiation Protocol (SIP) Line Extensions Overview: Cisco Unified CallManager 5.0 Session Initiation Protocol (SIP) Line Extensions Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

MITEL SIP CoE Technical. Configuration Note. Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking. SIP CoE XXX

MITEL SIP CoE Technical. Configuration Note. Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking. SIP CoE XXX MITEL SIP CoE Technical Configuration Note Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking SIP CoE 12-4940-00XXX NOTICE The information contained in this document is believed

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

ClaimsConnect. Practice Management Tools. Installation Instructions

ClaimsConnect. Practice Management Tools. Installation Instructions ClaimsConnect Installation Instructions Revised 3/29/2013 TABLE OF CONTENTS: INTRODUCTION... 2 PERFORMING A STANDARD INSTALLATION... 3 To Install ClaimsConnect from the web... 3 PERFORMING A NETWORKED

More information

Workshare imanage Integration. File Sharing & DMS Mobility User Guide

Workshare imanage Integration. File Sharing & DMS Mobility User Guide Workshare imanage Integration File Sharing & DMS Mobility User Guide June 2016 Company Information Workshare imanage Integration: File Sharing & DMS Mobility User Guide Workshare Ltd. (UK) 20 Fashion Street

More information

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

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

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

PetaLinux SDK User Guide. Eclipse Plugin Guide

PetaLinux SDK User Guide. Eclipse Plugin Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring Upstream Works Call Management Automation Server with Avaya Aura TM Communication Manager using Avaya Aura TM Application Enablement

More information

Balance Point Technologies, Inc. MAX Toolbar for Microsoft Dynamics GP. For MAX (SQL Server) User Guide

Balance Point Technologies, Inc.  MAX Toolbar for Microsoft Dynamics GP. For MAX (SQL Server) User Guide Balance Point Technologies, Inc. www.maxtoolkit.com MAX Toolbar for Microsoft Dynamics GP For MAX (SQL Server) User Guide MAX Toolbar for Microsoft Dynamics GP Copyright Manual copyright 2010 Balance Point

More information

MagicInfo Express Content Creator

MagicInfo Express Content Creator MagicInfo Express Content Creator MagicInfo Express Content Creator User Guide MagicInfo Express Content Creator is a program that allows you to conveniently create LFD content using a variety of templates.

More information

Milestone_TCIT Match Software

Milestone_TCIT Match Software Milestone_TCIT Match Software Prepared on11/24/2014 User Manual Trademarks TCIT and TCIT logo are registered trademarks of Taiwan Colour & Imaging Technology Corporation. Microsoft product names such as

More information

Set up your computer to sync your OneDrive for Business files in Office 365

Set up your computer to sync your OneDrive for Business files in Office 365 Set up your computer to sync your OneDrive for Business files in Office 365 Use OneDrive for Business to sync your school or work files to your computer. After that, you can work with files directly in

More information

TechNote. Alcatel-Lucent OmniPCX Office R10.1 May 13,

TechNote. Alcatel-Lucent OmniPCX Office R10.1 May 13, TechNote Alcatel-Lucent OmniPCX Office R10.1 May 13, 2015 www.te-systems.de Page 2 This document is intended to support you with the integration of the XCAPI from version 3.5.46 into an existing environment

More information

Guide Citrix administrator guide

Guide Citrix administrator guide Guide Citrix administrator guide For: Copyright 2017 Dragon Medical Practice Edition. This material may not include some last-minute technical changes and/or revisions to the software. Changes are periodically

More information

TechNote. Avaya IP Office R9.1 April 7,

TechNote. Avaya IP Office R9.1 April 7, TechNote Avaya IP Office R9.1 April 7, 2016 www.te-systems.de Page 2 Introduction This document is intended to support you with the integration of XCAPI into an existing environment of the Avaya IP Office

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP USER GUIDE HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.5 Product release date: August 2018 Document edition: First Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This

More information

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc.

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc. Quentin Sager Consulting, Inc. [NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual NALENND is a trademark of Quentin Sager Consulting, Inc. NALENND

More information

Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0

Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the compliance testing of Empix evolve

More information

Mission Guide: Dropbox

Mission Guide: Dropbox Mission Guide: Dropbox Your Mission: Use F-Response to collect Dropbox account data Using F-Response to collect Dropbox Cloud Storage contents Important Note Disclaimer: F-Response provides access to 3rd

More information

Startel Soft Switch Voice Logger 2.0

Startel Soft Switch Voice Logger 2.0 Startel Soft Switch Voice Logger 2.0 User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements

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

Quest Migration Manager Upgrade Guide

Quest Migration Manager Upgrade Guide Quest Migration Manager 8.14 Upgrade Guide 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Startel External SoftPhone

Startel External SoftPhone Startel External SoftPhone User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may

More information

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Mitel 5000 SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Goal The purpose of this configuration guide is to describe the steps needed to configure the Mitel 5000 IP Version

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Esna Technologies Telephony Office-LinX (TOL) Voicemail, Automated Attendant, and Speech Enabled Automated Attendant with Avaya

More information

Enables Auto-complete of ENA Series Commands when Writing Code on an External PC

Enables Auto-complete of ENA Series Commands when Writing Code on an External PC Agilent ENA Series RF Network Analyzers Enables Auto-complete of ENA Series Commands when Writing Code on an External PC Third Edition No. 16000-95018 January 2006 Notices The information contained in

More information

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide Part No. P0936570 04 Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide 2 Copyright 2002 Nortel Networks All rights reserved. The information in this document is subject to

More information

SCS Configuration Guide for Skype for SIP. Issue 1.0

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

More information

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

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

More information

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

SW MAPS TEMPLATE BUILDER. User s Manual

SW MAPS TEMPLATE BUILDER. User s Manual SW MAPS TEMPLATE BUILDER User s Manual Copyright (c) 2017 SOFTWEL (P) Ltd All rights reserved. Redistribution and use in binary forms, without modification, are permitted provided that the following conditions

More information

VoiceMaster. User s Guide. NETphone VoiceMaster Release 2.4. for Microsoft NT Servers, VoiceMaster User s Guide 1

VoiceMaster. User s Guide. NETphone VoiceMaster Release 2.4. for Microsoft NT Servers, VoiceMaster User s Guide 1 VoiceMaster User s Guide NETphone VoiceMaster Release 2.4 for Microsoft NT Servers, Information furnished by NetPhone, Inc. is believed to be accurate and reliable. However, no responsibility is assumed

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

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Firewall version 2.3

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Firewall version 2.3 Copyright 2005-20. NeoAccel Inc. SSL VPN-Plus TM NeoAccel Management Console: Firewall version 2.3 NeoAccel makes no warranty of any kind with regard to this manual, including, but not limited to, the

More information

Application Notes for iq NetSolutions VistaPoint Enterprise with Avaya MERLIN MAGIX Integrated System - Issue 1.0

Application Notes for iq NetSolutions VistaPoint Enterprise with Avaya MERLIN MAGIX Integrated System - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for iq NetSolutions VistaPoint Enterprise with Avaya MERLIN MAGIX Integrated System - Issue 1.0 Abstract These Application Notes describe the

More information

LiteSpeed for SQL Server 6.1. Configure Log Shipping

LiteSpeed for SQL Server 6.1. Configure Log Shipping LiteSpeed for SQL Server 6.1 Configure Log Shipping 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

ALMS Desktop Application User Manual

ALMS Desktop Application User Manual ALMS Desktop Application User Manual ALMS Desktop Application 1 Contents 1. INTRODUCTION... 2 1.1) Overview... 2 2. PRODUCT FEATURES... 2 3. BASIC REQUIREMENTS... 2 3.1) Software and hardware requirements...

More information

Innovation Technical Handbook InnCharge Call Accounting Step by Step installation guide

Innovation Technical Handbook InnCharge Call Accounting Step by Step installation guide Innovation Technical Handbook InnCharge Call Accounting Step by Step installation guide 2008 Innovation Technologies Worldwide, Inc. All rights reserved. This step by step guide is based on software release

More information

Application Notes for Zeacom Communications Center with Avaya IP Office 9.0 Issue 1.0

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

More information

Trademark. Cadex C5100 BatteryStore User Guide

Trademark. Cadex C5100 BatteryStore User Guide Trademark C5100 BatteryStore is a trademark of Cadex Electronics Inc. All other trademarks or registered trademarks mentioned herein are the property of their respective owners. Copyright Notice Copyright

More information

FX RFID READER SERIES Embedded SDK Sample Application

FX RFID READER SERIES Embedded SDK Sample Application FX RFID READER SERIES Embedded SDK Sample Application User Guide MN000539A01 FX RFID READER SERIES EMBEDDED SDK SAMPLE APPLICATIONS USER GUIDE MN000539A01 Revision A December 2017 Copyright 2017 ZIH Corp.

More information

Dell MessageStats for Lync User Guide

Dell MessageStats for Lync User Guide Dell MessageStats for Lync 7.2.5 User Guide 2013 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

SV8100 SIP Trunk Enabling Pedantic Mode Security

SV8100 SIP Trunk Enabling Pedantic Mode Security NEC UC Engineering SV8100 SIP Trunk Enabling NEC Australia au.nec.com Overview Title SV8100 SIP Trunk Enabling Issue 1.0 Document Type Bulletins Product SV8100 Product Category Platform Feature SIP Trunk

More information

Grandstream Networks, Inc. How to Integrate UCM6XXX with Microsoft Lync Server

Grandstream Networks, Inc. How to Integrate UCM6XXX with Microsoft Lync Server Grandstream Networks, Inc. Table of Contents OVERVIEW... 4 UCM6XXX CONFIGURATION... 5 Step 1: Create SIP Peer Trunk... 5 Step 2: Configure Outbound Rule... 7 Step 3: Configure Inbound Rule... 8 MICROSOFT

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information