Alcatel-Lucent OmniPCX Enterprise Communication Server. IP Desktop SoftPhone-For Flex Office Deployment Guide

Size: px
Start display at page:

Download "Alcatel-Lucent OmniPCX Enterprise Communication Server. IP Desktop SoftPhone-For Flex Office Deployment Guide"

Transcription

1 Alcatel-Lucent OmniPCX Enterprise Communication Server IP Desktop SoftPhone-For Flex Office Deployment Guide Alcatel-Lucent Services for Enterprise All Rights Reserved Alcatel-Lucent 2007

2 Legal notice Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks of Alcatel- Lucent. All other trademarks are the property of their respective owners. The information presented is subject to change without notice. Alcatel-Lucent assumes no responsibility for inaccuracies contained herein. Copyright 2009 Alcatel-Lucent. All rights reserved. Page 2

3 Table of Content 1 INTRODUCTION The Product Scope INSTALLATION Requirements for installing Ip Desktop SoftPhone MCDO Server Tomcat Server Installation Installation of MCDO and TOMCAT MyMacModifier web service IP Desktop SoftPhone Installation using: IpDesktopSoftPhoneInst_v9.1.x.x.exe Installation using: IPdesktopSoftPhone_v9.1.x.x.msi USING THE FEATURE Configuration of Flex Office parameters Skin configuration Starting the IP Desktop SoftPhone Troubleshooting...14 Page 3

4 1 Introduction 1.1 The Product The goal is to provide the ability to Real Estate to deploy new way of working for the employees (Teleworkers, Home Office and Flex office in a flexible way). IP Desktop SoftPhone, is improved to emulate Ip Touch 4038 and 4028 hard phones. Ip Desktop SoftPhone when connecting disconnects the hard phone at the office. Even the user has forgotten to log out from his hard phone at the office, he would be able to connect to the voice network through his soft phone. The hard phone should be disconnected when the soft phone is connecting 1.2 Scope This manual covers all activities necessary for installing the application in a PC and provides guidelines to configure it. It also covers all necessary information to create the environment suitable for the installation.. Page 4

5 2 Installation 2.1 Requirements for installing Ip Desktop SoftPhone Please refer to IP Desktop SoftPhone administration guide for its installation requirements MCDO Server The version to be used is MCDO Tomcat Server Tomcat version is 5.0.x, Refer to for more details. NB : For both MCDO and Tomcat, at least JRE 5 must be installed (refer to for more details on JRE installation) 2.2 Installation 2.3 Installation of MCDO and TOMCAT Please refer to their installation documentation for installation details MyMacModifier web service Once tomcat installed, the file MyMacAddrModifier.war file must be put under webapps directory of tomcat to install MyMacModifier web service. Once there, Tomcat will activate the service automatically. For example, If Tomcat is installed under C:\Program Files\Apache Software Foundation\Tomcat 5.0, put the file MyMacAddrModifier.war under C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps IP Desktop SoftPhone The installation is almost the same as the one described in its admin guide (refer to IP Desktop SoftPhone Administration Guide). We will describe how to fill some parameters added to the installation Page 5

6 2.4 Installation using: IpDesktopSoftPhoneInst_v9.1.x.x.exe Follolw the steps described in IP Desktop SoftPhone Administration Guide. Before installation ends, you will be asked to fill some parameters. We will explain here how to fill them correctly SCREENSHOT 1 FILL FLEX OFFICE PARAMETERS Pbx main address: refers to main cpu ip address or hostname Pbx backup address: refers to ip address or hostname of a backup CPU Activate Flex Office: check if you are to use the Flex Office feature. Pbx login: login of pbx (mtcl) Pbx password: password of previous login (mtcl) Phone Number: this is an optional field : please fill with the right phone number to be used with IP Desktop SoftPhone Mcdo Server: Ip address or hostname of the server where MCDO is installed Page 6

