RSI can be installed as a stand alone service or combined with the DuVoice Hospitality Server (DHS) to provide VM/AA services.

Size: px
Start display at page:

Download "RSI can be installed as a stand alone service or combined with the DuVoice Hospitality Server (DHS) to provide VM/AA services."

Transcription

1 Room Status Interface Overview Room Status Interface (RSI) will provide a telephony interface for room status updates made by housekeeping. These updates will then be sent to the Jazz system via a network connection. RSI will provide a web-based administration interface for configuration of Rooms and User accounts. RSI can be installed as a stand alone service or combined with the DuVoice Hospitality Server (DHS) to provide VM/AA services. Requirements 1. RSI will be an IVR application hosted on the DuVoice Hospitality Server (DHS). 2. DHS will not be required to support VM/AA. 3. RSI may be configured for specific ports or accessible via the standard DHS interface. 4. The PBX may use a digital or analog interface. 5. RSI will not require caller ID support from the PBX. User Interface Administration Administration and configuration will be provided through a web based interface. This interface can be installed as a stand alone service or as an add-on to the InnDesk product. Requirements Access will be restricted using a username and password combination. Changes made will be recorded for reporting purposes. Configuration will be stored in a local database. User configuration Users accessing the system via the telephony or web interface will be required to have a user account in RSI. The administrator will have the ability to Add, Delete, and Disable accounts. Considering the varied site requirements each user account may have an unlimited number of custom fields. These fields will not be used by the telephony interface; however, they will be used for all reporting and logging. Fields: ID Unique user id. Password First name Last name

2 Language Language used for the telephony interface. Access level Level of access for this user. Disabled Used to block access for the user without removing account. Room configuration Room configuration will depend on how the system is installed: as a stand alone service or as an add-on. Independent installation The administrator will have the ability to Add and Delete rooms. Rooms will not be required to have a corresponding mailbox if the DuVoice system is providing VM/AA. Considering the varied site requirements each room may have an unlimited number of custom fields, which will be used for all reporting and logging. Room status codes will be programmable by the administrator. InnDesk add-on Rooms will be tied to the guest rooms configured in the voic system. The administrator will not have the ability to Add or Delete rooms, only the addition of custom fields. Room status codes will be programmed using the hospitality interface configuration within the VMS. Fields: Room number Description Status Reports The administration interface will supply the following reports suitable for printout. Status report Display the current state of one or more rooms. User change report Display any changes made to user accounts. This will include who, when, and which account was changed. Room change report Display any changes made to a room. This will include who, when, change type and what room was changed.

3 Telephone Interface Dial access # for RSI. Please enter your ID number, followed by the # key. Enter maid ID. # Please enter your PIN number, followed by the # key. Enter PIN #. # Enter the room number, followed by the # key. Enter room #. # Enter the status code, followed by the # key. Enter status code. # Confirmation Menu 1 To confirm your entry, press 1. Entry accepted. Post & Exit. 2 To cancel this operation, press 2. Canceled. Exit without posting. Jazz Interface The Jazz interface will be responsible for transmitting status changes made by housekeeping to Jazz. Update changes made by a user will be cached in a local database and then sent to Jazz based on the configuration options. Configuration Options 1. IP Address IP Address of the remote server that will receive the information.

4 2. Port Number Port number the remote server is listening on. 3. Maximum changes per packet. Limit the number of room updates per message. 4. Interval. Number of seconds between status changes. A value of zero will cause the server to send a status change as soon as it can. 5. Retry Interval. Number of seconds between retries in case of communication failure. 6. Maximum Attempts. Maximum number of attempts in case of communication failure. 7. Include guest room status. Should the message include guest room status information derived from DuVoice VMS. 8. Exclude custom fields. Should custom fields be excluded from the message. Message Format The message will be formatted as XML using a standard HTML POST method. This will provide for the greatest flexibility and provide positive feedback if the message was received correctly using the standard HTML response. Using XML will also allow the server to send updates for multiple rooms in a single message, unless configured not to do so. Concerns: Packet format may not be fully compatible with the Jazz system. Sequence number for packets. Currently specified as an integer which start with a value of 1 and automatically roll once the maximum size of a long has been reached (2,147,483,647). Result codes in response packet need to be clarified. Result packet may need additional information. Document Root The document root element is roomstatus. Document Root Parent Elements Entity Element <roomstatus> <room> <status> <user> </room </roomstatus> Room Element Specifies the room update element. There may be more than a single room element depending on configuration.

