Written by Gene Cooper Monday, 30 October :01 - Last Updated Tuesday, 29 December :59

Size: px
Start display at page:

Download "Written by Gene Cooper Monday, 30 October :01 - Last Updated Tuesday, 29 December :59"

Transcription

1 Hylafax for SME 7 Documentation More info here and here. Recommended Fax Modems - MultiTech MT2834ZDXB configured as Class 2 (recommended) - MultiTech MT5634ZBA-V92 configured as Class 1 - USR Courier V.Everything (not other USR models!) - dip switch settings for V.Everything - 3, 5, 8 DOWN (ON) and all others UP (OFF) Installation This cut and paste example assumes your modem is on ttys0 (COM1:). Adjust for your application. wget ftp://ftp.hylafax.org/binary/linux/redhat/ RPMS/i386/hylafax rhel4.i386.rpm yum -y --enablerepo=base --enablerepo=updates localinstall hylafax rhel4.i386.rpm mv /etc/cron.daily/hylafax /etc/cron.weekly/ ln -s /etc/rc.d/init.d/hylafax /etc/rc.d/rc7.d/s92hylafax faxsetup During faxsetup, in general, if you don't know the answer to a configuration question, just use the default setting that is provided. For example, you can accept the defaults for all but the following fields when running faxsetup. Serial port that modem is connected to [ ]? ttys0 Area code [123]? 1 / 10

2 Phone number of fax modem [ ]? Local identification string (for TSI/CIG) ["Business Name"]? Protection mode for received facsimile [0644]? Protection mode for session logs [0644]? Protection mode for ttys0 [0666]? Rings to wait before answering [2]? Pathname of TSI access control list file...? etc/tsi Pathname of Caller-ID access control list file...? etc/cid Faxsetup will automatically call faxaddmodem. If you make a mistake during faxaddmodem, just control-c to exit and restart the faxaddmodem script with the command 'faxaddmodem'. Next, finish up the installation by configuring /etc/inittab to run the faxgetty process: mkdir -p /etc/e-smith/templates-custom/etc/inittab echo "fax:23457:respawn:/usr/sbin/faxgetty ttys0" > /etc/e-smith/templates-custom/etc/inittab/s85hylafax /sbin/e-smith/expand-template /etc/inittab /sbin/init q You can also simply edit the /etc/inittab file, particularly if this is a reconfiguration or reinstallation. Configuration Set the Destination and Attachment File Type for Received Faxes Using the Server-Manager, create a new group called 'faxmaster'. Add one or more users to this group who will receive incoming faxes to their mailboxes. Create (or edit) the /etc/hylafax/etc/faxdispatch file and set the file type to 'ps', 'pdf' or 'tif'. If you'd like to edit or mark up the received faxes, you might find 'tif' most convenient. View /etc/hylafax/etc/faxdispatch first to see if any changes are necessary: cat /etc/hylafax/etc/faxdispatch 2 / 10

3 Create it like this if it doesn't exist: echo "FILETYPE=tif; SENDTO=FaxMaster; > /etc/hylafax/etc/faxdispatch Set Sent Fax Attachment File Type Create (or edit) the /etc/hylafax/etc/faxnotify file and set the file type to 'ps', 'pdf' or 'tif'. echo "RETURNFILETYPE=tif;" > /etc/hylafax/etc/faxnotify Allow Users to Fax Control over who can fax is controlled by the /etc/hylafax/etc/hosts.hfaxd file. Permissions must be 600. To allow users to fax, you have to use the faxadduser command. Older versions of HylaFAX allowed you to specify entire subnets, but that 'security weakness' has been 'fixed'. faxadduser smeuser1 smeuser2 smeuser3 smeuser4... Example Communications Settings Fax number Fax sender's name admin Volume of speaker off Speed of modem/fax Serial port /dev/ttys0 Country code 01 Area dial code 520 Long distance dial 1 International dial / 10

4 Call prefix Number of rings 1 Flow control rtscts Type of modem/fax Class2 Dialling mode TONE User's name faxmaster SAMBA name fax Paper size letter Resolution 196 Notify Always Date format MDY Testing Test Outbound Faxing From the Command Line Locate a postscript file for testing: locate.ps Send the fax: sendfax -n -D -d /path/to/file.ps or sendfax -n -h 'localhost' -x 'Destination Company' -c 'Comments' -d 'user'@'faxnumber' '/path/to/file.ps' Tail the log file to see what's going on: tail -f /var/log/messages 4 / 10

5 Restart HylaFAX like this: service hylafax restart If You Have Problems - try defining the modem as Class1 even if it is capable of Class2 or try an external modem - only use modems known to work well with Hylafax - external modems are often easier to deal with and can be reset without a reboot - internal modems are OK, but only if they are REAL modems (no winmodems) - winmodems may work when running Hylafax in a VMware guest! - still not recommended - real PCI modems will often be detected by the OS as ttys4 or ttys5 - dmesg grep ttys to determine - If for whatever reason, you want to delete the old modem configurations and redo them, you can: - delete /var/spool/hylafax/etc/config.ttysx files - run 'faxaddmodem' from the command line Blocking Fax Broadcasters (Fax Spammers) You can block junk faxes in several ways. Here are two. 5 / 10