7 Mcdo Port: Port of Mcdo server (default value is 43879) Web service URL: URL of MyMacModifier web service. It must be in the following format : server>:<tomcat port>/mymacaddrmodifier/services/mymacmodifier where <Tomcat server> and <Tomcat Port> must be replaced with the right tomcat server ipaddress or hostname and its http port number. Example : Then click Next, and finish the installation exactly the same as described in IP Desktop SoftPhone Admin Guide. 2.5 Installation using: IPdesktopSoftPhone_v9.1.x.x.msi The following steps detail the installation process, using the file: IPdesktopSoftphone_v9.1.x.x.msi 1. Ensure that hardware, software and networking requirements are in place, as prescribed. 2. Ensure that Microsoft.NET Framework 2.0 is already installed. Otherwise, when you invoke the installation process, the following warning message would display, and the installation process will be aborted: 3. Close all running applications SCREENSHOT 1 Warning message when.net is not installed 4. To start the installation, follow the steps below: 5. Open command prompt screen. You can do this by clicking on: Start Run. In the screen that displays, key in: cmd. This opens the command prompt screen. Page 7

8 6. Move to the directory, where the file: IPdesktopSoftPhone_v9.1.x.x.msi is located. 7. There, key in the following: msiexec /i IPdesktopSoftphone_v9.1.x.x.msi PBXADDR=<server address> MODEPROACD=<number> LANGUAGE=<Number> ACTIVATEFLEXOFFICE=<activate flex office> PBXLOGIN=<login> PBXPASSWORD=<password> PHONENUMBER=<phone number> MCDOSERVER=<mcdo server> MCDOPORT=<mcdo port> WEBSERVICE=<web service> - Below table explains the different components that constitute this command: Component Description msiexec Microsoft command to execute file with msi extension /i Optional parameter for Status Messages. For more of such options, you can key in the following at command prompt: msiexec /? IPdesktopSoftPhone_v9.1.x.x.msi Name of file that is to be executed. PBXADDR= is the address of PBX server <server address> Address of PBX server MODEPROACD= Page 8

9 Component Description is the chosen mode (business or ProACD) <number> Here, key in: 0 for Business option 1 for ProACD option LANGUAGE= refers to the interactive language to be used during installation. <number> Give any of the following integers here. The numbers and their related languages are listed below: 4 Generic Alcatel English 5 French 6 Italian 11 German 12 Portuguese 15 Spanish 18 Norwegian 22 Finnish 23 Dutch 24 Russian 40 Chinese 42 Korean ACTIVATEFLEXOFFICE= refers to activating flex office feature Activate flex office 0: do not activate 1: activate PBXLOGIN= Page 9

10 Component Description refers pbx login login Pbx login (mtcl in general) PBXPASSWORD= refers previous login password password Pbx login password PHONENUMBER= refers the phone number to be used with IP Desktop SoftPhone Phone number The value of phone number MCDOSERVER= refers MCDO server IP address or hostname Mcdo server Value of mcdo server address MCDOPORT= refers to MCDO port number Mcdo port Value of MCDO port number WEBSERVICE= refers to MyMacModifier web service URL Page 10

11 Component Description Webs service Web service URL value NB :Web service URL must be in the following format : server>:<tomcat port>/mymacaddrmodifier/services/mymacmodifier where <Tomcat server> and <Tomcat Port> must be replaced with the right tomcat server ipaddress or hostname and its http port number. Example : 8. After keying the command, the installation process would commence, please refer to IP Desktop SoftPhone Administration guide for remaining installation details. 3 Using the feature For the use of IP Desktop SoftPhone, please refer to its users guide document. We will focus here on the use of Flex Office feature. 3.1 Configuration of Flex Office parameters In the Options -> application menu, a new tab is added named Flex Office, this tab offers to the user to configure, if not already done at installation level, the flex office feature parameters Page 11

12 SCREENSHOT 3 Flex office tab window 3.2 Skin configuration As IP Desktop SoftPhone emulates more than the 4068 Ip touch, the 4038 and the 4028, new skins are added. The skin name indicates witch type of emulation the user chooses. To use IP Desktop SoftPhone as a 4038 phone please choose skins starting with 4038 label. For 4028, please choose skin starting with 4028 label. The other skins refer to 4068 use. Page 12