5 Element Attribute Mandatory/ Description Optional number M Room number. <room number= date= time= description= sequence= result= > Status Element Denotes the room status. date M Date item was posted by user. description O Room description. sequence M Unique integer message number. result O On return result. 0 = Success. 1 = Error. 2 = Resend. Element Attribute Mandatory/ Description Optional <status code= description= > code M Status code entered by user. description O Text description of status code defined by configuration. User Element Contains the information about the user making the status update. This element may contain optional entity elements containing the users first and last name. Element Attribute Mandatory/ Optional Description <user id= > id M User id. Post Sample In this example a single room status message is being sent for room 530 from a staff member with ID 2345 and includes the custom field building. It also includes optional VMS information including mailbox number, message count, and first and last name fields. POST / HTTP/1.0 Content-type: text/xml Content-Length: 422 <?xml version="1.0" encoding="iso "?> <roomstatus> <room number= 530 date= time= 14:06 sequence= 500 > <status code= 3 description= Vacant Dirty /> <user id= 2345 > <fname>jane</fname>

6 <lname>doe</lname> </user> <building>west Wing</building> <description>dbl K BAL 17</description> <fname>karen</fname> <lname>johnson</lname> <mailbox>530</mailbox> <messages voice= 2 text= 0 /> </room> </roomstatus> </xml> Response Sample HTTP/ OK Content-type: text/xml Content-Length: 422 <?xml version="1.0" encoding="iso "?> <roomstatus> <room number= 530 sequence= 500 result= 0 /> </roomstatus> </xml> Database User Table Field Description Type Length id This will be the id used to access the system, Unique integer N/A either via the web or over the telephone. password This field may be left blank in which case the Integer N/A telephony interface will not prompt for it. fname User s first name. This field will be left blank. String 20 lname Users last name. This field will be left blank. String 20 languageid Language this user speaks. This will be used to Integer N/A change the prompts for the telephony interface only. disabled Used to block access without deleting account. Integer N/A level Used to restrict access to the web interface and features with in it. Integer N/A Room Table Field Description Type Length room Room number. Unique integer N/A description Description of the room. String 20 status Current status of the room. Integer N/A received Date and time the status was last changed. DATETIME N/A posted Date and time status was successfully sent to Jazz. DATETIME N/A Status Table Field Description Type Length statusid Unique status id. Unique integer N/A description Description of the status. String 20

7

Inventory Status Interface Overview

Inventory Status Interface Overview Inventory Status Interface Overview Inventory Status Interface (ISI) is a telephony interface allowing users the ability to report item and quantity information to remote servers. The original design was

More information

2019/01/10 14:09 1/2 Cisco Unified CM Using Extensions. Cisco Unified CM Using Extensions... 1 Features Requirements Known issues...

2019/01/10 14:09 1/2 Cisco Unified CM Using Extensions. Cisco Unified CM Using Extensions... 1 Features Requirements Known issues... 2019/01/10 14:09 1/2 Cisco Unified CM Using Extensions Table of Contents Cisco Unified CM Using Extensions... 1 Features... 1 Requirements... 1 Known issues... 1 PBX Configuration... 1 SIP Account... 2

More information

Table of Contents. Cisco Call manager Express SIP Integration. Last update 2011/10/14 DuVoice Versions 5.00 and above Switch Versions N/A

Table of Contents. Cisco Call manager Express SIP Integration. Last update 2011/10/14 DuVoice Versions 5.00 and above Switch Versions N/A Integration Title Cisco Call manager Express SIP Integration Document CISCO-SIP-IN Last update 2011/10/14 DuVoice Versions 5.00 and above Switch Versions N/A Table of Contents Overview Theory of Operation

More information

2018/06/14 00:32 1/2 KX-TDA TAPI

2018/06/14 00:32 1/2 KX-TDA TAPI 2018/06/14 00:32 1/2 KX-TDA TAPI Table of Contents Panasonic KX-TDA TAPI... 1 Requirements... 1 Known Issues... 1 Features... 1 Hospitality Features Supported... 2 PBX Programming... 2 CTI Configuration...

More information

Panasonic KX-TDA TAPI

Panasonic KX-TDA TAPI 2014/01/21 00:40 DuVoice in000002 Panasonic KX-TDA TAPI Requirements Network connectivity to the PBX for integration and hospitality changes. One analog extension for each DuVoice port. Panasonic TAPI

More information

2019/04/14 04:41 1/2 Analog Extensions. IP Office 9 using Analog Extensions Requirements Configuration... 17

2019/04/14 04:41 1/2 Analog Extensions. IP Office 9 using Analog Extensions Requirements Configuration... 17 2019/04/14 04:41 1/2 Analog Extensions Table of Contents IP Office 9 using Analog Extensions... 1 Requirements... 1 PBX Configuration... 1 Line Configuration... 1 Using Analog DuVoice integrations... 1

More information

Application Notes for DuVoice with Avaya IP Office Issue 1.0

Application Notes for DuVoice with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for the DuVoice hospitality

More information

SmartVoice Hospitality Portal User Guide

