Thin Client Apps Made Easy: Avaya's New.NET SDK Simplifies Telephony App Development for Web-based Environments

Size: px
Start display at page:

Download "Thin Client Apps Made Easy: Avaya's New.NET SDK Simplifies Telephony App Development for Web-based Environments"

Transcription

1 Thin Client Apps Made Easy: Avaya's New.NET SDK Simplifies Telephony App Development for Web-based Environments Avaya recently introduced.net developers to the new features that will be available in Application Enablement Services (AES 4.1), allowing you to take a sneak peak of its new.net Software Development Kit (SDK) for Device and Media Call Control (DMCC). You spoke, and Avaya listened. Feedback indicates that you want to know more about how you can use the same components to develop thin client applications that run in a Web browser that you use to develop the same applications in Visual Basic and C#. by Shari L. Gould More Resources Article: Take a Sneak Peek Microsoft A plethora of new features are at your.net Developers Test Drive Avaya's Latest disposal with AES 4.1, due for release in SDK the fourth quarter of this year, with the Join the Avaya DevConnect Program latest SDK from Avaya for developing Webinar: Why Upgrade to a Higher Level enterprise telephony applications for Membership? July 19, 2007, 11:30 a.m. EDT Avaya's Communication Manager (CM). You can still preview the new.net SDK as a DevConnect member, even though it's not available to everyone yet. Now we delve a little deeper into the.net SDK and AES 4.1's ability to enable you developers to create thin client apps that run in a browser in JavaScript the same way you would develop them in VB and C#. Getting Started Let's assume you already have the.net SDK installed. If you don't, refer to the first article's Getting Started section for details. The first thing you need to know is that by creating applications that run on a Web server, you do not need to install your application on every desktop that uses it. All the end-user needs to do is type in the URL where your Web page is located, and the.net components are loaded into the browser. All you need is your existing Web development environment, like Dreamweaver, Joombla, Visual Studio, or even Notepad. JavaScript communicates between the Web pages you create for your application and the server. The JavaScript library used to communicate with the.net component is provided with the SDK. Cut and Paste For those developers that are not savvy in JavaScript, or just looking for a shortcut to save some time, Avaya's made it fool-proof by providing you with sample JavaScript code for nearly every part of your application. It's practically written for you.

2 With your download, you get sample HTML pages that you can view in your Web browser, so now you can have a sample Web page to look at to see precisely how to initiate various parts of your application, such as start an app session, get contents of a display, push a button, or answer an incoming call. Just cut and paste. Now that the HTML and JavaScript is done for you, you can spend time developing the UI for your app and not worry about the plumbing behind it all. Figure 1 is a screen shot of a very simple thin client sample application. The screen shot was taken from an actual call while recording the conversation. This application shows a softphone being implemented in Internet Explorer. This particular sample application has the ability to not only place and receive calls, but also the ability to record the call. In addition, the application has the ability to monitor all the XML messages going between the browser (Internet Explorer) and the DMCC server. The red and green squares are lamps associated with the 10 buttons on the phone and the "4132" and "Not Used" represents the 10 buttons on the developer's phone. Figure 1. Sample Thin Client Application This sample application was written using notepad as the editor, which is the norm in 65 percent of developer environments. Case in Point Providing Web access to traditional VB and C# applications offers a new type of customer for your organization to target. For example, if your company put a kiosk for a car insurance company at a mall, you could easily provide a Web form that enables the end user to insure a new car and then quickly dial to talk to an agent. You simply place a Click to Call button on the Web page that connects the caller to an agent at the insurance company. The end user does not fumble through Web pages to find a number to call; he or she simply clicks the Click to Call button. In the car insurance kiosk example, you would create a softphone application that runs in a browser on a computer located at the mall kiosk. The end user simply accesses the Web site by typing in the URL to use the application and filling in online forms to apply for coverage. Next, he or she can click the Click to Call button on the Web page to dial an agent automatically. This thin client environment is made possible with JavaScript that allows applications like the softphone to run in remote environments when it may not have been possible otherwise. Further, maintenance and upgrades in remote environments are easier, since new versions of the application are updated on the Web server (Web page). When the end user accesses the URL, he or she downloads the latest and greatest app automatically. End users no