6 Keep in mind, these methods/files determine who is allowed to fax. You have to preface an entry with a bang (!) to indicate not allowed. More info is here, here and here. QualifyTSI - A Fax Blacklist of Sorts The TSID of a received fax will be shown in the subject line: Fax received from "Strategic Dip Tradin" Edit the /etc/hylafax/etc/config.ttys0 (substitute your modem device) file and add: QualifyCID: QualifyTSI: etc/cid etc/tsi Create (edit) the /etc/hylafax/etc/tsi file and add these entries:!^$!^ $ ^.*$ These entries will block incoming faxes with no TSID or a TSID with only a space, but will allow all others. Restart Hylafax if you just created the /etc/hylafax/etc/tsi file. service hylafax restart 6 / 10

7 Now, above those entries, add your own entries to block your problem senders. Escape any spaces with a backslash. Your file will look something like this.!^fbtech.*$!^0.*$!^satisfax.*$!^iofax.*$!^io_fax.*$!^purefax.*$!^via Fax$!^Strategic Dip Tradin$!^Corp Travel Dept$!^$!^ $ ^.*$ QualifyCID I don't think my older fax modem knows about Caller-ID, so I don't use this. However, it works much the same way as QualifyTSI. Windows HylaFAX Clients Fax Cover Pages Hylafax cover page design and customization is very complex. Visit for details. HylaFSP This client is for Windows 2000/XP and integrates the built in Windows fax client to Hylafax. It is simple and functional. It uses standard Windows cover pages and cover page editor...a major advantage for many. It is very simple and effective due to it's tight Windows integration. You may sales@sonoracomm.com to order. 7 / 10

8 It is a commercial package that sells for : Frog Fax No. of Licenses Costs per License 1-9 $ $ $ $19 Site License $5,000 HylaFAX-Client WinPrintHylaFax This looks like a nice (free) choice if cover pages are not important or if they can be printed as part of your fax document. WHFC WHFC is a freely available client for the network fax server HylaFAX. WHFC supports Windows 95/98/NT/2000 and supports: - As many phonebooks as you like and ODBC support for the phonebooks - Sending postscript files and sending a fax via a fax printer - Supports sending to multiple fax addresses - notification on success and failure - Removing faxes from the queue - Dynamically update of the send queue status window - Configurable per user - Own Fax queue for using WHFC off-line 8 / 10

9 - Usable via OLE for macro processing - Configurable Dial String/Separator for the Phonebooks - Time zone selection - Windows Setup program - National language support WHFC Installation/User Manual is included in HTML format in the zip file available for download. The ability to use a fax cover page is supported in the WHFC. However it is currently not possible to send only a fax cover page. If you want to use cover pages, try HylaFSP. You will find a generic cover page titled faxcover.ps in the WHFC subdirectory of the downloaded zip file. Copy this file into a directory of your choice, the phonebook directory for instance, and set the WHFC client Fax > User Preferences > Faxcover settings as appropriate. RelayFax RelayFax has been used by others. Licensing: unknown. Here is a howto. Hylafax Command Line Tools How to Delete a Fax Job From the Command Line If you have created the administrative users you can delete fax jobs. First find out which fax jobs are not completed: faxstat -s -l faxrm -a 9 / 10

10 Which Faxjobs Have Been Submitted Today? xferfaxstats -since '03/26/02 00:00' Who Is Allowed To Fax With Hylafax? Who is allowed to fax to our faxserver is configured in hosts.hfaxd. Note: allowing entire subnets is apparently deprecated. man hosts.hfaxd Administrative Access to Hylafax Administrative users are allowed to remove faxjobs (faxrm), view all faxjobs (faxstat -s), etc. An administrative user is anyone who accesses Hylafax with command line programs as an administrative user. You don't have to be root. Administrator users are listed in the file hosts.hfaxd. You can insert users like this: faxadduser -a admin-password username cat /etc/hylafax/etc/hosts.hfaxd Restart Hylafax service hylafax restart 10 / 10

HylaFAX Enterprise Web Interface Admin Guide. HylaFAX Enterprise Web Interface Admin Guide

HylaFAX Enterprise Web Interface Admin Guide. HylaFAX Enterprise Web Interface Admin Guide HylaFAX Enterprise Web Interface Admin Guide i HylaFAX Enterprise Web Interface Admin Guide HylaFAX Enterprise Web Interface Admin Guide ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME 1.5 Sep 2018 ISI

More information

HylaFAX Enterprise Appliance Quick Start Guide