13 3.3 Starting the IP Desktop SoftPhone When IP Desktop Starts, if it detects that the extension number the user dialed is not authorized (meaning that remote phone may still use that extension number), a new popup window is shown: SCREENSHOT 4 Flex Office warning message The QMCDU field refers to IP Desktop extension number, filled automatically if already configured. Code is the secret code of previous extension number. The user must click OK to take the identity of that extension number. The operation takes a few seconds; a small rotating icon is shown at the upper right side of the window to show that the request is ongoing. SCREENSHOT 5 Flex office operation ongoing If the operation succeeds, the phone resets and reconnects to OXE with the right identity. Page 13

14 3.4 Troubleshooting The table below lists some of the problems you could face, along with their remedial measures: # Problem Remedy 1. Connection establishment fails o o o Check if your network connection is enabled. Check that tftp address is correct and make sure you reach it by a ping You may be using the wrong network adapter: check in Network tab using Options Application menu Set is out of service message is shown on IP Desktop SoftPhone screen When applying the Flex Office warning message: an error message appears : Error setting mac address When applying the Flex Office warning message: a long Exception error message appears If you get this during the Installation, then one of the reason could be when the IP-Soft phone Emulation is not activated in the PABX: Ask your administrator to activate it in mgr > Users >Descend Hierarchy > TSC IP Users > Review and Modify >Directory Number (Enter the number of the terminal) > Ctrl+V >Select parameter IP Softphone Emulation > press Enter to change the parameter from NO to YES at PABX side Check that the secret code of your extension number is correct. Check also that MCDO server is started, and has the right Flexlm license Check that tomcat server in started, and that the MyMacAddrModifier service is started (on your internet browser, try to access to : fier) Page 14

15 Page 15

Alcatel-Lucent OmniPCX Enterprise Free Desktop. Free Desktop version 3.0.1 Linux Installation Guide

Alcatel-Lucent OmniPCX Enterprise Free Desktop. Free Desktop version 3.0.1 Linux Installation Guide Alcatel-Lucent OmniPCX Enterprise Free Desktop Free Desktop version 3.0.1 Linux Installation Guide Alcatel-Lucent Services for Enterprise All Rights Reserved Alcatel-Lucent 2008 Legal notice Alcatel, Lucent,

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Alcatel-Lucent IP Desktop Softphone OMNIPCX ENTERPRISE

Alcatel-Lucent IP Desktop Softphone OMNIPCX ENTERPRISE Alcatel-Lucent IP Desktop Softphone OMNIPCX ENTERPRISE Alcatel-Lucent IP Desktop Softphone is an application installed on a user s desktop (PC or MAC) or tablet (ipad). This multimedia, fully-integrated

More information

Feith Dashboard iq Server Version 8.1 Install Guide

Feith Dashboard iq Server Version 8.1 Install Guide Feith Dashboard iq Server Version 8.1 Install Guide Feith Dashboard iq Server Version 8.1 Install Guide Copyright 2013 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication

More information

OmniTouch 8400 Instant Communications Suite. My Instant Communicator for Microsoft Outlook User guide. Release 6.7

OmniTouch 8400 Instant Communications Suite. My Instant Communicator for Microsoft Outlook User guide. Release 6.7 OmniTouch 8400 Instant Communications Suite My Instant Communicator for Microsoft Outlook User guide Release 6.7 8AL 90243USAD ed01 Sept 2012 Table of contents 1 MY INSTANT COMMUNICATOR FOR MICROSOFT OUTLOOK...

More information

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products:

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products: IMPORTANT! This Guide refers to the following Products: Configuring Your Router With Your Modem Please read the following carefully; Synopsis: A standard (Wireless) Router does not come equipped with the

More information

Configuring Cisco CallManager IP Phones to Work With IP Phone Agent

Configuring Cisco CallManager IP Phones to Work With IP Phone Agent Configuring Cisco CallManager IP Phones to Work With IP Phone Agent Document ID: 40564 Contents Introduction Prerequisites Requirements Components Used Conventions Configuration Procedures in Cisco CallManager

More information

Motorola TEAM WS M Configuring Asterisk PBX Integration