3 longer need to uninstall and then reinstall the thick client on each PC. In the past, you had to update every users' laptop in corporate mobile environment. DMCC apps that run on a PC certainly have their place, but environments like mall kiosks simply cannot implement telephony apps so easily without the ability to remotely manage and administer it. DMCC requires your apps to run in a thick client environment, and many telephony environments reap the benefits of DMCC, such as call centers. However, it does require that softphone agents running on each desktop be launched via an executable file, which is something that is not feasible in a remote environment like a softphone at a mall kiosk. The Dashboard We talked about the Dashboard as part of AES 4.1 in the last article. While it is not necessary for developing Web-based applications in.net, the Dashboard can be used to learn about DMCC capabilities. Further, the steps you need to take to make a Web app work can be prototyped into the Dashboard, allowing you to test your application before deploying it. For example, typical steps would be: Figure 2. Dashboard 1. Start a session to open the line of communication to the DMCC server. 2. Get a device ID. Basically, this is where you control which telephone extension is being used or to obtain multiple device IDs. 3. Register the device with DMCC to activate the device. For example, you can set up DMCC to notify you if the display changes on phone for example. The same process holds true with JavaScript, C# or VB. You need to realize any app you can write in C# or VB, you can write in JavaScript to run on a Web page. But, bear in mind that the sample.html pages that demonstrate all of the interfaces to the DMCC component only run when used via Internet Explorer. You can think of this as the Dashboard application only running in Internet Explorer. The IE version won't have all of the nifty features of the C# version of the Dashboard, such as automatically highlighting fields and integrated help, though. It will demonstrate, however, all of the capabilities of AES 4.1 and.net for Web development.

4 You will find a link for each example of.html code that, and when clicked, it will show you the actual Jscript code necessary to perform the operation you want the end user to perform. For example, if you want to see the code needed to push a button on the phone, all you need to do is find that example on the sample web page, and then click the "See the code" link. Figure 3. See the JavaScript Code Again, you're getting a sneak peak, so keep in mind that development of the dashboard.html page is still in progress. So, the end product may look a bit different from what you see in the screen shots here. The first screen shot is the main page. On the top of the page you will see seven areas of the DMCC that can be selected: Session: This area has all the commands associated with sessions for example starting a session, stopping a session, and configuring monitors. Device: This area has all the commands related to devices specifically, getting and releasing a device. (See Figure 4) Phone: This area has all the commands related to phones for example, registering and unregistering a phone; getting the current contents of the display; and pushing a button. Configuring the monitors such as getting notified when the lamp or display changes. (See Figure 5) Media: This section has all the commands associated with media for example, playing a.wav file on the call or recording the call. (See Figure 6) Call Info: This section has information on commands related to Call Information. (See Figure 7) Call Control: This section shows all the capabilities related to third party call control for example, MakeCall, Forwarding, Hold Call, and Retrieve Call. (See Figure 8) XML Trace: This section demonstrates the capability of logging the XML messages that are going to and from the DMCC Server. (See Figure 9) Coming Soon AES 4.1 is expected to be generally available in the fourth quarter 2007, but the DMCC.NET/C# software development kit (SDK) is ready for you to test out right now as a DevConnect member. Here are some additional new features you can expect when AES 4.1 is officially released. AES 4.1 touts third-party call control support for session initiation protocol (SIP) endpoints, as well as support for Microsoft OCS You'll also find security enhancements, including secure clients, as well as API support for 508 compliance. Your end users can look forward to click-to-call in MOC, which uses SmartTags;

5 escalating instant messaging (IM) to a conference call, sharing presence information between phone and MOC; and call control capabilities, such as Hold and Transfer. Here's the bottom line with the.net SDK's thin client model: IT organizations reap the benefits of the thin client model that the.net release brings in terms of ease of maintenance and deployment. Developers get the convenience of using the identical components with.net as they use with VB and C#. Shari L. Gould has more than 16 years of journalism and technical writing experience. Shari has written for numerous leading publications throughout her career, most recently Software Development Times and its various publications, and had an article hand picked by Sun Microsystems for inclusion in its Solaris Developer Connection. She also has more than 10 years experience working with high-tech companies documenting everything from network designs and installations, through software design and APIs, to user interfaces. Shari currently is pursuing her Master's degree in Criminal Justice, specializing in Information Security.

Mastering Device, Media and Call Control Using Avaya DMCC Dashboard

Mastering Device, Media and Call Control Using Avaya DMCC Dashboard Advanced IP Communications Application Development Mastering Device, Media and Call Control Using Avaya DMCC Dashboard An essential tool for developing applications using the DMCC service of Avaya Communication