SmartVoice Hospitality Portal User Guide SmartVoice Hospitality Portal User Guide Quick reference Record your information here: My username My password Circuit ID / BPSO SmartVoice Customer Support Phone: 1-866-244-7475 Email: ServiceAssurance@shawbusiness.ca

More information

Integration. Overview. Theory of Operation. Features Supported

Integration. Overview. Theory of Operation. Features Supported Integration Title Document ShoreTel SIP Extension Integration shoretel-sip-in Last update 2011/06/09 DuVoice Versions Switch Versions 11.1 5.00.032 and above Table of Contents 1. Overview... 1 Theory of

More information

Setting Up Your Personal Voice Mail Outgoing Greetings Page 1 of 5

Setting Up Your Personal Voice Mail Outgoing Greetings Page 1 of 5 Page 1 of 5 In order for your voice mail to properly work, all of these options MUST be completed!! Please have your Samsung SVMI voice mail user guide available for more details. This is how you may access

More information

2018/03/24 07:24 1/2 ShoreTel SIP

2018/03/24 07:24 1/2 ShoreTel SIP 2018/03/24 07:24 1/2 ShoreTel SIP Table of Contents ShoreTel SIP... 1 Features... 2 Requirements... 3 Limitations... 3 PBX Configuration... 3 Call Control Settings... 5 SIP Profiles... 7 SIP Servers...

More information

Voic Instructions

Voic Instructions NUMBER: PIN: TELEPHONE VOICEMAIL ACCESS To log into your voicemail box from your greeting: 1. Dial your phone number and let it ring to voicemail. 2. Press * to interrupt your greeting. 3. Enter your PIN

More information

2019/02/09 17:50 1/2 System Configuration. System Configuration... 1 Display Site Menu... 2

2019/02/09 17:50 1/2 System Configuration. System Configuration... 1 Display Site Menu... 2 2019/02/09 17:50 1/2 System Configuration Table of Contents System Configuration... 1 Display... 1 Menus... 2 File Menu... 2 Site Menu... 2 Telephony Menu... 3 Features Menu... 3 Context Menu... 4 Line

More information

Switch 2 Instructions Utility Telecom Premium Attendant Instructions

Switch 2 Instructions Utility Telecom Premium Attendant Instructions Switch 2 Instructions Utility Telecom Premium Attendant Instructions This guide is intended to help you understand the features used in Switch 2. Not sure if you re in Switch 1 or Switch 2? Our customer

More information

Premium Attendant Instructions

Premium Attendant Instructions NUMBER: PIN: 7890 TELEPHONE ACCESS To log into your auto-attendant: 1. Dial 877-965-7800 2. Press * to reach the login prompt. 3. Enter your auto attendant number when prompted followed by the # key. 4.

More information

Voic Á la Carte Quick Guide

Voic Á la Carte Quick Guide VoiceMail Á la Carte Quick Guide VoiceMail from any touch-tone telephone in the world. www.pioneer.net USING THE VOICEMAIL SYSTEM The VoiceMail system is menu driven. Listen to the voice prompts and then

More information

Application Notes for DuVoice 6.0 with Avaya IP Office Server Edition 10.1 Issue 1.0

Application Notes for DuVoice 6.0 with Avaya IP Office Server Edition 10.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice 6.0 with Avaya IP Office Server Edition 10.1 Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

DuVoice Voice Mail provides hospitality and business messaging for the Avaya IP Office, as well as unified messaging and fax capabilities.

DuVoice Voice Mail provides hospitality and business messaging for the Avaya IP Office, as well as unified messaging and fax capabilities. Avaya IP Office Title: Integration Notes for Avaya IP Office Document: IN000032 Date: January 2008 Overview DuVoice Voice Mail provides hospitality and business messaging for the Avaya IP Office, as well

More information

IVR Module User Guide

IVR Module User Guide IVR Module User Guide THIS WIKI HAS BEEN UPDATED FOR VERSION 13 OF YOUR PBX GUI Overview Logging In Creating a new IVRs IVR General Options IVR Name IVR Description IVR DTMF Options Announcement Enable

More information

2015/04/13 11:41 1/22 UNIVERGE 3C

2015/04/13 11:41 1/22 UNIVERGE 3C 2015/04/13 11:41 1/22 UNIVERGE 3C UNIVERGE 3C Requirements DuVoice 5.20.040 or above. Dialogic HMP. UNIVERGE 3C version 8.5.3 or above. Features Name display change. Class of service change. Do not disturb

More information

2018/05/18 23:05 1/2 UNIVERGE 3C

2018/05/18 23:05 1/2 UNIVERGE 3C 2018/05/18 23:05 1/2 UNIVERGE 3C Table of Contents UNIVERGE 3C... 1 Requirements... 1 Features... 1 PBX Configuration Part One... 1 Active Directory... 1 Web Services User... 1 SIP User Agents... 4 Class