HylaFAX Enterprise Appliance Quick Start Guide Appliance Installation This document will guide you through the initial steps for installing the HylaFAX Enterprise Appliance. The Appliance can be downloaded at the following URL and then burned to disc

More information

SIP Trunking: Voic Number Fact Sheet

SIP Trunking: Voic Number Fact Sheet SIP Trunking: Number Fact Sheet FOR MORE INFO VISIT: CALL US EMAIL US intermedia.net +1.800.379.7729 sales@intermedia.net 2 SIP Trunking: Number Fact Sheet FACT SHEET SIP Trunking Number The Number rings

More information

Take Command Configuring pppd in Linux, Part I

Take Command Configuring pppd in Linux, Part I Take Command Configuring pppd in Linux, Part I Connecting to the Internet may be easier than you think; Tony begins this two-part series with how to configure your modem. by Tony Mobily Today, many people

More information

Chapter-3. Introduction to Unix: Fundamental Commands

Chapter-3. Introduction to Unix: Fundamental Commands Chapter-3 Introduction to Unix: Fundamental Commands What You Will Learn The fundamental commands of the Unix operating system. Everything told for Unix here is applicable to the Linux operating system

More information

The Hong Kong University of Science and Technology frsip Web Portal User Guide

The Hong Kong University of Science and Technology frsip Web Portal User Guide The Hong Kong University of Science and Technology frsip Web Portal User Guide The HKUST IP phone system is enhanced to support many advanced features. This user guide walks through the most useful features

More information

NEAXMail AD-40 User Guide

NEAXMail AD-40 User Guide NEAXMail AD-40 User Guide To print this guide 1 On the File menu, click Print. 2 To print the entire book, choose OK. To print a portion of the book, select the desired print range, then choose OK. NEAXMail

More information

2. Phonebook P Import phonebook P Export phonebook P Buddy List P Your Status P Buddy List Settings P.

2. Phonebook P Import phonebook P Export phonebook P Buddy List P Your Status P Buddy List Settings P. Contents 1. Getting Started P.2-9 1.1. Login User Portal P.2 1.2. Change Password P.3 1.3. Add Contact to Phonebook and Buddy List P.4 1.4. Set up Business NETVIGATOR webmail P.6 1.5. Set up faxmail P.7

More information

V7350 Unified Messaging Suite User Guide

V7350 Unified Messaging Suite User Guide V7350 Unified Messaging Suite User Guide VCX V7000 IP Telephony Solution System Release 5.0 Part Number 900-0195-01 AA Published August 2004 http://www.3com.com/ 3Com Corporation 350 Campus Drive Marlborough,

More information

This material is based on work supported by the National Science Foundation under Grant No

This material is based on work supported by the National Science Foundation under Grant No This material is based on work supported by the National Science Foundation under Grant No. 0802551 Any opinions, findings, and conclusions or recommendations expressed in this material are those of the

More information

Digital Voice Services Residential User Guide

Digital Voice Services Residential User Guide Digital Voice Services Residential User Guide 2 P a g e * Feature Access Codes *11 Broadworks Anywhere (pulling call to alternate phone) *62 Access Voicemail *72 Call Forwarding Always Activation *73 Call

More information

LOG ON TO LINUX AND LOG OFF

LOG ON TO LINUX AND LOG OFF EXPNO:1A LOG ON TO LINUX AND LOG OFF AIM: To know how to logon to Linux and logoff. PROCEDURE: Logon: To logon to the Linux system, we have to enter the correct username and password details, when asked,

More information

WCS Hosted PBX Admin Portal Release 6.0 Administration Reference Guide Final January 2013

WCS Hosted PBX Admin Portal Release 6.0 Administration Reference Guide Final January 2013 WCS Hosted PBX Admin Portal Release 6.0 Administration Reference Guide Final January 2013 www.wcs.com Table of Contents About this Document... 1 Typographical Conventions... 1 Introduction... 3 What's

More information

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide Polycom VVX300 / VVX310 / VVX400 / VVX410 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management

More information

IPX-Series VoIP PBX September 11, Extension User Guide

IPX-Series VoIP PBX September 11, Extension User Guide IPX-Series VoIP PBX 30.9.0.5 September 11, 2018 Extension User Guide Version: 30.8.0.14 Updated: September 12, 2018 Contents Extension User Guide...3 Extension User Portal...4 Log in Extension User Portal...4

More information

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p.

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. 2 Conventions Used in This Book p. 2 Introduction to UNIX p. 5 An Overview

More information

Repartee User Guide. To print this guide. 1 On the File menu, click Print. 2 In the Print dialog box, select All 85 pages. Click OK.

Repartee User Guide. To print this guide. 1 On the File menu, click Print. 2 In the Print dialog box, select All 85 pages. Click OK. O N L I N E D O C U M E N T Repartee User Guide To print this guide 1 On the File menu, click Print. 2 In the Print dialog box, select All 85 pages. Click OK. Printing time is approximately 20 minutes.

More information

Using XMediusFAX. Quick Access