More information

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server.

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Introduction The Avaya Aura Application Enablement Services Integration for Microsoft

More information

1Building Communications Solutions with Microsoft Lync Server 2010

1Building Communications Solutions with Microsoft Lync Server 2010 1Building Communications Solutions with Microsoft Lync Server 2010 WHAT S IN THIS CHAPTER? What Is Lync? Using the Lync Controls to Integrate Lync Functionality into Your Applications Building Custom Communications

More information

How To Deploy Lync 2010 Client Using SCCM 2012 R2

How To Deploy Lync 2010 Client Using SCCM 2012 R2 prajwaldesai.com http://prajwaldesai.com/how-to-deploy-lync-2010-client-using-sccm-2012-r2/ How To Deploy Lync 2010 Client Using SCCM 2012 R2 Prajwal Desai In this post we will see how to deploy Lync 2010

More information

Iron Speed Designer Installation Guide

Iron Speed Designer Installation Guide Iron Speed Designer Installation Guide Version 1.6 Accelerated web application development Updated May 11, 2004 Iron Speed, Inc. 1953 Landings Drive Mountain View, CA 94043 650.215.2200 www.ironspeed.com

More information

How to start creating a VoIP solution with Ozeki VoIP SIP SDK

How to start creating a VoIP solution with Ozeki VoIP SIP SDK Lesson 2 How to start creating a VoIP solution with Ozeki VoIP SIP SDK Abstract 2012. 01. 12. The second lesson of will show you all the basic steps of starting VoIP application programming with Ozeki

More information

JAVA WEB START OVERVIEW

JAVA WEB START OVERVIEW JAVA WEB START OVERVIEW White Paper May 2005 Sun Microsystems, Inc. Table of Contents Table of Contents 1 Introduction................................................................. 1 2 A Java Web Start

More information

Office 365 SharePoint Online White Paper

Office 365 SharePoint Online White Paper Office 365 SharePoint Online White Paper Introduction Overview Cloud computing is slowly changing the way IT companies are offering their software solutions and services. Through cloud computing, IT companies

More information

Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1.

Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1.0 Abstract

More information

How do I start a meeting?

How do I start a meeting? join.me FAQ How do I start a meeting? of 1 https://join.me/welcome/webhelp/joinme/join.me/jm_faq_start.html#top... 9/18/2012 10:52 AM > How do I start a meeting? On a PC or Mac, go to the join.me website

More information

Manual. ABTO Software

Manual. ABTO Software Manual July, 2011 Flash SIP SDK Manual ABTO Software TABLE OF CONTENTS INTRODUCTION... 3 TECHNICAL BACKGROUND... 6 QUICK START GUIDE... 7 FEATURES OF FLASH SIP SDK... 10 2 INTRODUCTION Trends indicate

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Introduction. Important Upgrade Notice! SHORETEL SALESFORCE.COM CALL CENTER ADAPTER VERSION 4.X

Introduction. Important Upgrade Notice! SHORETEL SALESFORCE.COM CALL CENTER ADAPTER VERSION 4.X USER GUIDE SHORETEL SALESFORCE.COM CALL CENTER ADAPTER VERSION 4.X Introduction This document describes the installation, configuration and basic usage of the ShoreTel Salesforce.com Call Center Adapter

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

User Guide. Web Chat Gateway. Release 5.0

User Guide. Web Chat Gateway. Release 5.0 User Guide Web Chat Gateway Release 5.0 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and accurate at the time

More information

Download and Installation of MS SQL Server

Download and Installation of MS SQL Server Download and Installation of MS SQL Server To use MS SQL Server and its database, one needs to download the server software and server management software. Fortunately, Microsoft provides a free version

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend the MS Remote Desktop for Mac client.

More information

Citrix and Windows Servers

Citrix and Windows Servers Installing Communicator on Citrix and Windows Servers C Installing Communicator on C. Citrix and Windows Servers This appendix describes how to install ShoreTel Communicator for Windows on Citrix and Windows

More information

8x8 Virtual Office NetSuite Integration User Guide

8x8 Virtual Office NetSuite Integration User Guide 8x8 Virtual Office Version 1.3, July 2012 The Champion For Business Communications Table of Contents 8x8 Virtual Office NetSuite Integration...3 System Requirements...3 Uninstalling NetSuite Integration

More information

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01 ShoreTel 13 Part Number 850-1234-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the United States of America. Contents

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

