Installing TeamCall Server on Mac OS X
|
|
|
- Kerrie Heath
- 10 years ago
- Views:
Transcription
1 Installing TeamCall Server on Mac OS X June 2012 Contents 1. General Overview 2 2. Installation 3 3. Configuration 7 4. Starting TeamCall 8 5. Test the Installation 8 6. Uninstalling TeamCall 8 7. Q&A 9 1
2 1. General Overview TeamCall Telephony Access Platform is a CTI-Server to connect computers and PBX systems. TeamCall Telephony Access Platform (TAP) is available for Windows, Mac OS X and Linux. This document describes the installation of TeamCall Telephony Access Platform Version 3.8 for Mac OS X. 2
3 2. Installation Software Requirements TeamCall Telephony Access Platform is working with the following Mac OS X operating system versions: 10.4 (Tiger) and 10.4 Server 10.5 (Leopard) and 10.5 Server 10.6 (Snow Leopard) and 10.6 Server 10.7 (Lion) and 10.7 Server To install TeamCall, Administration rights are required. Hardware Requirements The hardware requirements for TeamCall are generally very low. The hardware requirements are, however, in some cases significantly depending on the type of telephone system to be controlled and the number of users. Installation Package TeamCall comes as a Mac OS X Disk Image (.dmg) and consists of two parts: an installation package (.pkg) and an extension for the system settings as a configuration interface (.prefpane). Installation procedure Double-click the downloaded disk image file, such as "TeamCall-3.8-macosx.dmg" to mount the installation disk image. The installation will be explained with screenshots. 3
4 To install TeamCall double click the installation package TeamCall.pkg. Click "Continue". In the next step you have the chance to read more regarding TeamCall TAP and all of itʻs interfaces. You can also save and print the text for later reading. Click "Continue" to continue the installation. 4
5 Click "Install" to start the installation process. For the installation you need Administration rights. If necessary, enter the name and the password of a user with Administration rights and click OK. Installed Files The following folders are installed. For TeamCall Telephony Access Platform (TAP) Server (CSTA server) and its files: /var/cstaserver/ For the start and stop scripts: /Library/StartupItems/CSTAServer/ 5
6 The installation is finished. Click Close to close the installation window. Installation of System Preferences After installing the TeamCall.pkg package, the installation of the System Preferences module. Double-click the file "TeamCall.prefPane. The System Preferences application opens and displays an installation dialog. The TeamCall System Preferences can be installed for the current user or all users of the computer. Note: We recommend you install this module "for all users of this computer" (not "only for this user"). One reason for this is that you may not have the necessary access rights if your home folder is on a file server and that the subsequent removal of the System Preferences module by other users may not be possible if this is your user folder. Installed Files The following files are installed: System Settings module for the installation option "Install for all users of this computer": /Library/PreferencePanes/TeamCall.prefPane System Settings module for the installation option "Install only for this user : ~/Library/PreferencePanes/TeamCall.prefPane 6
7 Installing TeamCall CAs To connect some phone systems (Avaya Definity, Cisco Call Manager, Nortel Meridian, Siemens HiPath 4000, ShoreTel call manager) so-called connectivity adapters, short CAs are required, which must be installed separately and are not supported on Mac OS X. The installation of TeamCall CAs call is not described in this manual. 3. Configuration To configure "TeamCall TAP", open the Mac OS X System Preferences and select the module "TeamCall". Click the lock to make the configuration as an administrative user. Enter the name and password of an administrative user when prompted. Select the appropriate phone system from the Phone System Type" pop-up menu. Enter the IP address of the telephone system in the box "Phone System Address. Enter the CSTA port of the phone system in the "Phone System CSTA port" box. The 7
8 box shows the known default port of the selected telephone system. Ask if the supplier of the telephone system configured a different port. Copy the TeamCall server license key from the license file and paste it into the "License Key" box. If no valid license key is registered, TeamCall server is running in demo mode. In demo mode, the use of only one extension is possible. Click "Apply Now" to save the configuration. 4. Starting TeamCall In the TeamCall System Preferences you can start and stop the TeamCall Server by clicking on the button "Start or Stop. If the computer is restarted, TeamCall Server starts automatically when the server was previously started. Did TeamCall Server not run, it will not launch automatically at startup. 5. Test the Installation After installation, it is not necessary to make an explicit function test. You can also install the CTI application, direct, for example, that uses TeamCall Server for communication with the telephone system. If you test the installation, however, before the use of a CTI software, you can easily do this via the TeamCall System Preferences. Test using TeamCall System Preferences. To test the installation, select the tab Testing in the TeamCall System Preferences. Enter the extension of two phones connected with the telephone system in the fields "Extension A and Extension B" and click on "Test". In a successful test the telephone system makes a call from the extension "Extension A" to the extension "Extension B ". You can find the response from TeamCall Server under "Server Response". To test TeamCall Server, the service should, of course, already be running. If you have not started it yet, please do so now. But if you have problems in carrying out the above tests, it is advisable to undertake an independent TeamCall Server function test using Telnet and STLI. See Q&A section for more information regarding this testing method. 6. Uninstalling TeamCall To uninstall the TeamCall Server and all its files, we provide the shell script: uninstall.sh. The script also uninstalls the TeamCall System Preference, when it has been installed 8
9 with the option install for all users of this computer. When the TeamCall System Preference has been installed by using the option Install for this user the script uninstalls the TeamCall System Preference only when the shell script is called from the same user that initially installed the TeamCall System Preference. You can find the shell script in the documentation directory of the TeamCall Server disk image (.dmg). The shell script can be run by double-clicking it. Alternatively, you can find the script in the directory /var/cstaserver To uninstall TeamCall Server, copy the following line in a shell window of the application "Terminal" and press the entry with the Enter key. sudo sh /var/cstaserver/uninstall.sh You will be prompted to enter your password. 7. Q&A In this section we address some typical questions and describe possible solutions. We use the usual advance knowledge of an IT administrator, so that we do not explain the tools used explicitly. Question: I tried to do the manual connection test described earlier and it did not work. However, I can not connect to TeamCall Server. Answer: Do a function test using Telnet and STLI. An extended test option is to connect to the TeamCall Server via Telnet and manually typing in STLI commands. Start the Terminal application and open a Telnet connection to localhost on port The Terminal application can be found in the Utilities folder within the Applications folder. telnet localhost When a connection to the TeamCall Server could be established, you see the following output: 9
10 Now you can start an STLI session by typing STLI at the command prompt, followed by the enter key. The response to this command is in case of success error_ind SUCCESS STLI Please now enter the command MonitorStart <extension> Be sure to use the internal extension number of the phone that you want to perform the test with. The response to this command is in case of success: error_ind SUCCESS MonitorStart: Then pick up the handset of the extension. This should result in the the following output within STLI session (possibly followed by other lines of output): Initiated <extension> normal If until now everything went as described, the installation was successful. For troubleshooting information, see the section "Troubleshooting" of the TeamCall Server documentation (ReferenceGuide.pdf). You can stop the STLI session by entering the command BYE. You can quit the Terminal application. Question: I try using telnet to connect to server. I used the address and port number However, I can not connect to TeamCall Server. Answer: Assuming that the telnet program was running on the same computer on which Team- Call Server is installed, the problem may have several causes. Check the following conditions: 1. Is the team call server running? The status of the service is indicated In the Team- Call System Preferences. If the service is not running, start it by clicking the Start 10
11 button. 2. If the service is already running, open a shell with the Terminal application and type the following command: ping If the local host can not be pinged, check the network configuration of your computer. 3. If the ping was fine, but if telnet does not present a prompt or gets terminated, it is likely that another application is already using and blocking port If that is the case, TeamCall Server cannot use the port. In this case, change the TeamCall Server port number in the configuration file default.conf that is located in the installation directory. Change the value for the key "login port" and start TeamCall Server. Please make also sure to change the configuration of your CTI application, such as "direct" to reflect the new port setting. Question: I can connect via telnet to and the request looks fine. If I send a "monitor start" request send the following message appears: Link Out Of Service Message Answer: The link between TeamCall Server and the telephone system could not be established. Possible reasons are: The chosen Telephone System type within the TeamCall System Preference is not the type of your system. The IP address of your phone system does not match the configuration. Check the IP address of your telephone system. Please adjust the value if necessary within the TeamCall System Preference and restart TeamCall Server. The IP port of your phone system does not match the configuration. In the unlikely event that your telephone system manufacturer has changed the the default port number or it has been changed manually, you can adjust the value if necessary within the TeamCall System Preference and restart TeamCall Server. There is no connection to the telephone system, because either the computer or the telephone system itself is not on the network. Try to send a ping from your computer to the telephone system. If you get a timeout, there is possibly a network problem. Please check in this case, if there is a firewall between the TeamCall Server and the telephone system that prevents communication. 11
12 The CTI interface of the telephone system is disabled, eg because the sometimes required CTI licenses of the telephone system are missing. 12
13 Question: When I try a to set a second monitor point, I get the following error message: error_ind LICENSEERROR MONITORINGPOINTSEXCEEDED Monitor not set Answer: Either you have not entered a license key or your license key is incorrect. 13
Online Backup Client User Manual Mac OS
Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC
Online Backup Client User Manual Mac OS
Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC
Online Backup Client User Manual
For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.
Installation Guidelines (MySQL database & Archivists Toolkit client)
Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed
Freshservice Discovery Probe User Guide
Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements
Amira License Manager
Amira License Manager 1.5.1 Contents About Amira licensing management Node-locked versus floating licenses Time-limited versus perpetual licenses License manager actions Online local activation mode Offline
FEI Avizo License Management
FEI Avizo License Management 1.5 Avizo License Manager 1.5.1 Contents About Avizo licensing management Node-locked versus floating licenses Time-limited versus perpetual licenses License manager actions
FAQ. How does the new Big Bend Backup (powered by Keepit) work?
FAQ How does the new Big Bend Backup (powered by Keepit) work? Once you establish which of the folders on your hard drive you ll be backing up, you ll log into myaccount.bigbend.net and from your control
SuperOffice AS. CRM Online. Installing the Citrix Online Web plug-in
SuperOffice AS CRM Online Installing the Citrix Online Web plug-in Index Introduction... 3 Prerequisites... 3 Considerations... 3 FOR WINDOWS USERS:... 4 Download the installation package... 4 Installing
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
Deploying Windows Streaming Media Servers NLB Cluster and metasan
Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................
Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com
CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise
Sophos Endpoint Security and Control standalone startup guide
Sophos Endpoint Security and Control standalone startup guide Sophos Endpoint Security and Control version 9 Sophos Anti-Virus for Mac OS X, version 7 Document date: October 2009 Contents 1 Before you
CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities
CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server
Creating Home Directories for Windows and Macintosh Computers
ExtremeZ-IP Active Directory Integrated Home Directories Configuration! 1 Active Directory Integrated Home Directories Overview This document explains how to configure home directories in Active Directory
Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20
Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/
Administering FileVault 2 on OS X Lion with the Casper Suite. Technical Paper July 2012
Administering FileVault 2 on OS X Lion with the Casper Suite Technical Paper July 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that
Reference and Troubleshooting: FTP, IIS, and Firewall Information
APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the
Mac OS VPN Set Up Guide
Mac OS VPN Set Up Guide If internet traffic is not being sent over the VPN then go to System Preferences- >Network and click on your VPN connection. Click the "Advanced..." button, and in the "Options"
mypro Installation and Handling Manual Version: 7
mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced
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
FTP, IIS, and Firewall Reference and Troubleshooting
FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the
How to install and use the File Sharing Outlook Plugin
How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.
User's Manual. Intego VirusBarrier Server 2 / VirusBarrier Mail Gateway 2 User's Manual Page 1
User's Manual Intego VirusBarrier Server 2 / VirusBarrier Mail Gateway 2 User's Manual Page 1 VirusBarrier Server 2 and VirusBarrier Mail Gateway 2 for Macintosh 2008 Intego. All Rights Reserved Intego
FLX VoIP Registering with Avaya IP Office 500
FLX VoIP Registering with Avaya IP Office 500 Date: April 5 th, 2012 This technical note gives a detailed description on how to register a Revolabs FLX conference phone with Avaya IP Office 500 PBX. On
Advanced Troubleshooting Guide for ilink Microsoft Lync ShoreTel CSTA Server Release 1.5
Advanced Troubleshooting Guide for ilink Microsoft Lync ShoreTel CSTA Server Release 1.5 While the information in this publication is believed to be accurate, ShoreTel and ilink make no warranty of any
OroTimesheet 7 Installation Guide
Installation Guide Copyright 1996-2011 OroLogic Inc. http://www.orologic.com Revision 7.00 Contents I Contents Installation Guide 2 Introduction 2 Installing OroTimesheet 2 Installing OroTimesheet in stand-alone
CONNECT-TO-CHOP USER GUIDE
CONNECT-TO-CHOP USER GUIDE VERSION V8 Table of Contents 1 Overview... 3 2 Requirements... 3 2.1 Security... 3 2.2 Computer... 3 2.3 Application... 3 2.3.1 Web Browser... 3 2.3.2 Prerequisites... 3 3 Logon...
RLM Server Guide. For Macintosh and Windows
RLM Server Guide For Macintosh and Windows Gene Codes Corporation 775 Technology Drive, Ann Arbor, MI 48108 USA 1.800.497.4939 (USA) +1.734.769.7249 (elsewhere) +1.734.769.7074 (fax) www.genecodes.com
Installing and Configuring Lexia Reading Desktop Software
Page 1 of 7 Installing and Configuring Lexia Reading Desktop Software Summary: Learn how to install and configure Lexia Reading desktop software, including Lexia Early Reading, Lexia Primary Reading, and
HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE
HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro
Aspera Connect User Guide
Aspera Connect User Guide Mac OS X 10.4/10.5 Browser: Firefox 2+, Safari 2+ Version 2.2 Chapter 1 Chapter 2 Chapter 3 Appendix Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment
Unity Error Message: Your voicemail box is almost full
Unity Error Message: Your voicemail box is almost full Document ID: 111781 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Solution Delete Voice Mail Messages from
Contents. Business Everywhere user guide. 1. Introduction. 2. How to Install/Uninstall Business Everywhere. 3. The Business Everywhere interface
Contents 1. Introduction 2. How to Install/Uninstall Business Everywhere 3. The Business Everywhere interface 4. Launching Business Everywhere 5. Connection 6. Business Everywhere management tools 7. Troubleshooting
Installing S500 Power Monitor Software and LabVIEW Run-time Engine
EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...
STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER
Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable
4D v1x ODBC Driver INSTALLATION GUIDE
INSTALLATION GUIDE Open Database Connectivity Standard (ODBC) is an open standard application programming interface (API) used to access one or more databases from a single application. In order to set
Installation Instruction STATISTICA Enterprise Small Business
Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations
ACTIVE DIRECTORY DEPLOYMENT
ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...
INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES
INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not
IIS, FTP Server and Windows
IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:
Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide
Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Contents Installation: For users who have no prior Cisco VPN Client Installed... 2 Profile Import:... 4 Usage:... 4
Online Backup Client User Manual
Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have
STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS
STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)
Apple Mail Setup Guide (POP3)
Versions Addressed: Mac OS X 10.4 (Tiger), 10.5 (Leopard), 10.6 (Snow Leopard) Document Updated: 9/23/2010 Copyright 2010 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring
Signiant Agent installation
Signiant Agent installation Release 11.3.0 March 2015 ABSTRACT Guidelines to install the Signiant Agent software for the WCPApp. The following instructions are adapted from the Signiant original documentation
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...
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any
Witango Application Server 6. Installation Guide for OS X
Witango Application Server 6 Installation Guide for OS X January 2011 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: [email protected] Web: www.witango.com
HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation
HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro
Remote Administration
Contents Preparing The Server 2 Firewall Considerations 3 Performing Remote Administration 4 Additional Notes 5 Mobile Application Administration 6 Managing Users In The iphone App 8 Maxum Development
The safer, easier way to help you pass any IT exams. Exam : 9L0-518. OS X Server Essentials 10.8 Exam. Title : Version : Demo 1 / 6
Exam : 9L0-518 Title : OS X Server Essentials 10.8 Exam Version : Demo 1 / 6 1.In Server app, which procedure will configure OS X Server to let members of a specific group use the Messages service? A.
Mercy s Remote Access Instructions
Mercy s Remote Access Instructions ~~~~~~~~~~~~~~ Section A Windows 2000 / XP ~~~~~~~~~~~~~~ I. Install Meditech............................... A1 II. Install VPN Client............................. A3
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment
Download and Install the Citrix Receiver for Mac/Linux
Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed
USB HSPA Modem. User Manual
USB HSPA Modem User Manual Congratulations on your purchase of this USB HSPA Modem. The readme file helps you surf the Internet, send and receive SMS, manage contacts and use many other functions with
Outlook 2011 Setup For ITS Exchange 2010 Server Using A SOM Domain Login
1 WHAT These instructions are for the setup of Outlook 2011 to connect to the UCSF ITS Exchange 2010 Email Server WHY SOM ISU is migrating all SOM email accounts from the Exchange 2003 email server to
Elluminate Live! Access Guide. Page 1 of 7
This guide is provided to Elluminate Live! users to assist them to make a successful connection to an Elluminate Live! session through a proxy firewall. In some cases settings discussed in this document
Portal Instructions for Mac
Portal Instructions for Mac Table of Contents Introduction... 1 Preparing Safari... 2 Advanced Access Instructions... 3 Installing Java... 3 Setting the Default Browser... 3 Installing the Browser Plug-in...
You can find the installer for the +Cloud Application on your SanDisk flash drive.
Installation You can find the installer for the +Cloud Application on your SanDisk flash drive. Make sure that your computer is connected to the internet. Next plug in the flash drive and double click
DP-313 Wireless Print Server
DP-313 Wireless Print Server Quick Installation Guide TCP/IP Printing (LPR for Windows 95/98/Me/2000) Rev. 03 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may
Installing The SysAidTM Server Locally
Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.
Allworx Installation Course
VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The
Reason 8 Multi Licenses
MULTI LICENSES The information in this document is subject to change without notice and does not represent a commitment on the part of Propellerhead Software AB. The software described herein is subject
Install MS SQL Server 2012 Express Edition
Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other
NovaBACKUP xsp Version 15.0 Upgrade Guide
NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject
How to Backup XenServer VM with VirtualIQ
How to Backup XenServer VM with VirtualIQ 1. Using Live Backup of VM option: Live Backup: This option can be used, if user does not want to power off the VM during the backup operation. This approach takes
Paragon ExtFS for Mac OS X
PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com E-mail [email protected] Paragon
Yale Software Library http://www.yale.edu/software/
e/ Yale Software Library http://www.yale.edu/software/ For assistance contact the ITS Help Desk 785-3200, 432-9000, [email protected] Remote Desktop General overview With Remote Desktop, you get full access
Automating client deployment
Automating client deployment 1 Copyright Datacastle Corporation 2014. All rights reserved. Datacastle is a registered trademark of Datacastle Corporation. Microsoft Windows is either a registered trademark
idatafax Troubleshooting
idatafax Troubleshooting About idatafax idatafax is a client application that connects back to a server at the PHRI based in Hamilton, Ontario, Canada. It is not known to interfere with any software and
MY WORLD GIS. Installation Instructions
MY WORLD GIS Version 4.1 Installation Instructions Copyright 2007 by Northwestern University. All rights reserved. Created August 15, 2002 Last Revised April 14, 2008 2. Launching the Installer On the
on-hand viewer on iphone / ipod touch manual installation and configuration of an FTP server for Mac OS X to transfer data to on-hand viewer application on iphone / ipod touch table of contents 1. Introduction
Supervisor 10 Remote Access Users Guide Last Update: 10/27/14
1996 Lundy Ave 95131 Tel: (408) 519 2062 Fax: (408) 519 2063 Supervisor 10 Remote Access Users Guide Last Update: 10/27/14 www.anacominc.com Remote Access describes a procedure by which a user running
Undercover. User Guide
Undercover User Guide Contents 1. Installing and Registering Undercover 1 Undercover requirements Setting up Undercover 2. Setting up your Mac 2 Creating a dummy account Privacy Settings Setting up the
Documentation. OpenScape Business V1, TAPI 170 Installation and Configuration. Administrator Documentation P31003-P3010-M102-1-76A9
Documentation OpenScape Business V1, TAPI 170 Installation and Configuration Administrator Documentation P31003-P3010-M102-1-76A9 Siemens Enterprise Communications www.siemens-enterprise.com Our Quality
Mac OS X Secure Wireless Setup Guide
Mac OS X Secure Wireless Setup Guide Requirements: Apple computer with built-in AirPort card capable of WPA2-Enterprise encryption Mac OS X Snow Leopard version 10.6.0 or greater or Mac OS X Lion version
Installing Microsoft Outlook on a Macintosh. This document explains how to download, install and configure Microsoft Outlook on a Macintosh.
Reference : USER184 Issue date : December 2002 Revision date : September 2007 Classification : Software Originator : Hugh Burt REVISED DOCUMENT Installing Microsoft Outlook on a Macintosh This document
Elluminate Live! Access Guide. Page 1 of 7
This guide is provided to Elluminate Live! users to assist them to make a successful connection to an Elluminate Live! session through a proxy firewall. In some cases settings discussed in this document
StarWind iscsi SAN Software: Using with Citrix XenServer
StarWind iscsi SAN Software: Using with Citrix XenServer www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this publication
FlexSim LAN License Server
FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting
Start Here. Installation Guide. Rosetta Stone Standalone License. This Guide Will Show You How To: Install the Student Management System...
Rosetta Stone Standalone License Installation Guide This Guide Will Show You How To: Install the Student Management System... Set Up the SMS... Install Rosetta Stone... 4 Configure Rosetta Stone (If Needed)...
ONcbx Feature Guide UC Desktop Client
1 Getting Started 1.1 Installation The Quick Start Guide contains the essential information for getting started with the Oxford Networks BroadTouch Business Communicator. Once you receive an email indicating
Setting up VMware ESXi for 2X VirtualDesktopServer Manual
Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
BioDiscovery Product Activation Group Floating Windows
BioDiscovery Product Activation Group Floating Windows Contents Group Floating License Activation... 3 Manual Activation... 11 License Transfer... 12 Group Floating License Activation Note: The activation
CTI Installation Manual Version 1.0
CTI Installation Manual Version 1.0 Document History June 2012 Initial Release Table of Contents General Description... 4 1 st Party CTI... 5 Requirements... 5 Configuring the SL Series PBX... 6 Installing
estos ECSTA for OpenScape Business 4.0.7.3683
estos ECSTA for OpenScape Business 4.0.7.3683 1 Introduction... 4 2 Driver Management... 6 3 Supported Telephone Systems... 7 4 UC Booster Platforms... 8 4.1 Configuration and Connection of the UC Booster
Oracle Call Center Connectors
Oracle Call Center Connectors Installing Oracle Call Center Connectors Release 11i for Windows NT April 2000 Part No. A83624-01 How Does Call Center Connectors Work? Oracle Call Center Connectors is a
Citrix : Remediation - MAC
Citrix : Remediation - MAC Key Points: 1. 2. 3. 4. 5. 6. 7. Understanding End Point Scan Analysis Supported anti-virus and firewall products Configuring AVAST/SOPHOS and the Mac OS X Firewall Installing
StarWind iscsi SAN Software: Using StarWind with VMware ESX Server
StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this
5.6.2 Optional Lab: Restore Points in Windows Vista
5.6.2 Optional Lab: Restore Points in Windows Vista Introduction Print and complete this lab. In this lab, you will create a restore point and return your computer back to that point in time. Recommended
Network Printing In Windows 95/98/ME
Network Printing In Windows 95/98/ME If you are using Windows 2000/ XP: To install a printer on your network using D-Link Print Server or DI-series router with built-in print server you do not need to
Local Caching Servers (LCS): User Manual
Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading
NetSpective Logon Agent Guide for NetAuditor
NetSpective Logon Agent Guide for NetAuditor The NetSpective Logon Agent The NetSpective Logon Agent is a simple application that runs on client machines on your network to inform NetSpective (and/or NetAuditor)
Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1
Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1 About Fiery Extended Applications Fiery Extended Applications (FEA) 4.1 is a package of the following applications for use
4-441-095-12 (1) Network Camera
4-441-095-12 (1) Network Camera SNC easy IP setup Guide Software Version 1.0 Before operating the unit, please read this manual thoroughly and retain it for future reference. 2012 Sony Corporation Table
1. Product Information
ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such
Configuration Guide. Remote Backups How-To Guide. Overview
Configuration Guide Remote Backups How-To Guide Overview Remote Backups allow you to back-up your data from 1) a ShareCenter TM to either a Remote ShareCenter or Linux Server and 2) Remote ShareCenter