Using XMediusFAX. Quick Access Using XMediusFAX XMediusFAX is a network fax server solution which enables users to send, receive and manage faxes using their own PC, instead of a fax machine or a fax modem. XMediusFAX can be accessed

More information

The Hong Kong University of Science and Technology Telephone Web Portal User Guide

The Hong Kong University of Science and Technology Telephone Web Portal User Guide The Hong Kong University of Science and Technology Telephone Web Portal User Guide The HKUST IP phone system is enhanced to support many advanced features. This user guide walks through the most useful

More information

Screen Summary. Screen Summary - 1

Screen Summary. Screen Summary - 1 Screen Summary Screen Summary - 1 Issue 1 List List The DEFINITY ONE AUDIX List table lists the AUDIX features in alphabetical order. For each feature, it contains a: n n n summary List of associated administration

More information

PHONE. user guide Version 1.1 FPP

PHONE. user guide Version 1.1 FPP Version 1.1 FPP 011004 INDEX FLIP KIT FLIP PHONE SPECIFICATION SETTING UP THE TERMINAL TERMINAL FUNCTIONS ADDENDUM I ADDENDUM II ADDENDUM III 5 5 6 9 12 16 17 3 FLIP KIT FLIP Terminal AC/DC Power Supply

More information

Programming Manual KX-TVA50 KX-TVA200. Voice Processing System. Model

Programming Manual KX-TVA50 KX-TVA200. Voice Processing System. Model Voice Processing System Programming Manual Model KX-TVA50 KX-TVA200 Thank you for purchasing a Panasonic Voice Processing System. Please read this manual carefully before using this product and save this

More information

User Manual. PageScope Web Connection Scanner Mode for CN3102e

User Manual.  PageScope Web Connection Scanner Mode for CN3102e User Manual www.konicaminolta.net PageScope Web Connection Scanner Mode for CN3102e Foreword Welcome This manual describes the application and the operations of PageScope Web Connection, which is built

More information

NEAXMail AD -64 VOICE/UNIFIED MESSAGING SYSTEM. User Guide

NEAXMail AD -64 VOICE/UNIFIED MESSAGING SYSTEM. User Guide NEAXMail AD -64 VOICE/UNIFIED MESSAGING SYSTEM User Guide 2002-2003 Active Voice LLC All rights reserved. First edition 2003. NEAXMail is a trademark of NEC America, Inc. 1 for Yes, 2 for No, PhoneBASIC,

More information

Release Notes Fiery X3eTY 35C-KM version 2.01 and Fiery X3eTY 30C-KM version 1.01

Release Notes Fiery X3eTY 35C-KM version 2.01 and Fiery X3eTY 30C-KM version 1.01 Release Notes Fiery X3eTY 35C-KM version 2.01 and Fiery X3eTY 30C-KM version 1.01 This document contains information about the Fiery X3eTY 35C-KM version 2.01 and the Fiery X3eTY 30C-KM version 1.01. Before