CONTACT CENTER TEAM PRODUCTIVITY SUITES ENHANCE EFFICIENCY

CONTACT CENTER TEAM PRODUCTIVITY SUITES ENHANCE EFFICIENCY CONTACT CENTER TEAM PRODUCTIVITY SUITES ENHANCE EFFICIENCY A WHITE PAPER ON THE BENEFITS OF DEPLOYING AN ADVANCED, CONFIGURABLE CONTACT CENTER TEAM APPLICATION SUITE; ENHANCES PRODUCTIVITY, DELIVERS SUBSTANTIAL

More information

Cisco Unified Workforce Quality Management

Cisco Unified Workforce Quality Management New and Updated Features, page 1 Deprecated Features, page 3 Important Notes, page 3 Removed and Unsupported Features, page 7 Third-party Software Impacts, page 7 New and Updated Features New Features

More information

User Guide. Web Chat Gateway. Release 4.0

User Guide. Web Chat Gateway. Release 4.0 User Guide Web Chat Gateway Release 4.0 Printed on 4 March, 2009 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete

More information

INSTRUCTIONS FOR THE MOC REMOTE ACCESS EXAM SYSTEM CHECK AND PRACTICE TEST

INSTRUCTIONS FOR THE MOC REMOTE ACCESS EXAM SYSTEM CHECK AND PRACTICE TEST INSTRUCTIONS FOR THE MOC REMOTE ACCESS EXAM SYSTEM CHECK AND PRACTICE TEST Please carefully read this entire document prior to starting the system check. The MOC exam cannot be taken on a tablet, smart

More information

SQL Reporting Services: A Peek at the Power & Potential

SQL Reporting Services: A Peek at the Power & Potential SQL Reporting Services: A Peek at the Power & Potential Presented by: Ken Emert, Shelby Consultant 2013 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the

More information

Integration Overview. Web Services and Single Sign On

Integration Overview. Web Services and Single Sign On Integration Overview Web Services and Single Sign On Table of Contents Overview...3 Quick Start 1-2-3...4 Single Sign-On...6 Background... 6 Setup... 6 Programming SSO... 7 Web Services API...8 What is

More information

Windows Intune Walkthrough: Windows Phone 8 Management

Windows Intune Walkthrough: Windows Phone 8 Management Windows Intune Walkthrough: Windows Phone 8 Management This document will review all the necessary steps to setup and manage Windows Phone 8 using the Windows Intune service. Note: If you want to test

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

This document details the procedure for installing Layer8 software agents and reporting dashboards.

This document details the procedure for installing Layer8 software agents and reporting dashboards. Quick Start Guide This document details the procedure for installing Layer8 software agents and reporting dashboards. Deployment to data analysis takes approximately 15 minutes. If you wish to deploy via

More information

Verizon Collaboration Plug-In for Microsoft Outlook User Guide

Verizon Collaboration Plug-In for Microsoft Outlook User Guide Verizon Collaboration Plug-In for Microsoft Outlook User Guide Version 4.11 Last Updated: July 2011 2011 Verizon. All Rights Reserved. The Verizon and Verizon Business names and logos and all other names,

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

Assistant-Enterprise Toolbar Go to http://www.vc3.com/support/pages/voiceadvantage-guides.aspx to access the toolbar download.

Assistant-Enterprise Toolbar Go to http://www.vc3.com/support/pages/voiceadvantage-guides.aspx to access the toolbar download. Assistant-Enterprise Toolbar Go to http://www.vc3.com/support/pages/voiceadvantage-guides.aspx to access the toolbar download. Assistant Enterprise Toolbar in Internet Explorer: Assistant Enterprise Toolbar

More information

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide Wave 4.5 Wave ViewPoint Mobile 2.0 User Guide 2014 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Applications

More information

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online An Overview Of ClickOnce Deployment Guy Smith-Ferrier Courseware Online gsmithferrier@coursewareonline.com 1 Author of.net Internationalization, Addison Wesley, ISBN 0321341384 Due Summer 2005 2 ClickOnce

More information

X Series Application Note 43:

X Series Application Note 43: X Series Application Note 43: Using the Remote Viewing & Web Pages of the X - Series & GR Series Recorders The Remote Viewing function of the X-Series and GR Series Recorders provide the user with the

More information

If you already have Uninstalled SonicWALL Global VPN client, or never had it installed you can skip this step.