More information

Voic . Requesting a Voic Account. Accessing your Voic

Voic . Requesting a Voic Account. Accessing your Voic Quick Access Requesting a Account Accessing your Setting up your Getting Notification Sent to Email Using Call Pilot Mail Commands Requesting a Account A account is available to all faculty and staff for

More information

TPP: Date: May, 2011 Product: ShoreTel DuVoice System Version: ShoreTel 11.1

TPP: Date: May, 2011 Product: ShoreTel DuVoice System Version: ShoreTel 11.1 I n n o v a t i o n N e t w o r k A p p N o t e TPP: 10321 Date: May, 2011 Product: ShoreTel DuVoice System Version: ShoreTel 11.1 Abstract DuVoice DV2000 hospitality server allows ShoreTel IP switches

More information

Console User Guide. Tones on For Console. Transferring a Call. Placing a Call on Hold. Answering Calls

Console User Guide. Tones on For Console. Transferring a Call. Placing a Call on Hold. Answering Calls Answering Calls Ringing and a flashing Answer key indicate the arrival of a call. The number next to C/W in the display indicates how many calls are waiting to be answered. The information displayed next

More information

3CX Phone System User Guide

3CX Phone System User Guide 3CX Phone System User Guide 31 Gloster Court, Dartmouth, NS B3B 1X9 Canada Toll free: 1-800-675-4025 Tel: 902-468-2252 Fax: 902-468-2557 cabcosales@cabco.ca 1 cabco.ca Contents Page Quick Start Guide 3

More information

Application Notes for FCS I-Services with Avaya Communication Manager and Avaya 4626 and 9640 IP Telephones- Issue 1.0

Application Notes for FCS I-Services with Avaya Communication Manager and Avaya 4626 and 9640 IP Telephones- Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for FCS I-Services with Avaya Communication Manager and Avaya 4626 and 9640 IP Telephones- Issue 1.0 Abstract These Application Notes describe

More information

Your new phone.! Web Portal.! navigate to syntelsolutions.com and click customer login located at the top left of your screen.!

Your new phone.! Web Portal.! navigate to syntelsolutions.com and click customer login located at the top left of your screen.! Syntel Solutions Your new phone. Web Portal. syntelsolutions.com navigate to syntelsolutions.com and click customer login located at the top left of your screen. 855-SYNTEL1 Your username is your email

More information

Switch 1 Instructions Utility Telecom Easy Attendant Instructions

Switch 1 Instructions Utility Telecom Easy Attendant Instructions Switch 1 Instructions Utility Telecom Easy Attendant Instructions This guide is intended to help you understand the Easy Attendant Instructions used in Switch 1. Not sure if you re in Switch 1 or Switch

More information

Easy Attendant Instructions

Easy Attendant Instructions NUMBER: PIN: 7890 TELEPHONE ACCESS To log into your auto-attendant: 1. Dial 877-377-9677 2. Press * to reach the login prompt. 3. Enter your auto attendant number when prompted followed by the # key. 4.

More information

Communications Solutions for Hospitality Applications DuVoice Corporation - Unauthorized distribution prohibited

Communications Solutions for Hospitality Applications DuVoice Corporation - Unauthorized distribution prohibited Communications Solutions for Hospitality Applications Who is DuVoice? DuVoice was founded in 1990 DuVoice is a privately held company with no long term outside debt. Today DuVoice concentrates on providing

More information

Auto Attendant Guide - Proprietary Nextera Communications. Auto Attendant Guide

Auto Attendant Guide - Proprietary Nextera Communications. Auto Attendant Guide - Proprietary - Auto Attendant Guide TABLE OF CONTENTS 1 INTRODUCTION 3 2 PLANNING YOUR AUTO ATTENDANT STRUCTURE.. 3 3 PLANNING YOUR ANNOUNCEMENTS. 3 4 RECORDING ANNOUNCEMENTS AND NAMES 4 5 CONFIGURING

More information

5220, 5215 and 5201 IP Phones and Voic Rev. 3/04

5220, 5215 and 5201 IP Phones and Voic Rev. 3/04 USER GUIDE 5220, 5215 and 5201 IP Phones and Voicemail Rev. 3/04 1 FEATURES ANSWER AN INCOMING CALL Lift handset of ringing telephone PLACE AN OUTGOING CALL Dial outside access code [9] Dial number you

More information

Hosted PBX QUICK START GUIDE. Premium Attendant

Hosted PBX QUICK START GUIDE. Premium Attendant Hosted PBX QUICK START GUIDE Premium Attendant HOSTED PBX PREMIUM ATTENDANT With Hosted PBX you now have access to the latest phone service. Get ready to experience the power of Hosted PBX. Now that you