More information

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (( )) (( )) [ x x ] cdc communications, inc. [ x x ] \ / presents... \ / (` ') (` ') (U) (U) Gibe's UNIX COMMAND Bible ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The latest file from the Cow's

More information

Coral Messaging Center for Windows

Coral Messaging Center for Windows Coral Messaging Center for Windows User Guide The flexible way to communicate n Reference information To access your mailbox by phone 1. Call the voice messaging system. From inside your organization,

More information

FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright Thought Communications, Inc. All rights reserved worldwide. Th

FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright Thought Communications, Inc. All rights reserved worldwide. Th FaxTalk FaxCenter Pro Because your faxes are important! Version 9.0 Send. Receive. Manage. FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright 1992-2015 Thought Communications,

More information

What you will learn today..

What you will learn today.. What you will learn today.. Getting Started Dial Plan Phone and Calling Features Unified Communications 2 Getting Started Phone Navigation Note: SoundPoint IP 335 pictured. Appearance might vary slightly

More information

Horizon Integrator. Full user guide

Horizon Integrator. Full user guide Horizon Integrator Full user guide Contents Contents... 2 Getting started... 3 Installation... 3 Signing in... 3 Introduction... 4 The basics... 5 Tray menu... 5 Phone window... 6 Preview window... 6 Making

More information

Phone Works Kingston Ltd.

Phone Works Kingston Ltd. Phone Works Kingston Ltd. Samsung Voicemail and Telephone Administrator Set-up and Maintenance Office 1-877-541-1112 Local 613-384-5150 Fax 613-384-2648 Email: sales@phoneworks.ca Samsung SVMi Voice Mail

More information

Programming Manual KX-TVA50 KX-TVA200. Voice Processing System. Model

Programming Manual KX-TVA50 KX-TVA200. Voice Processing System. Model Voice Processing System Programming Manual Model KX-TVA50 KX-TVA200 Thank you for purchasing a Panasonic Voice Processing System. Please read this manual carefully before using this product and save this

More information

Polycom Converged Management Application (CMA ) Desktop for Mac OS X. Help Book. Version 5.0.0

Polycom Converged Management Application (CMA ) Desktop for Mac OS X. Help Book. Version 5.0.0 Polycom Converged Management Application (CMA ) Desktop for Mac OS X Help Book Version 5.0.0 Copyright 2010 Polycom, Inc. Polycom and the Polycom logo are registered trademarks and Polycom CMA Desktop

More information

ENA SmartVoice User Guide

ENA SmartVoice User Guide TABLE OF CONTENTS SECTION 1: INTRODUCTION... 1 SECTION 2: MAKING CALLS... 2 Internally... 2 Externally... 2 Emergency Calls... 2 Speaker Phone... 2 Ending Calls... 2 SECTION 3: ANSWERING CALLS... 3 Using

More information

Version 1.2, 28 February Far South Networks

Version 1.2, 28 February Far South Networks COM.X IP PBX END USER GUIDE Version 1.2, 28 February 2014 Document History Version Date Description of Changes 1.0 10/01/01 First release 1.1 10/10/08 Added instructions for remote voice mailbox access,

More information

Printing from a Macintosh (PowerPC) Client - OS Identifying your Server s IP address and its Queues. At the Nuvera Print Server

Printing from a Macintosh (PowerPC) Client - OS Identifying your Server s IP address and its Queues. At the Nuvera Print Server Nuvera Family Printing from a Macintosh (PowerPC) Client - OS 9 4.0.28 Identifying your Server s IP address and its Queues At the Nuvera Print Server 1. Right-click on the desktop. You'll see the Workspace

More information

Digital Telephone User Guide

Digital Telephone User Guide Digital Telephone User Guide 1 P. O. Box 99, Conway, AR 72033 (501) 450-6000 ConwayCorp.com * Feature Access Codes *11 Broadworks Anywhere (pulling call to alternate phone) *62 Access Voicemail *72 Call

More information

imagerunner 2545i/ i/ / Remote UI Guide

imagerunner 2545i/ i/ / Remote UI Guide Remote UI Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG imagerunner 2545i/2545 2535i/2535 2530/2525

More information

Voice Mail System User s Guide

Voice Mail System User s Guide Voice Mail System User s Guide Personal Mailbox Management (PMM) Utility Program VERSION 2.0 MARCH, 2005 PROPRIETARY VMS User s Guide: PMM Utility Program (v. 2) I Contents 1. Introduction...1 2. Personal

More information

Voice Mail and Automated Attendant User s Guide

Voice Mail and Automated Attendant User s Guide Voice Mail and Automated Attendant User s Guide The document page numbers and the page numbers in this file are offset by one. To manually jump to document page 3, for example, select View -> Go to Page

More information

IP Office Technical Bulletin

IP Office Technical Bulletin IP Office Technical Bulletin Bulletin No: 26 Date: September 2004 Region: NA/CALA General Availability (GA) of IP Office 2.1(24) Software Avaya is pleased to announce the availability of IP Office 2.1(24)

More information

Print Server. User s Manual. Version: 1.0 (July, 2005)

Print Server. User s Manual. Version: 1.0 (July, 2005) Print Server User s Manual Version: 1.0 (July, 2005) COPYRIGHT Copyright 2005/2006 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

inode Fax Relay Agent Integrated with Windows Fax Services

inode Fax Relay Agent Integrated with Windows Fax Services inode Fax Relay Agent Integrated with Windows Fax Services Users Guide 2008 Dataways Communications inode Fax Relay Agent v1.2.2 October 2008 inode Fax Relay Agent 1.2.2, Published October 2008. Copyright

More information

AirePBX End User Guide

AirePBX End User Guide AirePBX End User Guide Third Quarter 2012 Contents 1 Introduction 1-1 2 Making calls 2-1 1. Internally 2-1 2. Externally 2-1 3. Emergency calls 2-1 4. Speaker phone 2-1 5. Ending calls 2-1 3 Answering

More information

HOSTED VOICE. Group Administrator User Guide. Technology working for you. Easy to get. Easy to use. 1 GETTING STARTED

HOSTED VOICE. Group Administrator User Guide. Technology working for you. Easy to get. Easy to use. 1 GETTING STARTED Group Administrator User Guide Technology working for you. Welcome to the Hosted Voice Group Administrator User Guide. While Hosted Voice is a fully managed service, there are many tasks you can perform

More information

Print Server User s Manual Version: 2.0 (January, 2006)

Print Server User s Manual Version: 2.0 (January, 2006) Print Server User s Manual Version: 2.0 (January, 2006) COPYRIGHT Copyright 2006/2007 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

This manual covers 3Com U.S. Robotics faxmodems.

This manual covers 3Com U.S. Robotics faxmodems. This manual covers 3Com U.S. Robotics faxmodems. 3Com, the 3Com logo, U.S. Robotics, and Winmodem are registered trademarks and Connections, RapidComm, and x2 are trademarks of 3Com Corporation. Windows

More information

DocuTech Family. Printing from a Macintosh (PowerPC) Client - OS xx. Identifying your Server s IP address and its Queues

DocuTech Family. Printing from a Macintosh (PowerPC) Client - OS xx. Identifying your Server s IP address and its Queues DocuTech Family Printing from a Macintosh (PowerPC) Client - OS 9 3.74.xx Identifying your Server s IP address and its Queues At the DocuSP Print Server 1. Right-click on the desktop. You'll see the Workspace

More information

Avaya one-x Mobile User Guide for Windows Mobile

Avaya one-x Mobile User Guide for Windows Mobile Avaya one-x Mobile User Guide for Windows Mobile 18-602903 Issue 2 December 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

Introduction to Unix: Fundamental Commands

Introduction to Unix: Fundamental Commands Introduction to Unix: Fundamental Commands Ricky Patterson UVA Library Based on slides from Turgut Yilmaz Istanbul Teknik University 1 What We Will Learn The fundamental commands of the Unix operating

More information

GSM Modem How To Guide

GSM Modem How To Guide GSM Modem How To Guide Contents 1 GSM Modem How To Guide 2 Overview 3 Advantages/Disadvantages of GSM Modems 4 Requirements 5 Additional Considerations 6 SMS Overwriting 7 Supported Modems 7.1 Serial Modems

More information

PHONE. user guide. Version 1.0 FPP

PHONE. user guide. Version 1.0 FPP Version 1.0 FPP 010004 index KIT FLIP FLIP PHONE SPECIFICATION SETTING UP THE TERMINAL TERMINAL FUNCTIONS ADDENDUM I ADDENDUM II ADDENDUM III 5 5 6 9 12 16 17 KIT FLIP FLIP Terminal AC/DC Power Supply

More information

PortAssist Manager Users Guide

PortAssist Manager Users Guide PortAssist Manager Users Guide Introduction PAM Architecture Planning and Preparation Installation Requirements About UDP and HTTP Ports Setup: Windows NT 4.0 Master Setup Process Installing and Configuring

More information

TELIA TOUCHPOINT. User guide

TELIA TOUCHPOINT. User guide TELIA TOUCHPOINT User guide TELIA TOUCHPOINT 1 The Telia Touchpoint service Telia Touchpoint is an easy to use communications service intended for small companies that improves the reachability of the

More information

Managing your PBX- Administrator

Managing your PBX- Administrator Managing your PBX- Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://voip.ancero.com/ and log in to the Ancero Utility VoIP portal account. If you would like your web browser to keep you logged

More information

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

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

More information

Switchvox User Manual

Switchvox User Manual User Manual Digium, Inc. April 7, 2009 Contents What s New in SMB Version 4.0?....................... 4 Unified Communications............................................4 General Features..................................................4

More information

.-----~ IPSWITCH. IMail Server. Getting Started Guide

.-----~ IPSWITCH. IMail Server. Getting Started Guide .-----~ IPSWITCH IMail Server Getting Started Guide Welcome Welcome to the Ipswitch IMail Server software. Ipswitch IMail Server v10 is packaged in three editions: IMail Server, IMail Server Plus, and

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Agent s Guide November 2017 This guide describes how to use the integration between Five9 and the Oracle Service Cloud to process calls, voicemail,

More information

Introduction to Linux

Introduction to Linux Introduction to Linux University of Bristol - Advance Computing Research Centre 1 / 47 Operating Systems Program running all the time Interfaces between other programs and hardware Provides abstractions

More information

NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide

NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide 2002-2004 Active Voice LLC All rights reserved. First edition 2004 ActiveFax, PhoneBASIC, Repartee, TeLANophy, View- Call, ViewFax, and ViewMail

More information

Table of Contents DVX-2005F IPPBX

Table of Contents DVX-2005F IPPBX Table of Contents Chapter 1Feature Codes... 1 1.1 Blacklist... 1 1.2 Pickup Call... 2 1.3 Call Parking... 3 1.4 Call Transfer... 4 1.5 Conference... 5 1.6 Voicemail... 6 1.7 One Touch Recording... 7 1.8

More information

TraiTel Telecommunications. TTMessenger 4.xx. User Manual

TraiTel Telecommunications. TTMessenger 4.xx. User Manual TraiTel Telecommunications TTMessenger 4.xx User Manual Contents Getting Started... 5 What is TTMessenger?... 5 System Requirements... 5 Operating System... 5 Hardware requirements Minimum Recommended...

More information

A Brief Introduction to the Linux Shell for Data Science

A Brief Introduction to the Linux Shell for Data Science A Brief Introduction to the Linux Shell for Data Science Aris Anagnostopoulos 1 Introduction Here we will see a brief introduction of the Linux command line or shell as it is called. Linux is a Unix-like

More information

Week Overview. Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages

Week Overview. Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages ULI101 Week 02 Week Overview Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages Text editing Common file utilities: cat,more,less,touch,file,find

More information

Polycom VVX300 / VVX310 / VVX400 / VVX410

Polycom VVX300 / VVX310 / VVX400 / VVX410 Polycom VVX300 / VVX310 / VVX400 / VVX410 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management

More information

BUSINESS LINE COMMPORTAL GUIDE

BUSINESS LINE COMMPORTAL GUIDE wowforbusiness.com BUSINESS LINE COMMPORTAL GUIDE WOW! Business BCSE.U.1505.O Business Line CommPortal Guide Table of Contents Getting Started...3 Dashboard...4 Messages and Calls...5 Messages...5 Missed

More information

Standard Features List

Standard Features List 1-VoIP Standard Features List Feature Description Activation 911 911 is available on all accounts. To update your 911 address, scroll down and click on new location to allow the form to be filled out.

More information

QUICK START GUIDE 8x8 Residential Service. 8x8 Residential Service Quick Start Guide

QUICK START GUIDE 8x8 Residential Service. 8x8 Residential Service Quick Start Guide QUICK START GUIDE Quick Start Guide Version 1.0, October 2011 Contents Login Procedure...3 Home...4 Phone and Fax Lines...4 Edit Phone and Fax Lines... 4 Number Transfer... 6 Billing...12 Statements...

More information

LIFENET STEMI Management Solution. Hospital Administrator Training

LIFENET STEMI Management Solution. Hospital Administrator Training LIFENET STEMI Management Solution Hospital Administrator Training Hospital Administrator Training Training Session Topics Terminology User accounts Roles Alert Client Installation/Configuration (Destinations)

More information

Integrator 2.6 User Guide

Integrator 2.6 User Guide Integrator 2.6 User Guide Full User Guide Contents Introduction... 3 Version 2.6... 3 Getting started... 4 Installation... 4 Supported Versions... 5 Microsoft Lync/Skype for Business... 5 The Basics...

More information

Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22

Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22 Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22 March 2018 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Integrated Feature Module. Non Display User s Guide

Integrated Feature Module. Non Display User s Guide Integrated Feature Module Non Display User s Guide Table of Contents FIRST TIME ENROLLMENT / TUTORIAL 3 HOW TO USE THIS GUIDE 4 LISTEN 5 BOOKMARKING MESSAGES 6 CALLER ID CAPTURE 6 SEND 7 CALL 8 NOTIFY

More information

Hosted Fax Mail. Blue Platform. User Guide

Hosted Fax Mail. Blue Platform. User Guide Hosted Fax Mail Blue Platform Hosted Fax Mail User Guide Contents 1 About this Guide... 2 2 Hosted Fax Mail... 3 3 Getting Started... 4 3.1 Logging On to the Web Portal... 4 4 Web Portal Mailbox... 6 4.1

More information

Synapse InSite. Version 4.0. Customer Quick Start Guide English.

Synapse InSite. Version 4.0. Customer Quick Start Guide English. Customer Quick Start Guide English Synapse InSite Version 4.0 2040 East Walnut Street Pasadena, California 91107 Tel 626.795.8093 Fax 626.795.2423 www.typecraft.com 731-00089C-EN Rev A www.creo.com Copyright

More information

Hosted Voice End User Guide Version 1.0 April End User Guide

Hosted Voice End User Guide Version 1.0 April End User Guide Hosted Voice End User Guide Version 1.0 April 2013 End User Guide Contents 1 Introduction... 1 2 Introducing CommPortal... 2 2.1 Accessing and Logging In... 2 2.2 Using CommPortal... 2 2.3 Getting help...

More information

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V LevelOne FPS-9021/FPS-9022 Mini Printer Server w/parallel (USB2.0) Port User Manual V1.0.0-0601 CONTENTS 1. INTRODUCTION...1 1.1 Product Introduction... 2 1.2 Product Package... 3 1.3 Network Printing

More information

X500 Series Scan Destination and Alert Message Setup Guide

X500 Series Scan Destination and Alert Message Setup Guide X500 Series Scan Destination and Alert Message Setup Guide www.lexmark.com July 2007 Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States

More information

TELUS Business Connect for Google User Guide

TELUS Business Connect for Google User Guide TELUS Business Connect for Google User Guide TELUS Business Connect for Google User Guide Contents 2 Contents Introduction... 4 About TELUS Business Connect for Google... 5 About this guide... 5 Basics...

More information

Broad Band Error Code

Broad Band Error Code Broad Band Error Code Tarun Kumar Saini JTO-TAX,O/o GMTD, Churu +919413395123 1) Possible solution / fix for error 619 Broadband error 619 - The port is disconnected Generated by Foxit PDF Creator Foxit

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12)

Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12) Using LINUX a BCMB/CHEM 8190 Tutorial Updated (1/17/12) Objective: Learn some basic aspects of the UNIX operating system and how to use it. What is UNIX? UNIX is the operating system used by most computers