If you already have Uninstalled SonicWALL Global VPN client, or never had it installed you can skip this step. Remote Access This manual is divided into three main sections. If you already have Uninstalled SonicWALL Global VPN client, or never had it installed you can skip this step. Index Uninstall SonicWall Global

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

PHP+MYSQL, EASYPHP INSTALLATION GUIDE PHP+MYSQL, EASYPHP INSTALLATION GUIDE EasyPhp is a tool to install and configure an Apache server along with a database manager, MySQL. Download the latest version from http://www.easyphp.org/ as seen

More information

BarTender s.net SDKs

BarTender s.net SDKs The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s.net SDKs Programmatically Controlling BarTender using C# and VB.NET Contents Overview of BarTender.NET SDKs...

More information

Verizon Collaboration Plug-In for Microsoft Outlook User Guide

Verizon Collaboration Plug-In for Microsoft Outlook User Guide Verizon Collaboration Plug-In for Microsoft Outlook User Guide Version 4.11 Last Updated: July 2011 2011 Verizon. All Rights Reserved. The Verizon and Verizon Business names and logos and all other names,

More information

2012 Nolio Ltd. All rights reserved

2012 Nolio Ltd. All rights reserved 2012 Nolio Ltd. All rights reserved The information contained herein is proprietary and confidential. No part of this document may be reproduced without explicit prior written permission from Nolio Ltd.

More information

IBM WebSphere Application Server Communications Enabled Applications Setup guide

IBM WebSphere Application Server Communications Enabled Applications Setup guide Copyright IBM Corporation 2009, 2011 All rights reserved IBM WebSphere Application Server Communications Enabled Applications Setup guide What this exercise is about... 1 Lab requirements... 2 What you

More information

Working with RD Web Access in Windows Server 2012

Working with RD Web Access in Windows Server 2012 Working with RD Web Access in Windows Server 2012 Introduction to RD Web Access So far in this series we have talked about how to successfully deploy and manage a Microsoft Windows Server 2012 VDI environment.

More information

Getting Started Guide. New Meeting Experience April 13, 2013

Getting Started Guide. New Meeting Experience April 13, 2013 Getting Started Guide New Meeting Experience April 13, 2013 How to Enable the New Experience To test drive the new Meeting Experience, click the Enable button in your Account section. You can disable from

More information

INSTALLATION AND ACTIVATION GUIDE

INSTALLATION AND ACTIVATION GUIDE INSTALLATION AND ACTIVATION GUIDE memoq 2015 2004-2015 Kilgray Translation Technologies. All rights reserved. www.memoq.com Contents Contents... 2 1. System Requirements... 3 2. Downloading... 3 3. Installation...

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë 14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

More information

http://ubiqmobile.com

http://ubiqmobile.com Mobile Development Made Easy! http://ubiqmobile.com Ubiq Mobile Serves Businesses, Developers and Wireless Service Providers Businesses Be among the first to enter the mobile market! - Low development

More information

Software Development Kit (SDK)

Software Development Kit (SDK) QUICK START GUIDE UC Software 5.3.0 May 2015 3725-49126-001A Software Development Kit (SDK) Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights reserved. No part of this document may be reproduced,

More information

Installing VinNOW Client Computers

Installing VinNOW Client Computers Installing VinNOW Client Computers Please review this entire document prior to proceeding Client computers must use UNC path for database connection and can t be connected using a mapped network drive.

More information

friendlyway composer network services server

friendlyway composer network services server HelpAndManual_illegal_keygen friendlyway composer network services server User manual Contents I Contents Welcome 1 Why composer network services? 2 Support 3 Introduction 4... 4 Getting started with

More information

Deployment Guide for the Polycom SoundStructure VoIP Interface for Cisco Unified Communications Manager (SIP)

Deployment Guide for the Polycom SoundStructure VoIP Interface for Cisco Unified Communications Manager (SIP) Deployment Guide for the Polycom SoundStructure VoIP Interface for Cisco Unified Communications Manager (SIP) UC Software 4.0.1 December 2011 1725-33223-001 Rev. A Trademark Information POLYCOM, the Polycom

More information

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Abstract These Application

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide BlackBerry Enterprise Transporter for BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-11-06 SWD-20141106165936643 Contents What is BES12?... 6 Key features

More information

Hosted PBX Call Control Toolbar Guide