More information

Call Park & Page. 4. Select OK 5. Click on System in the Navigation Pane. 6. Select the Telephony Tab and then the Park & Page tab

Call Park & Page. 4. Select OK 5. Click on System in the Navigation Pane. 6. Select the Telephony Tab and then the Park & Page tab Call Park & Page 1. Open IP Office Manager and log into the system. 2. In the Navigation Pane, click on Group and select a group that will be used for Park & Page. In this example we will use Main Office

More information

Setup & Information Guide Zultys 37G VoIP Phones

Setup & Information Guide Zultys 37G VoIP Phones Setup & Information Guide Zultys 37G VoIP Phones Contents Phone Installation... 3 Prerequisites... 3 Assembling Your Phone... 3 Connecting Your Phone... 4 First Phone Setup... 5 Understanding Your Phone...

More information

Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0

Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice Emergency Alert System with Avaya IP Office 9.0 Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Voic User Guide

Voic User Guide Voicemail User Guide Introduction...2 Voicemail...2 Tutorial...2 How to log into your voicemail...3 Changing your password...3 Recording your greeting...3 Playing a message...3 Recovering deleted messages...4

More information

POTS TOUCH TONE FEATURE GUIDE

POTS TOUCH TONE FEATURE GUIDE POTS TOUCH TONE FEATURE GUIDE 2 TOUCH TONE FEATURES Call Privacy Voicemail Voicemail Message Manager Call Display Call Waiting Visual Call Waiting Call Return Three-Way Calling Ident-A-Call Call Forwarding

More information

Desktop Reference Guide

Desktop Reference Guide Desktop Reference Guide IP550 Telephone Using Your Telephone Your new telephone is a state of the art IP Telephone instrument. It is manufactured by IPitomy for use with the IPitomy IP PBX System. The

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya Aura Communication Manager 6.0.1, Avaya Aura Session Manager 6.1 to support DuVoice DV2000 Voice Messaging System Issue

More information

AutoAttendant User Guide

AutoAttendant User Guide AutoAttendant User Guide Updated April 2017 Table of Contents AutoAttendant Overview... 3 1.1 Accessing the AutoAttendant Self-care TUI... 3 1.2 AutoAttendant Configuration Menus... 4 1.3 AutoAttendant

More information

Enterprise Edge 2.0 Voice Messaging Quick Reference Guide

Enterprise Edge 2.0 Voice Messaging Quick Reference Guide Enterprise Edge 2.0 Voice Messaging Quick Reference Guide www.nortelnetworks.com 2000 Nortel Networks P0911949 Issue 02 Enterprise Edge 2.0 Voice Messaging Quick Reference Guide Initializing your Mailbox

More information

Feature List Q4 2016

Feature List Q4 2016 Feature List Q4 2016 PBX Model IP1100 IP1200 IP2000 IP5000 Extensions Extension Capacity 50 100* 500 500 Import Names and Email Addresses YES YES YES YES Auto Create Extensions and Voice Mail Boxes YES

More information

Meridian Mail Setting with Mobility Server

Meridian Mail Setting with Mobility Server Meridian Mail Setting with Mobility Server This document outlines the steps necessary to implement Meridian Mail with the Ascom Mobility Server. Contained within the document are the steps and procedures

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

2018/05/17 07:10 1/ Table of Contents. Downloads... 1 Release History DuVoice -

2018/05/17 07:10 1/ Table of Contents. Downloads... 1 Release History DuVoice - 2018/05/17 07:10 1/2 5.20 Table of Contents 5.20... 1 Downloads... 1 Release History... 1 Last update: 2018/05/16 18:17 vm:legacy:dv520:home http://support.duvoice.com/vm/legacy/dv520/home http://support.duvoice.com/

More information

Avaya 9408 User Guide

Avaya 9408 User Guide Avaya 9408 User Guide UW-IT Quick Reference Guide Contents 9408 Telephone Buttons and Features... 3 Description of Icons on the Display... 4 Making and Receiving Phone Calls... 5 Answering a Call... 5

More information

PARTNER Messaging System User s Guide

PARTNER Messaging System User s Guide PARTNER Messaging System User s Guide Table of Contents: Logging into your Mailbox 2 Listening to your messages 3 Forwarding a message 4 Recording a Personal Greeting 5 Activating a Personal Greeting 6

More information

Integration Note. Title: Panasonic KX-TD Integration. Overview. Theory of Operation. PBX Requirements and Programming. Programming

Integration Note. Title: Panasonic KX-TD Integration. Overview. Theory of Operation. PBX Requirements and Programming. Programming Integration Note Title: Panasonic KX-TD Integration Document: IN000001 Date: November 11, 2004 Overview This document covers the configuration of the Panasonic KX-TD for integration with the DuVoice Messaging