More information

Advanced Networking, Inc. Telephone Facsimile

Advanced Networking, Inc. Telephone Facsimile Advanced Networking, Inc. Telephone 302-792-9200 Facsimile 302-792-9294 www.advnetwork.com Basic Instructions for Your Grandstream GXP2160 IP Phone Visual Overview of the Phone Making a call 1. Do not

More information

Aastra 673xi / 675xi. Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide

Aastra 673xi / 675xi. Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide Aastra 673xi / 675xi Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide Welcome to Aastra Thank you for choosing this Aastra product. Our product meets the strictest

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings Linux Commands 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material

More information

PBXware. version Changelog

PBXware. version Changelog PBXware version 5.1.2 Changelog PBXware [ 5.1.2 ] Features: 1. PJSIP : New option 'Allow IP Address authentication for Extensions'. 2. Spanish speech to text. 3. French speech to text. 4. French translation

More information

Practical Session 0 Introduction to Linux

Practical Session 0 Introduction to Linux School of Computer Science and Software Engineering Clayton Campus, Monash University CSE2303 and CSE2304 Semester I, 2001 Practical Session 0 Introduction to Linux Novell accounts. Every Monash student

More information

Version 1.2, 28 February Far South Networks

Version 1.2, 28 February Far South Networks COM.X IP PBX END USER GUIDE Version 1.2, 28 February 2014 Document History Version Date Description of Changes 1.0 10/01/01 First release 1.1 10/10/08 Added instructions for remote voice mailbox access,