Hosted PBX Call Control Toolbar Guide Hosted PBX Call Control Toolbar Guide 10/15/2014 TELEPACIFIC CALL CONTROL TOOLBAR Call Control Toolbar in IE or Firefox: Call Control Toolbar in Outlook 2010: Log In and Log Out To log in, click Login.

More information

DTK Overview. Zendesk Connector. Abstract DTK Zendesk connector overview and configuration document.

DTK Overview. Zendesk Connector. Abstract DTK Zendesk connector overview and configuration document. DTK Overview Zendesk Connector Abstract DTK Zendesk connector overview and configuration document. Contents... 0 DTK Overview... 2 DTK Zendesk Connector Configuration... 4 Automatic number identification

More information

INTERFACE CATALOG SHORETEL DEVELOPER NETWORK. ShoreTel Professional Services

INTERFACE CATALOG SHORETEL DEVELOPER NETWORK. ShoreTel Professional Services INTERFACE CATALOG SHORETEL DEVELOPER NETWORK ShoreTel Professional Services Introduction The ShoreTel system can be extended to provide greater capabilities for system administrators and end users. The

More information

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

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

More information

Microsoft Dynamics CRM Online Fall 13 Service Update

Microsoft Dynamics CRM Online Fall 13 Service Update How to Prepare for the Microsoft Dynamics CRM Online Fall 13 Service Update COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

GoToAssist Integration White Paper

GoToAssist Integration White Paper White paper Integration White Paper Integration Services offer a variety of methods to integrate Citrix, the industry-leading remote-support solution, into an existing infrastructure quickly and easily.

More information

Avaya plus Skype for Business: The Best of Both Worlds

Avaya plus Skype for Business: The Best of Both Worlds Avaya plus Skype for Business: The Best of Both Worlds Table of Contents Begin with the Avaya Advantage... 1 Three Ways to Incorporate Avaya with Skype for Business... 2 Why Avaya is the Top Choice for

More information

Installing Communicator on Citrix XenApp and Windows Servers

Installing Communicator on Citrix XenApp and Windows Servers Appendix C Installing Communicator on Citrix XenApp and Windows Servers You can install ShoreTel Communicator for Windows on Citrix XenApp and Windows Servers to provide ShoreTel Communicator functionality

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

GoToAssist Corporate Integration White Paper

GoToAssist Corporate Integration White Paper Corporate Integration White Paper Corporate Integration Services offer a variety of methods to integrate Citrix Corporate, the industry-leading remote-support solution, into an existing infrastructure

More information

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

The Eclipse Classic version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended. Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting

More information

Opera 3 Installation & Upgrade Guide

Opera 3 Installation & Upgrade Guide Opera 3 Installation & Upgrade Guide Opera 3 Copyright Pegasus Software Limited, 2014 Manual published by: Pegasus Software Limited Orion House Orion Way Kettering Northamptonshire NN15 6PE www.pegasus.co.uk

More information

Vizit 4.1 Installation Guide

Vizit 4.1 Installation Guide Vizit 4.1 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide How to remotely access your Virtual Desktop from outside the college using VMware View Client How to guide Author: ICT Services Version: 1.0 Date: November 2015 Contents What is the VMware View Client?...

More information

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS WHITEPAPER SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS EXECUTIVE OVERVIEW 2-Factor as a Service (2FaaS) is a 100% cloud-hosted authentication solution that offers flexible security without compromising user

More information

Android Mobile App Building Tutorial

Android Mobile App Building Tutorial Android Mobile App Building Tutorial Seidenberg-CSIS, Pace University This mobile app building tutorial is for high school and college students to participate in Mobile App Development Contest Workshop.

More information

DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015

DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights

More information

FAQ CE 5.0 and WM 5.0 Application Development

FAQ CE 5.0 and WM 5.0 Application Development FAQ CE 5.0 and WM 5.0 Application Development Revision 03 This document contains frequently asked questions (or FAQ s) related to application development for Windows Mobile 5.0 and Windows CE 5.0 devices.

More information

How To Test Fcs Winexpress On An Ipo On A Pc Or Mac Xp (Windows) On A Microsoft V3.3.5 (Windows Xp) On An Iphone Or Ipo (Windows V3) On Pc

How To Test Fcs Winexpress On An Ipo On A Pc Or Mac Xp (Windows) On A Microsoft V3.3.5 (Windows Xp) On An Iphone Or Ipo (Windows V3) On Pc Avaya Solution & Interoperability Test Lab Application Notes for FCS WinExpress 2.0 with Avaya IP Office 6.1 Issue 1.1 Abstract These Application Notes describe the configuration steps required for FCS