Motorola TEAM WS M Configuring Asterisk PBX Integration Motorola TEAM WS M Configuring Asterisk PBX Integration Objective The purpose of this document is to provide a guideline on how to configure the WSM/TEAM software as well as an Asterisk-based PBX in order

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

`````````````````SIRE QUICK START GUIDE

`````````````````SIRE QUICK START GUIDE `````````````````SIRE QUICK START GUIDE Table of Contents Table of Contents 2 Introduction 3 Set-up 4 Getting Started 5 Set-up Your Backup Profile 6 Custom Backup 7 Launch Your Backup 9 Main Screen 10

More information

U S E R M A N U A L. Alcatel-Lucent. Click to call plugin for OmniPCX Enterprise. User manual. Alcatel-Lucent Enterprise Services Page 1/12

U S E R M A N U A L. Alcatel-Lucent. Click to call plugin for OmniPCX Enterprise. User manual. Alcatel-Lucent Enterprise Services Page 1/12 U S E R M A N U A L Alcatel-Lucent Click to call plugin for OmniPCX Enterprise User manual Alcatel-Lucent Enterprise Services Page 1/12 Index table 1 D o c u m e n t h i s t o r y 3 2 S c o p e 3 2.1 Overview...

More information

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend, LLC. Published: September 2008 Abstract This guide will walk you through the steps required to publish a terminal services

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1.

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1. Click-To-Talk ZyXEL IP PBX License Edition 1, 07/2009 IP PBX LOGIN DETAILS LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

The innovative solution to control telecom costs! PREPAYMENT TELECOM SOFTWARE FOR ALCATEL-LUCENT PBX OmniPCX Office

The innovative solution to control telecom costs! PREPAYMENT TELECOM SOFTWARE FOR ALCATEL-LUCENT PBX OmniPCX Office by The innovative solution to control telecom costs! PREPAYMENT TELECOM SOFTWARE FOR ALCATEL-LUCENT PBX OmniPCX Office Innovating Telecom Prepayment System A telecom cost control tool real cost saving

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

Qvis Security Technical Support Field Manual LX Series

Qvis Security Technical Support Field Manual LX Series Table of Contents Page 1: Motion Detection 1.0 Configuring Motion Detection for LX Apollo / LX Zeus DVRs 2 1.1 Motion Playback on LX Apollo / LX Zeus DVRs 3 1.2 Scheduling Motion and Continuous Recording

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual LockView 4.3.1 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements...

More information

Device LinkUP + Desktop LP Guide RDP

Device LinkUP + Desktop LP Guide RDP Device LinkUP + Desktop LP Guide RDP Version 2.1 January 2016 Copyright 2015 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Troubleshooting File and Printer Sharing in Microsoft Windows XP Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows

More information

User Manual. Call Center - Agent Assistant Application

User Manual. Call Center - Agent Assistant Application User Manual Call Center Agent Assistant Application Release 9.1 April 2013 Legal notice: Alcatel, Lucent, AlcatelLucent and the AlcatelLucent logo are trademarks of AlcatelLucent. All other trademarks

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

SSL VPN Support Guide

SSL VPN Support Guide Page 1 SSL VPN Support Guide Revision date: 4/16/14 Page 2 Table of Contents Before calling the Service Desk..pg 3 What the Service Desk can assist users with. pg 4 Instructions for PC users (Internet

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated May 2012 Copyright 2010, 2012 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC EXPERT

More information

LockView 4.2 CompX Database & Network Configuration & Installation Manual

LockView 4.2 CompX Database & Network Configuration & Installation Manual LockView 4.2 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements... 5

More information

Two Factor Authentication in SonicOS

Two Factor Authentication in SonicOS Two Factor Authentication in SonicOS 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential damage

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

Alcatel-Lucent OmniTouch Contact Center Standard Edition. Agent on VoIP Plug-in R10.0

Alcatel-Lucent OmniTouch Contact Center Standard Edition. Agent on VoIP Plug-in R10.0 Alcatel-Lucent OmniTouch Contact Center Standard Edition Agent on VoIP Plug-in R10.0 Legal notice: Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks of Alcatel-Lucent. All other

More information

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer)

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer) These instructions are specifically designed for OS X Mountain Lion and Mavericks. Earlier versions of the OS will require a different installation. These instructions assume that there are no Java, Citrix

More information

Downloading and Mass Deploying Applications

Downloading and Mass Deploying Applications Downloading and Mass Deploying Applications Use of this product requires additional applications that must be downloaded to your users' computers. You can download and mass deploy these applications using

More information

Operating Instructions Driver Installation Guide

Operating Instructions Driver Installation Guide Operating Instructions Driver Installation Guide For safe and correct use, be sure to read the Safety Information in "Read This First" before using the machine. TABLE OF CONTENTS 1. Introduction Before

More information

Installation Guide. IDA Indoor Climate and Energy. EQUA Simulation AB January 2014. Copyright 2014 EQUA Simulation AB.

Installation Guide. IDA Indoor Climate and Energy. EQUA Simulation AB January 2014. Copyright 2014 EQUA Simulation AB. Installation Guide IDA Indoor Climate and Energy Network Versions EQUA Simulation AB January 2014 Copyright 2014 EQUA Simulation AB Contents 1. Introduction 3 2. System requirements 3 3. Delivered files

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

How do I use Citrix Staff Remote Desktop

How do I use Citrix Staff Remote Desktop How do I use Citrix Staff Remote Desktop September 2014 Initial Log On In order to login into the new Citrix system, you need to go to the following web address. https://remotets.tees.ac.uk/ Be sure to

More information

Administrator s Guide for the Polycom Video Control Application (VCA)

Administrator s Guide for the Polycom Video Control Application (VCA) Administrator s Guide for the Polycom Video Control Application (VCA) Version 1.1 November 2007 Edition 3725-26448-004/A Trademark Information Polycom and the Polycom logo design are registered trademarks

More information

Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual

Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual www.hillstonenet.com Preface Conventions Content This document follows the conventions below: CLI Tip: provides

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

IP Touch 4088 EE/4018 EE SIP Phone installation manual

IP Touch 4088 EE/4018 EE SIP Phone installation manual IP Touch 4088 EE/4018 EE SIP Phone installation manual 8AL90824AAAAed01 October, 2009 Alcatel-Lucent All Rights Reserved Alcatel-Lucent 2009 1. Overview... 3 2. SIP Stand-Alone Mode... 3 2.1. Initializing

More information

intertrax Suite resource MGR Web

intertrax Suite resource MGR Web intertrax Suite resource MGR Web Resource Management Installation Guide Version 4 2012 Copyright 2003-2012 by Salamander Technologies, Inc. Protected by US Patents 5,573,278; 5,596,652; 5,793,882; 6,761,312;

More information

OmniTouch 8440 Messaging Software Quick Reference Guide. Messaging Services Telephone User Interface

OmniTouch 8440 Messaging Software Quick Reference Guide. Messaging Services Telephone User Interface Quick Reference Guide Introduction Access to voice messaging is available: Via the Telephone User Interface The Telephone User Interface is accessible from any phone, whether internal or external to the

More information

PeopleSoft Application Designer Installation Documentation

PeopleSoft Application Designer Installation Documentation PeopleSoft Application Designer Installation Documentation NOTE: If you already have PeopleSoft Application Designer installed and working on your machine you do not need to re-install. You can simply

More information

SMART Meeting Pro Premium 2.3

SMART Meeting Pro Premium 2.3 SMART Meeting Pro Premium 2.3 Windows operating systems System administrator s guide Trademark notice SMART Meeting Pro, the SMART logo, SMART Board, SMART Bridgit, SMART Document Camera, smarttech and

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

Quick Connect. Overview. Client Instructions. LabTech

Quick Connect. Overview. Client Instructions. LabTech LabTech Quick Connect QUICK CONNECT 1 Overview... 1 Client Instructions... 1 Technician Instructions... 4 VNC... 5 RDP... 6 RAssist (Remote Assistance)... 8 IE (Internet Explorer browser)... 9 CMD... 10

More information

FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01

FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01 FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01 Product Version This manual applies to the F5 SSLV client software provided as part of the FirePass 6.0.2,

More information

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE Installation and Administration Guide RSM Web Client and RSM Web Gateway 17 August, 2004 Page 1 Copyright Notice 2004 Sony Corporation.

More information

New Features SMART Sync 2009. Collaboration Feature Improvements

New Features SMART Sync 2009. Collaboration Feature Improvements P L E A S E T H I N K B E F O R E Y O U P R I N T New Features SMART Sync 2009 SMART Sync (formerly SynchronEyes ) is easy-to-use classroom management software that allows teachers to monitor and control

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

SysAidTM Freeware Installation Guide

SysAidTM Freeware Installation Guide SysAidTM Freeware Installation Guide Document Updated: 10 November 2009 Introduction SysAid free edition is built for organizations with fewer than 100 computers and users. This document will help you

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

Application Note. ShoreTel 9: Active Directory Integration. Integration checklist. AN-10233 June 2009

Application Note. ShoreTel 9: Active Directory Integration. Integration checklist. AN-10233 June 2009 Application Note AN-10233 June 2009 ShoreTel 9: Active Directory Integration This application note outlines the configuration required to prepare a customer s Microsoft Active Directory environment for

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Quick Installation Guide

Quick Installation Guide Wired/Wireless IP Camera Quick Installation Guide (IE Browser) Model: APM-J803-WS Black White Shenzhen Apexis Electronic Co., Ltd. Step 1: Hardware Installation. 1. Install the Wi-Fi antenna. 2. Plug the

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

SSL VPN Support Guide

SSL VPN Support Guide P a g e 1 SSL VPN Support Guide Revision date: 5/4/10 P a g e 2 Table of Contents Before calling the Support Desk..pg 3 What the Support Desk can assist users with. pg 4 Instructions for PC users (Internet

More information

User Manual. User Manual Version 4.0.0.0

User Manual. User Manual Version 4.0.0.0 User Manual User Manual Version 4.0.0.0 I Endpoint Protector Virtual Appliance User Manual Table of Contents 1. Endpoint Protector Virtual Appliance Formats1 1.1. Available Formats of the Virtual Appliance...

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

Backup Recording Viewer for NS

Backup Recording Viewer for NS Backup Recording Viewer for NS Installation and Operation Manual Version 1.0 Poltys, Inc. 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 864 642 6103, sales@poltys.com www.poltys.com 2013 Poltys,

More information

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Deployment Guide Deploying the BIG-IP System with Microsoft Windows Server 2003 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Welcome to the BIG-IP

More information

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6 Contents About This Document 3 Integration Overview 4 Prerequisites and Requirements 6 Meeting the Requirements of the cpanel Plugin... 6 Meeting the Requirements of Presence Builder Standalone... 6 Installation

More information

TypingMaster Intra. LDAP / Active Directory Installation. Technical White Paper (2009-9)

TypingMaster Intra. LDAP / Active Directory Installation. Technical White Paper (2009-9) TypingMaster Intra LDAP / Active Directory Installation Technical White Paper (2009-9) CONTENTS Contents... 2 TypingMaster Intra LDAP / Active Directory White Paper... 3 Background INFORMATION... 3 Overall

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Dynamic DNS How-To Guide

Dynamic DNS How-To Guide Configuration Guide Dynamic DNS How-To Guide Overview This guide will show you how to set up a Dynamic DNS host name under the D-Link DDNS service with your D-Link ShareCenter TM. Dynamic DNS is a protocol

More information

Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows

Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows I Installation & Configuration Guide Author: Thinh Hong Business Partner Technical Enablement

More information

2. PMP New Computer Installation. & Networking Instructions

2. PMP New Computer Installation. & Networking Instructions ONTARIO CHIROPRACTIC ASSOCIATION PATIENT MANAGEMENT PROGRAM PUTTING EXPERIENCE INTO PRACTICE PMP New Computer Installation & Networking Instructions This document provides installation instructions for

More information

Fixing Problems with IP Phone Services

Fixing Problems with IP Phone Services Fixing s with IP Phone Services Document ID: 13959 Contents Introduction Prerequisites Requirements Components Used Conventions Change the URL Services in Cisco CallManager Reset the TFTP Server Reset

More information

Quick Start Guide. User Manual. 1 March 2012

Quick Start Guide. User Manual. 1 March 2012 Quick Start Guide User Manual 1 March 2012 This document outlines the steps to install SAMLite system into a single box of server and configure it to run for passive collection (domain login script). This

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

How to configure Linksys SPA 941 942 for VOIP Connections

How to configure Linksys SPA 941 942 for VOIP Connections How to configure Linksys SPA 941 942 for VOIP Connections Congratulations. Welcome to VOIP Connections family. 1.) Connect the phone properly. Make sure the phone is connected securely to your router or

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Education Software Installer 2014

Education Software Installer 2014 Education Software Installer 2014 SYSTEM ADMINISTRATOR S GUIDE FOR MAC OS X OPERATING SYSTEM SOFTWARE Product registration If you register your SMART product, we ll notify you of new features and software

More information

Remote Desktop Instructions for the Remote PC Running Windows Vista

Remote Desktop Instructions for the Remote PC Running Windows Vista USC Marshall School of Business Academic Information Services Remote Desktop Instructions for the Remote PC Running Windows Vista Remote Desktop allows you to access the files and programs on a computer

More information

Scan to Cloud Installation Guide

Scan to Cloud Installation Guide Scan to Cloud Installation Guide Table of Contents 1 - Before you start 1 1.1- What is Scan to Cloud? 1 1.2- What is included? 1 1.3- Supported devices 1 1.4- Supported languages 1 1.5- Keyboards 1 1.6-

More information

Sophos UTM. Remote Access via PPTP Configuring Remote Client

Sophos UTM. Remote Access via PPTP Configuring Remote Client Sophos UTM Remote Access via PPTP Configuring Remote Client Product version: 9.300 Document date: Tuesday, October 14, 2014 The specifications and information in this document are subject to change without

More information

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind Software which

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056

More information

Background Deployment 3.1 (1003) Installation and Administration Guide

Background Deployment 3.1 (1003) Installation and Administration Guide Background Deployment 3.1 (1003) Installation and Administration Guide 2010 VoIP Integration March 14, 2011 Table of Contents Product Overview... 3 Personalization... 3 Key Press... 3 Requirements... 4

More information

Client Program Installation Guide

Client Program Installation Guide Siku Quanshu (Wenyuange Edition) Online Subscription Services Client Program Installation Guide 1. System Requirements The minimum requirements of the Siku Quanshu (Wenyuange Edition) Online Subscription

More information

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide Contacting Ensure Technologies Email: support@ensuretech.com Phone: (734) 547-1600 Home Office: Ensure Technologies 135 S Prospect

More information

VPN Web Portal Usage Guide

VPN Web Portal Usage Guide VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING A VPN CONNECTION 6 KNOWN ISSUES WITH MAC COMPUTERS 6 ACCESS INTRANET

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

Weston Public Schools Virtual Desktop Access Instructions

Weston Public Schools Virtual Desktop Access Instructions Instructions for connecting to the Weston Schools Virtual Desktop Environment Notes: You will have to have administrator permission on your computer in order to install a VMWare Client application which

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

ICE.TCP Pro Update Installation Notes

ICE.TCP Pro Update Installation Notes ICE.TCP Pro Update Installation Notes Important Note: Based on customer comments, we are providing these revised installation instructions. They supercede the instructions in the manual. For previous users

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

Upgrading to Document Manager 2.7

Upgrading to Document Manager 2.7 Upgrading to Document Manager 2.7 22 July 2013 Trademarks Document Manager and Document Manager Administration are trademarks of Document Logistix Ltd. TokOpen, TokAdmin, TokImport and TokExRef are registered

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Configure and enable remote access for windows operating system

Configure and enable remote access for windows operating system Configure and enable remote access for windows operating system There can be several reasons on why you cannot access a remote computer in your network. In this guide we will focus on troubleshooting the

More information

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine System Details: The development & deployment for this documentation was performed on the following:

More information