More information

GCA /01 printed in U.S.A. Impact Concierge Front Desk Attendant s Guide

GCA /01 printed in U.S.A. Impact Concierge Front Desk Attendant s Guide GCA70 334.10 12/01 printed in U.S.A. Impact Concierge Front Desk Attendant s Guide This reference manual applies to the following system and telephone models: System Models Concierge software 4A or above.

More information

Voice Forms Mailbox User Guide

Voice Forms Mailbox User Guide Voice Forms Mailbox User Guide Overview Voice Forms allows callers to give specific voice response to individual questions. Callers can be asked up to 25 separate questions, with the allowable length of

More information

Soft Check In and Check In to Dirty Room Quick Reference Guide

Soft Check In and Check In to Dirty Room Quick Reference Guide Soft Check In and Check In to Dirty Room Quick Reference Guide Published Date: November 15 Introduction Soft Check In and the Check In to Dirty Room features both refer to completing a check in even though

More information

Responders Users Guide

Responders Users Guide Volume 1 SPOTTED DOG TECHNOLOGIES RoVER Responders Users Guide R O V E R Responders Users Guide Copyright 2009, 2010 Trumbull Software Associates PO Box 844 Monroe, CT 06468 Table of Contents Introduction...

More information

Lightspeed Online Self Care Guide

Lightspeed Online Self Care Guide Lightspeed Online Self Care Guide 1. Open up your browser and go to https://myportal.lightspeedtelecom.com 2. Enter your user name and password. 3. For your username, use your email address. 4. For your

More information

1. Press the TRAN button on the phone. The call is placed on hold and you are returned to dial tone

1. Press the TRAN button on the phone. The call is placed on hold and you are returned to dial tone NewTel Systems Training Worksheet Please write your name and initial after each section of training. Please hand your training sheet to your trainer so that we can make a copy. Once you have initialed

More information

CHAPTER 1 INSTALLATION & TRAINING IN THIS CHAPTER:

CHAPTER 1 INSTALLATION & TRAINING IN THIS CHAPTER: CHAPTER 1 INSTALLATION & TRAINING IN THIS CHAPTER: Site Location Requirements Check here for the minimum environmental standards that must be met when selecting the location for the VMS. Electrical Requirements

More information

Voic Menu Guide. To access the voic menu, press the voic button or dial *99 on your Jive phone. Advanced Options.

Voic Menu Guide. To access the voic menu, press the voic button or dial *99 on your Jive phone. Advanced Options. Voicemail Menu Guide To access the voicemail menu, press the voicemail button or dial 99 on your Jive phone. Message Options 6 Repeat Message Next Message Send Reply Hear Message Details Leave Message

More information

Application Notes for Configuring WinExpress 3.0 with Avaya IP Office Server Edition R10 Issue 1.1

Application Notes for Configuring WinExpress 3.0 with Avaya IP Office Server Edition R10 Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring WinExpress 3.0 with Avaya IP Office Server Edition R10 Issue 1.1 Abstract These Application Notes describe the configuration

More information

Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Analog Mode Code Integration Issue 1.0

Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Analog Mode Code Integration Issue 1.0 . Avaya Solution & Interoperability Test Lab Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Analog Mode Code Integration Issue 1.0 Abstract These Application Notes describe

More information

Network Attached Phones and Unified Messaging At UIS. Quick User Guide. Staff and Faculty

Network Attached Phones and Unified Messaging At UIS. Quick User Guide. Staff and Faculty 12 Network Attached Phones and Unified Messaging At UIS Quick User Guide Staff and Faculty 2 11 Your network attached telephone has many new and exciting features. Calls can be transferred or put on hold.

More information

Application Notes for Tiger Communications InnOvation 2020 with Avaya IP Office Issue 1.0

Application Notes for Tiger Communications InnOvation 2020 with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Tiger Communications InnOvation 2020 with Avaya IP Office 6.1 - Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Using Your Voic V

Using Your Voic V Using Your Voicemail V04.27.10 Voicemail Message Waiting Indication A stutter dial tone and/or visual indicator (depending upon the capabilities of your phone) indicates that there are unread messages

More information

Express Messenger - Front Desk User Guide

Express Messenger - Front Desk User Guide Express Messenger - Front Desk User Guide Ask your System Administrator to help you complete this information. Write down the hotel/motel telephone number and Express Messenger number if it is different.

More information

East-Central Vermont Community Fiber-Optic Network

East-Central Vermont Community Fiber-Optic Network East-Central Vermont Community Fiber-Optic Network www.ecfiber.net support@ecfiber.net TELEPHONE SERVICE USER GUIDE Your ECFiber telephone service is an advanced Voice Over Internet Protocol (VOIP) system

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