More information

Avaya Solution & Interoperability Test Lab

Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Ascom Wireless IP-DECT SIP Solution with Avaya IP Office 9.0 in a Converged Voice over IP and Data Network - Issue 1.0 Abstract

More information

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0 Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features

More information

LSGMI REMOTE DESKTOP SERVICES.

LSGMI REMOTE DESKTOP SERVICES. LSGMI REMOTE DESKTOP SERVICES. This Document is to describe the steps that you should follow in order to have a secured Remote Access to this Service. Requirements: Access to Remote Services is only supported

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Application Enablement Services Overview Release 4.0. An Avaya MultiVantage Communications Application

Application Enablement Services Overview Release 4.0. An Avaya MultiVantage Communications Application Application Enablement Services Overview Release 4.0 An Avaya MultiVantage Communications Application 02-300360 Issue 3 March 2007 2007 Avaya Inc. All Rights Reserved Notice While reasonable efforts were

More information

Creating, Running, and Scheduling Scripts

Creating, Running, and Scheduling Scripts T H R E E Creating, Running, and Scheduling Scripts 3 When learning any new development technology, some of the most important questions are the basic "how to" nuts and bolts questions. How do I create

More information

RingCentral Office@Hand from AT&T Desktop App for Windows & Mac. User Guide

RingCentral Office@Hand from AT&T Desktop App for Windows & Mac. User Guide RingCentral Office@Hand from AT&T Desktop App for Windows & Mac User Guide RingCentral Office@Hand from AT&T User Guide Table of Contents 2 Table of Contents 3 Welcome 4 Download and install the app 5

More information

Release Notes for Cisco Dynamic Content Adapter 2.01 Service Release 1

Release Notes for Cisco Dynamic Content Adapter 2.01 Service Release 1 Release s for Cisco Dynamic Content Adapter 2.01 Service Release 1 Contents This document includes the following information: Introduction, page1 Supported Platforms, page 2 New Features, page 3 Administration

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Integrator Soft Client User Guide

Integrator Soft Client User Guide Integrator Soft Client User Guide Contents Introduction... 3 Installing the Integrator Soft Client... 4 Signing in... 5 Passwords... 5 Settings and Configuration... 6 Telephony settings... 6 Interface

More information

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux)

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux) Installation of SE S AM E BARCODE virtual machine distribution (Windows / Mac / Linux) Introduction A "virtual machine" is a fake computer within a true one. An underlying software (here VirtualBox) is

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0

Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Algo 8028 SIP Door Phone with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration steps required for

More information

> Define the different phases of K2 development, including: understand, model, build, maintain and extend

> Define the different phases of K2 development, including: understand, model, build, maintain and extend This course concentrates on K2 blackpoint from a SharePoint Site Collection owners perspective, that is, a person who already has a basic understanding of SharePoint concepts and terms before attending

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Only Athena provides complete command over these common enterprise mobility needs.

Only Athena provides complete command over these common enterprise mobility needs. Mobile devices offer great potential for making your enterprise run faster, smarter, and more profitably. However, mobile devices can create considerable challenges for your IT organization, since they

More information

RingCentral for Salesforce. User Guide

RingCentral for Salesforce. User Guide RingCentral for Salesforce User Guide Table of Contents Table of Contents 3 Introduction 3 About RingCentral for Salesforce 3 About This Guide 4 Basics 4 Options 5 Log in 6 Placing Calls 7 Placing an International

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

My Account Quick Start

My Account Quick Start My Account Quick Start for Verizon Business Digital Voice Service Guide for Office System Administrators Accessing My Account Phone Assignment Defining the User Site Services Auto Attendant Voice Portal

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Python for Series 60 Platform

Python for Series 60 Platform F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia

More information

Avaya one-x Portal Overview

Avaya one-x Portal Overview Avaya one-x Portal Overview October 2008 Contents Chapter 1: Introduction...5 System features...5 Avaya one-x Portal system diagram...5 Prerequisites for one-x Portal...7 Supported languages in one-x

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

Unified Communications

Unified Communications Unified Communications Ancero UV/UC Services Suite a new breed of phone system that adopts cutting edge technology to meet today s business needs. Ancero s Utility VoIP includes the top rated Unified Communication

More information