More information

Multimedia Call Center Set Up and Operation Guide

Multimedia Call Center Set Up and Operation Guide Part No. P0935737 06 18 September 2003 Multimedia Call Center Set Up and Operation Guide 2 Multimedia Call Center Set Up and Operation Guide Copyright 2003 Nortel Networks All rights reserved. 2003. The

More information

Choic Enterprise Administration Guide DigiPortal Software, Inc.

Choic Enterprise Administration Guide DigiPortal Software, Inc. I Table of Contents Foreword 0 Part I Introduction 3 Part II ChoiceMail Administrative Login 3 Part III Accessing the administration section 4 Part IV ChoiceMail's Administrative Login Screen Part V The

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

TVM 2002 User s Guide. TVM 2002 for NT TM. User s Guide. Telekol Intelligent Applications

TVM 2002 User s Guide. TVM 2002 for NT TM. User s Guide. Telekol Intelligent Applications TVM 2002 for NT TM User s Guide Telekol Intelligent Applications 1 Telekol Intelligent Applications P.O. Box 2206 Greenville, SC 29602 (800) 797-0123 http://www.telekol.com All product, brand, or trade

More information

DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH Connection User Manual

DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH Connection User Manual DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH Connection User Manual SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49-(0)511-40 000-0 Fax: +49-(0)511-40 000-40 E-mail: sales@ist1.de