Easy Attendant User Guide

Easy Attendant User Guide Easy Attendant User Guide mydatavo Easy Attendant Guide mydatavo Easy Auto Attendant Access Number: (855) 550-7111 Overview of the Easy Attendant User Interface The Easy Attendant subscriber will see the

More information

Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Digital Station Interface Issue 0.2

Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Digital Station Interface Issue 0.2 Avaya Solution & Interoperability Test Lab Application Notes for DuVoice DV2000 with Avaya Communication Manager Using Digital Station Interface Issue 0.2 Abstract These Application Notes describe the

More information

Infinite TalkPath Voic

Infinite TalkPath Voic Infinite TalkPath Voicemail The menu can be access by pressing # on the dialpad of any push button telephone. The * key replays the selections of the current menu. The key # returns you to the previous

More information

Voic . Glossary of Terms. Click here to access your Voic online.

Voic . Glossary of Terms. Click here to access your Voic online. Voicemail Click here to access your Voicemail online. Voicemail from Arvig will enhance the way you communicate! Our Voicemail is an easy-to-use answering service that offers several advantages over answering

More information

1. General Information

1. General Information Tenant User Manual INDEX 1. General Information...3 1.1 Introduction...3 1.2 Logging in...3 1.3 Forgot Password...4 1.4 Dashboard...6 2. Config...9 2.1 ACL List...9 2.2 Prompt List...10 2.3 Plan...11 2.4

More information

VM8000 InMail User Guide

VM8000 InMail User Guide Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

Voic Guide. Distributed Exclusively by:

Voic Guide. Distributed Exclusively by: Voicemail Guide Distributed Exclusively by: Table of Contents Overview... 2 Types of Greetings... 2 Folders... 3 The Directory... 3 Leaving a Message in a Mailbox... 4 Accessing Your Mailbox... 5 Logging

More information

Configuring the Cisco Unity Express Software Using the Initialization Wizard

Configuring the Cisco Unity Express Software Using the Initialization Wizard Configuring the Cisco Unity Express Software Using the Initialization Wizard Last Revised: July 25, 2006 The initialization wizard tool is available as a convenience for configuring system and subscriber

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

Portal User Guide. Portal Release 3.13

Portal User Guide. Portal Release 3.13 Portal User Guide Portal Release 3.13 https://portal.3starsnet.com Page 1 01-08-2018 Contents 1 Introduction 4 2 Accessing Messages on the Web Interface 4 2.1 Searching for Messages 4 2.2 Sorting Messages

More information

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

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

More information

USER MANUAL Grandstream GXP1400/1405

USER MANUAL Grandstream GXP1400/1405 USER MANUAL Grandstream GXP1400/1405 astervox sdn bhd (1066828-D) 7 Jalan Derumun, Damansara Heights 50490 Kuala Lumpur, Malaysia Tel: +603 2035 5888 sales@astervox.com www.astervox.com June 2014 astervox

More information

Avaya one-x Mobile User Guide for Palm Treo

Avaya one-x Mobile User Guide for Palm Treo Avaya one-x Mobile User Guide for Palm Treo 18-602149 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

Yealink IP Telephone and Voic Feature Guide

Yealink IP Telephone and Voic Feature Guide Yealink IP Telephone and Voicemail Feature Guide Advanced Network Services Basic Call Features Placing a Call Using the handset: 1. Pick up the handset 1. With the handset on-hook, press the speaker key.

More information

Hosted PBX Administrator Guide

Hosted PBX Administrator Guide Hosted PBX Administrator Guide Table of Contents 1 INTRODUCTION... 1-1 1.1 PURPOSE OF THIS GUIDE... 1-1 1.2 OTHER GUIDES... 1-1 2 COMMPORTAL BUSINESS GROUP ADMINISTRATOR (BG ADMIN)... 2-1 2.1 ACCESSING

More information

IP OFFICE PREFERRED VOIC J129 PHONE REFERENCE GUIDE

IP OFFICE PREFERRED VOIC J129 PHONE REFERENCE GUIDE IP OFFICE PREFERRED VOICEMAIL J129 PHONE REFERENCE GUIDE SYRACUSE HOLLAND PATENT 1 Dupli Park Drive, 5 th Floor 9560 Main Street Syracuse, NY 13204 Holland Patent, NY 13354 Tel: 315-671-6200 Tel: 315-624-2000

More information

SL2100 InMail Quick Reference Sheet for Multiline Display Telephone

SL2100 InMail Quick Reference Sheet for Multiline Display Telephone SL2100 InMail Quick Reference Sheet for Multiline Display Telephone Call Your Mailbox from Outside the Company: SL2100 InMail Quick Reference Sheet for Multiline Display Telephone Using Dial Pad TO SET

More information

MERLIN Messaging System User s Guide

MERLIN Messaging System User s Guide MERLIN Messaging System User s Guide Back Panels: Using Group Lists Using Outcalling Front Panels: Getting Started Personalizing Your Mailbox Your Messages 585-323-203 COMCODE 108679655 Issue 3 June 2000

More information

Switch Hardware Required Legend Release 2.0 or Above, Please see section in this document labeled; Optional telephone features and considerations.

Switch Hardware Required Legend Release 2.0 or Above, Please see section in this document labeled; Optional telephone features and considerations. Avaya Merlin Magix/Legend Integration Notes Legend Rel 2.0 and above Introduction DUVOICE VM offers a complete integration with the Magix/Legend telephone system manufactured by Avaya Technologies. This

More information

What are Auto Attendant and IVR? Configure Auto Attendant on VigorIPPBX 2820

What are Auto Attendant and IVR? Configure Auto Attendant on VigorIPPBX 2820 How to use Auto Attendant? What are Auto Attendant and IVR? IVR, Interactive Voice Response, is a technology that allows callers to interact with the communication system over the telephone. Auto Attendant

More information

UCx User Guide for Nortel M1/CS1000 Digital Phones

UCx User Guide for Nortel M1/CS1000 Digital Phones UCx User Guide for Nortel M1/CS1000 Digital Phones 1. Introduction This User's Guide provides a description of features for the Aries and Taurus series Meridian digital telephone sets as well as analog

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

Adjunct Voic (FAQ)

Adjunct Voic (FAQ) Adjunct Voicemail (FAQ) Background The John Jay Department of Information Technology (DoIT) sought and was awarded a Microsoft grant which has been used to provide adjunct faculty with a unique college

More information

SurVo. Stepping Through the Basics. Version 2.0

SurVo. Stepping Through the Basics. Version 2.0 Stepping Through the Basics Version 2.0 Contents What is a SurVo?... 3 SurVo: Voice Survey Form... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Setting up a SurVo... 4 Speech/Recording Options...

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

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

Caller dialled digit during recording. Fax routing Config? Yes. Route to Fax Extensions

Caller dialled digit during recording. Fax routing Config? Yes. Route to Fax Extensions Auto Attendant Menu Caller dialled digit during recording Digits 0-7 Fax tone detected selection is made 2nd digit present Single Digit Config Fax routing Config? Ignore Fax Route to Extensions Route to

More information

An Overview of Cisco MobilityManager

An Overview of Cisco MobilityManager CHAPTER 1 An Overview of Cisco MobilityManager This chapter describes Cisco MobilityManager and includes these sections: Key Features and Benefits, page 1-4 Use Case Examples, page 1-5 Compatibility with

More information

Telstra IP Telephony 450/550/560/650/670 Handset Features Guide

Telstra IP Telephony 450/550/560/650/670 Handset Features Guide If you are required to initially configure you IP phone you will be advised of the Username and Password. This information only needs to be entered once via the QSetup soft key. This is only required for

More information

Copyright ZYCOO All rights reserved. V Table of Contents

Copyright ZYCOO All rights reserved. V Table of Contents Table of Contents Chapter 1 Changelog... 1 Chapter 2 Feature Codes... 5 2.1 Blacklist... 5 2.2 Pickup Call... 5 2.3 Call Parking... 6 2.4 Call Transfer... 6 2.5 Conference... 7 2.6 Voicemail... 7 Chapter

More information

INNLINE IP Voice Mail

INNLINE IP Voice Mail INNLINE IP Voice Mail FRONT DESK REFERENCE MITEL CONNECTED GUESTS NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation

More information

PARTNER Messaging User Guide

PARTNER Messaging User Guide PARTNER Messaging User Guide Back Panels: Your Messages (cont d) Using Personal Group Lists Using Outcalling Front Panels: Getting Started Personalizing Your Mailbox Your Messages Recording and Screening

More information

Avaya one-x Mobile User Guide for iphone

Avaya one-x Mobile User Guide for iphone Avaya one-x Mobile User Guide for iphone 18-602788EN-GB Issue 1 February 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

incontact Auto Attendant Admin Reference Manual

incontact Auto Attendant Admin Reference Manual incontact Auto Attendant Admin Reference Manual incontact Auto Attendant Admin Reference Manual Title incontact Auto Attendant Admin Reference Manual Revision 04052011 Copyright About incontact 2011 incontact,

More information

Version 2.7. Audio File Maintenance Advanced User s Guide

Version 2.7. Audio File Maintenance Advanced User s Guide Version 2.7 Audio File Maintenance Advanced User s Guide Contents Introduction to the Documentation...3 About the Documentation...3 Ifbyphone on the Web...3 Logging in to your Ifbyphone Account...3 Maintaining

More information