More information

Getting Started Guide 8x8 Phone System End User

Getting Started Guide 8x8 Phone System End User Getting Started Guide 8x8 Phone System End User Prepared by: Katherine Fox KFox@championhomes.com August 2013 Getting Started Guide, 8x8 Phone System End User 1 Table of Contents Topic Page Agenda 3 Introduction

More information

FAXLAN CLIENT v3.0 USER GUIDE

FAXLAN CLIENT v3.0 USER GUIDE FAXLAN CLIENT v3.0 USER GUIDE Draft Version 1.2 May 15 th, 2003 2 TABLE OF CONTENTS 1. FAXLAN CLIENT OVERVIEW... 3 1.1 FAXLAN CLIENT V3.0 FEATURES... 3 1.2 FAXLAN CLIENT V3.0 SYSTEM REQUIREMENTS... 3 2.

More information

Five9 Adapter for Velocify

Five9 Adapter for Velocify Cloud Contact Center Software Five9 Adapter for Velocify Agent s Guide November 2017 The Five9 Adapter for Velocify enables you to integrate the Five9 Cloud Contact Center with the Velocify desktop. This

More information

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan USB 2.0 Print Server User s Manual Rev. 01 (Jan, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT

More information

Interactive Voice Response (IVR) Extension Type Guide

Interactive Voice Response (IVR) Extension Type Guide 4PSA VoipNow 2.0.3 Interactive Voice Response (IVR) Extension Type Guide For more information about 4PSA VoipNow, check: http://www.voipnow.com Copyrights 2002-2009 Rack-Soft, LLC. VoipNow is a registered

More information

Linkus User Guide. Android Edition 1.2.6

Linkus User Guide. Android Edition 1.2.6 Android Edition 1.2.6 Revised: March 30, 2017 CONTENTS INTRODUCTION... 3 About This Guide... 3 Standard Telephone Features... 3 Specifications... 3 LINKUS SEVER SETTINGS... 4 Installing and Enabling Linkus...

More information