ADMINISTRATION & USAGE GUIDE SHORETEL VOICE FORMS IVR APPLICATION ShoreTel Professional Services. Introduction

Size: px
Start display at page:

Download "ADMINISTRATION & USAGE GUIDE SHORETEL VOICE FORMS IVR APPLICATION ShoreTel Professional Services. Introduction"

Transcription

1 ADMINISTRATION & USAGE GUIDE SHORETEL VOICE FORMS IVR APPLICATION ShoreTel Professional Services Introduction This application provides an Interactive Voice Response (IVR) system to interface with callers who wish to place orders and have those orders recorded and the recordings submitted to a ShoreTel voice mail box. The system is driven by an XML configuration file which defines the settings for the system as well as for each script. A script or form is associated with a given extension (a ShoreTel Route Point) and inbound calls to the extension are handled by the script after the call is answered. Scripts typically play some form of greeting and then consecutively prompt for various data items and record each response into a single wave file. When the user hangs up or the script completes or the user is given a menu of options, the voice mail message containing the wave file is created and posted to a voice mail box associated with the script. If a menu is provided it can include options to start another order, transfer the caller to an operator (also associated with the script) or transfer to an extension. New in version we now support a separator prompt setting which causes a pre-recorded wave file to be appended after each recorded segment. This helps to make it clear where each response lies. ShoreTel Voice Forms IVR Application Page 1 of 12 6/28/2012

2 Contents Introduction... 1 Contents... 2 Requirements... 2 Licensing... 2 Installation... 2 Configuration... 4 Creating the Route Point... 8 Creating Wave Files for Scripts... 9 Logging Requirements This server must be installed on a ShoreTel Headquarters of Application (DVS) Server. This server requires the.net 2.0 runtime to be installed on the server. If it is not, the setup program will detect this and the user will be directed to the Microsoft web site to download and install the runtime. This application is a licensed application. This means that in order to run correctly the corresponding ShoreTel Professional Services licensing server must be installed on the customer s ShoreTel Headquarters server and an application specific license must be configured. Licensing Before installing this application you should first install the required license. This could be a trial license or it could be a permanent license. If a trial license is used this will allow full usage for up to 45 days at which point a permanent license must be installed for this application to continue to function. If there is a problem with this application s license after the service has started then the application will log the issue to its log file as well as adding an event to the Windows Event log. The customer will have up to three days to resolve the issue. If the issue is not rectified in this time period then the server will stop routing calls and all calls will be sent to the script s error extension. Installation To install the application you'll want to unzip the STVMForms.zip file. This contains a setup program and associated MSI install file. After unzipping the files to a folder, run the STVMFormsSetup.exe from the folder. If the.net 2.0 runtime needs to be installed then you will be directed to the Microsoft web site to download it. Once it is installed the setup should start to run and this screen should be displayed: ShoreTel Voice Forms IVR Application Page 2 of 12 6/28/2012

3 Click Next at each screen to install the application and when complete, click Close. The service should be installed and configured to run automatically every time the server is restarted. It should also be automatically running although as initially configured, it won't actually do anything until some additional configuration is made and the service restarted. You can verify that the service is installed as well as stop, start or restart and change its startup mode by running the Windows Services application and looking for the "ShoreTel Professional Services VM Forms Server" service: ShoreTel Voice Forms IVR Application Page 3 of 12 6/28/2012

4 While the server comes with a preconfigured XML file based on the customer specifications along with prerecorded wave files, it is still necessary to edit the XML file to set the route point, voice mail and operator extensions associated with each of the scripts. While a script will still be processed, until the values are set, it will not be functional. Configuration All of the configuration for the server is via modifying an XML file and then restarting the server's service. The XML file is located in the application's install directory. Assuming you accepted the default install location, this file will be located at: C:\Program Files\ShoreTel\ShoreTel Voice Mail Forms Server\STVMForm.xml To view the file, double click it to show it in Internet Explorer. To edit it, you can use any XML or text editor. This shows the file open in Internet Explorer: The XML consists of two main node types: ShoreTel Voice Forms IVR Application Page 4 of 12 6/28/2012

5 STVMForm This is the root node for the settings. The service level settings are set via attributes of this node. The following are the attributes used by this node: RecordTimeout (Default if not set is 30 seconds) This is the maximum time, in seconds, that a record segment will be allowed. If the user does not press the pound key (#) within this time then the recording to that point is saved and the caller is transferred to the scripts operator extension. MenuTimeout (Default if not set is 5 seconds) This is the maximum time, in seconds, that a menu will wait for user input. If no input is received in that time, the menu will repeat and wait again. If there is still no response after the third repetition then the call will be transferred to the script's configured operator extension. LogLevel (Default if not set is 1) This sets the level of logging. Level 0 is no logging. Level 1 logs startup, shutdown, settings and any errors in the settings and/or with the execution of scripts. Level 2 logs level 1 as well as logging each call processed. Level 3 logs level 2 as well as low level events. Generally level 1 or 2 would be appropriate. STLogLevel (Default if not set is 0) This sets the level of logging for the internal ShoreTel COM object which provides the interface to the telephony events. This ranges from 0 (no logging) to 3 (full logging.) In general, this would only be enabled if requested by ShoreTel Professional Services in the event of a problem. STLogWave (Default if not set is false) This enables low level logging of the wave file related events and requests. For wave logging to be enabled the STLogLevel must be set to 3 along with this setting set to true or True. The default is no wave logging. In general, this would only be enabled if requested by ShoreTel Professional Services in the event of a problem. Script Contained in the STVMForm node are zero or more script nodes. The script nodes contain three types of sub nodes, Play, Record and Menu. A script has several settings set via attributes of the script node. These are the valid attributes which can be used: Name This is the name of the script. This will show up in the logging related to the script. RoutePoint This is the extension of the ShoreTel route point device which triggers this script. Each script is started by a call offering at the route point. The server answers the call and starts the execution of the script. See the section below on creating the route point in ShoreTel's Director. ShoreTel Voice Forms IVR Application Page 5 of 12 6/28/2012

6 MailBox This is the extension of the ShoreTel Voice Mail box where recordings made of callers into this script should be deposited. Scripts send their recorded file to this mailbox when the caller hangs up, when the script executes a menu and in the case of any errors. Operator This is the extension of the ShoreTel extension which should receive calls when the user requests it via the Menu Operator node type (see below.) Note that this can be pretty much any ShoreTel extension type including the auto attendant, a workgroup, another script route point and so on. Error This is the extension of the ShoreTel extension which should receive calls when the user fails to respond to menu timeouts or fails to terminate a given recording before the record timeout expires. In addition, if the system encounters any failure with the call then it will try to transfer the call to this extension. SeparatorPrompt This is the name of a prompt file to be automatically appended after each recorded segment. If not included or if set to an empty string then no separator prompt is appended. The data is assumed to be the name of the file without any path or.wav suffix. The sub nodes of the script node define the features and flow of the actual script which is executed for a caller. The nodes are executed from top to bottom or until the caller hangs up. These are the four valid node types: Play This plays a single file from the server's wave directory. See the section below on creating wave files. You can execute several Play commands in sequence in order to form text from wave "pieces". Play has one required attribute: File This is set to the name of the file without any path or.wav suffix. Record This records and appends to a single wave file associated with the scripts. It does so until the user presses the pound key, the record time out is exceeded or the caller hangs up. If the record timeout is exceeded, the caller is transferred to the operator. Record has one optional attribute: File This is set to the name of a file to play as a prompt before starting the record. Usually this prompt (or a previous play if this attribute is not used) should tell the caller to press the # key when they are done speaking. Menu This provides a menu with choices to the caller. Menu nodes contain four types of menu item sub nodes (see below), Restart, Operator, Transfer and Label. The Menu node has one optional attribute: ShoreTel Voice Forms IVR Application Page 6 of 12 6/28/2012

7 File This is set to the name of a file to play as a prompt before the menu waits for user input. Usually this prompt (or a previous play if this attribute is not used) would tell the users what their choices are. Label This is used in conjunction with the Menu item Goto node (see below.) The Label node marks a location in the script which can be branched to from a menu. The Label node has one required attribute: Name This is set to the name of the label and should match the Label attribute of the Goto menu item node's Name attribute. The sub nodes of the menu node define the menu choices. The order of the choices is not important. Typically you would only use at most one Restart and one Operator node type. However, you may well want to use multiple transfer nodes and you might want to use several Goto nodes to branch up farther higher in a script. In fact, through configuring a script with Plays and a menu with a number of transfer options it is easy to build a simple call routing script. All of the choice nodes have a required attribute, Key which indicates which telephone key this choice is intended to handle. This must be set to one of the values "0" through "9", "*" or "#". Restart This menu choice causes the script to restart from the beginning if its Key attribute is selected by the caller. A new recording (if the script uses record) will be created. Restart has one required attribute: Key This is the digit ("0" through "9", "*" or "#") that triggers this menu choice. Operator This menu choice causes the caller to be transferred to the script's operator extension. If for any reason we fail to transfer the call to the operator extension we have no choice except to disconnect the call. Operator has one required attribute: Key This is the digit ("0" through "9", "*" or "#") that triggers this menu choice. Transfer This menu choice transfers the caller to a number provided as an attribute to this node. If for any reason we fail to transfer the call to the extension then we instead try to transfer the call to the script's operator extension. Transfer has two required attributes: Key This is the digit ("0" through "9", "*" or "#") that triggers this menu choice. Number This is the number to transfer the caller to if they select this menu choice. This can be either an internal ShoreTel extension or it could be an external number. If you use an external number make sure that it contains the trunk ShoreTel Voice Forms IVR Application Page 7 of 12 6/28/2012

8 access code and any required prefix digits. Also ensure that the route point used by the script is in a user group allowed to make external calls. Goto This menu choice causes the script to branch up to a script Label node with a Name attribute which matches the Goto node's Label attribute. Note that unlike Restart, Goto does NOT start a new recording. Any Record nodes will continue to use the current recording file. Goto has two required attributes: Key This is the digit ("0" through "9", "*" or "#") that triggers this menu choice. Label This is the name of the script node Label we are branching to. It will match Name attribute of a script node Label. Creating the Route Point Each Script node is tried to a single route point via the RoutePoint attribute. To create the route point you would run ShoreTel's Director and select the Call Control... Route Points menu and then click "Add New" to create a new route point. You will want to set the Route Point Server to the server where this application is being installed. You will want to set the call stack to the maximum trunks or callers who will simultaneously call into the route point. If you plan to have menus which allow external transfers then you'll need to make sure the route point is in a user group with sufficient privileges. You may also want to set the call forwarding on no answer as a fail safe in case the server has a problem and stops responding to calls. ShoreTel Voice Forms IVR Application Page 8 of 12 6/28/2012

9 Creating Wave Files for Scripts The service comes preconfigured with a number of scripts and the wave files needed to support those scripts. In general, most of the wave files are reused for most of the scripts with only a few parts recorded for a specific script. The wave files are in ShoreTel voice mail wave file format. This shows the wave properties of a recording: ShoreTel Voice Forms IVR Application Page 9 of 12 6/28/2012

10 There are various tools which allow recording of wave files. You should start by recording a single replacement file for the existing scripts and make sure that the format matches and that the server can play it along with existing files. Once you've confirmed that then you can easily record the various prompts you need and modify your configuration XML file to use these new prompts. Note that you will want to fully test all scripts to ensure that all files play. If you mistype the name of a file you recorded in the XML configuration then the caller will be transferred to the operator when the problem is encountered at run time. You can examine the log while testing to see what file caused the problem. All of the wave files are stored in the Wave folder stored in the server's install directory. Assuming the server was installed in the default location this would be: C:\Program Files\ShoreTel\ShoreTel Voice Mail Forms Server\Wave This shows the directory with some of the files: ShoreTel Voice Forms IVR Application Page 10 of 12 6/28/2012

11 Logging The system supports a log file. This is useful for checking that the XML settings file was correctly processed and for resolving errors in the XML or wave files or possibly other problems. The log file is written to the server's install directory. Assuming the server was installed to the default location, this would be: C:\Program Files\ShoreTel\ShoreTel Voice Mail Forms Server\STVMForm.log The file is a simple text file which can be opened in most editors including Notepad. The level of logging is determined by the LogLevel attribute of the root STVMForm node. Level 0 is no logging. Level 1 logs startup, shutdown, settings and any errors in the settings and/or with the execution of scripts. Level 2 logs level 1 as well as logging each call processed. Level 3 logs level 2 as well as low level events. At the default level of logging (1) it will display startup, shutdown, settings and any errors. This should allow diagnosing and fixing configuration issues. This shows a sample of the logging: 1/21/2008-1:32:08 PM: /21/2008-1:32:08 PM: Log file opened 1/21/2008-1:32:08 PM: Voice Mail Path Set to C:\Shoreline Data\Vms\Message\ 1/21/2008-1:32:08 PM: Cfg Exe Path Set to C:\Program Files\Shoreline Communications\ShoreWare Server\cfg 1/21/2008-1:32:08 PM: SETTINGS ShoreTel Voice Forms IVR Application Page 11 of 12 6/28/2012

12 1/21/2008-1:32:08 PM: XMLFile=C:\Program Files\ShoreTel\ShoreTel Voice Mail Forms Server\STVMForm.xml 1/21/2008-1:32:08 PM: STVMForm LogLevel=3, STLogLevel=3, RecordTimeout=30, MenuTimeout=5 1/21/2008-1:32:08 PM: 1/21/2008-1:32:08 PM: IMRefillNO: RoutePoint=170, MailBox=212, Operator=100, Error=110 1/21/2008-1:32:08 PM: Play File=GreetingSSMCPrefix 1/21/2008-1:32:08 PM: Play File=IMRefillNOPhoneNumber 1/21/2008-1:32:08 PM: Play File=GreetingSSMCSuffix 1/21/2008-1:32:08 PM: Play File=PromptBegin 1/21/2008-1:32:08 PM: Record File=PromptFirstLastName 1/21/2008-1:32:08 PM: Record File=PromptDateOfBirth 1/21/2008-1:32:08 PM: Record File=PromptDoctorName 1/21/2008-1:32:08 PM: Record File=PromptPharmacy 1/21/2008-1:32:08 PM: Record File=PromptPhoneNumber 1/21/2008-1:32:08 PM: >>Append 1/21/2008-1:32:08 PM: Record File=PromptMedicationName 1/21/2008-1:32:08 PM: Record File=PromptMedicationStrength 1/21/2008-1:32:08 PM: Menu File=MenuDefault 1/21/2008-1:32:08 PM: 0: Operator 1/21/2008-1:32:08 PM: 1: Goto Append 1/21/2008-1:32:08 PM: 2: Restart 1/21/2008-1:32:08 PM: 1/21/2008-1:32:08 PM: IMRefillKN: RoutePoint=171, MailBox=212, Operator=100, Error=110 1/21/2008-1:32:08 PM: Play File=GreetingSSMCPrefix 1/21/2008-1:32:08 PM: Play File=IMRefillKNPhoneNumber 1/21/2008-1:32:08 PM: Play File=GreetingSSMCSuffix and so on... ShoreTel Voice Forms IVR Application Page 12 of 12 6/28/2012

AT&T Collaborate voic quick reference guide

AT&T Collaborate voic quick reference guide AT&T Collaborate voicemail quick reference guide You can listen to your AT&T Collaborate voicemail using your Internet Protocol (IP) phone or any touch-tone or mobile phone. You can also have your messages

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

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

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

Cisco Unity Express Windows and Menus

Cisco Unity Express Windows and Menus Last updated: June 21, 2007 This chapter describes the windows, menus, and icons available in the Cisco Unity Express voice-mail system and contains the following sections: Navigating Through the Cisco

More information

Configuration Tasks. Configuring the System Using the CLI Commands. Configuring the System Using the GUI and the Initialization Wizard

Configuration Tasks. Configuring the System Using the CLI Commands. Configuring the System Using the GUI and the Initialization Wizard Configuration Tasks After completing the prerequisite activities, begin the configuration tasks. This chapter lists the recommended tasks for configuring Cisco Unity Express and contains the following

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

Script Editor Overview

Script Editor Overview Script Editor Overview Last Updated: July 24, 2008 This guide provides an overview using the Cisco Unity Express 3.2 Script Editor for writing Auto Attendant (AA) scripts. The guide also includes a line-by-line

More information

Switchvox PBX User Manual

Switchvox PBX User Manual Switchvox PBX User Manual Welcome to the Switchvox PBX, the worlds most powerful, yet easy to configure IP- PBX on the market today. We have tried to make all the operations you do often easy to use and

More information

Telephone-Instructions

Telephone-Instructions Telephone-Instructions Fort Leavenworth Telephone Operator/Information (ADAS) Automated Directory Attendant System (ADAS) is a computer system that p rovides the caller with a pre-recorded set of options.

More information

Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0

Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Objectworld CallAttendant Office Analog Integration with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe

More information

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1.

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voicemail 3.0 with Avaya IP Office System 1.4 - Issue 1.0 Abstract These Application

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

Advanced Scripting Techniques

Advanced Scripting Techniques Advanced Scripting Techniques This chapter describes advanced variables and techniques you can use when designing custom scripts in the Cisco Unity Express Script Editor. This chapter contains the following

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

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

Double-Take ShoreWare Director Failover Configuration

Double-Take ShoreWare Director Failover Configuration Application Note ST-0122 October 9, 2006 Double-Take ShoreWare Director Failover Configuration The first step to deploying IP telephony in a secure manner is to follow the best practices in secure network

More information

Auto Attendant Script Example

Auto Attendant Script Example Auto Attendant Script Example Last Updated: April 28, 2010 This chapter describes how to configure an auto attendant (AA) script. It uses the sample script aa_sample1.aef, which is included with the Cisco

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

Business Group Admin. CommPortal ADMIN. Lines. Go to

Business Group Admin. CommPortal ADMIN. Lines. Go to CommPortal ADMIN Go to http://myphone.bayring.com/bg User Name: Your 10-digit telephone number (no dashes) Password: Your CommPortal user password if you have already set it up. Lines The Lines page shows

More information

Designing an Auto Attendant Script

Designing an Auto Attendant Script Designing an Auto Attendant Script This chapter describes the design of an Auto Attendant (AA) script, aa_sample1.aef, which is included with the Cisco Unity Express Script Editor, and contains the following

More information

Cisco Unity Express Windows and Menus

Cisco Unity Express Windows and Menus Cisco Unity Express Windows and Menus Last updated: June 21, 2007 This chapter describes the windows, menus, and icons available in the Cisco Unity Express voice-mail system and contains the following

More information

After Call Survey. Content. Learn more about maximizing your UC phone system

After Call Survey. Content. Learn more about maximizing your UC phone system After Call Survey Updated 7/2016 Content Solution Architecture... 2 Content Configuration... 3 Opt-In... 4 Call Control... 5 Reporting... 6-8 Learn more about maximizing your UC phone system 150 Main Street,

More information

ShoreTel Communicator for IBM Sametime User Guide. Release 3.0

ShoreTel Communicator for IBM Sametime User Guide. Release 3.0 ShoreTel Communicator for IBM Sametime User Guide Release 3.0 Legal Notices Document and Software Copyrights Copyright 2007-2014 by ilink Kommunikationssysteme GmbH, Berlin, Germany. All rights reserved.

More information

Administration. Overview

Administration. Overview 6 Intuity AUDIX LX System Administration Overview 6Intuity AUDIX LX System Administration Page 6-1 6 Overview Some of the Intuity AUDIX LX screens are now Web-based administration and may not have been

More information

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya MERLIN Magix Issue 1.

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya MERLIN Magix Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voicemail 3.0 with Avaya MERLIN Magix 3.0 - Issue 1.0 Abstract These Application

More information

DX-80 TM Hard Drive Voice Mail Installation and Supervisor Guide

DX-80 TM Hard Drive Voice Mail Installation and Supervisor Guide DX-80 TM Hard Drive Voice Mail Installation and Supervisor Guide Every effort has been made to assure the accuracy of the information in this document. The manufacturer assumes no responsibility, express

More information

INDEX. Cisco Unity Express CLI Administrator Guide for Cisco CallManage, Release Cisco Unity Express Release 1.1

INDEX. Cisco Unity Express CLI Administrator Guide for Cisco CallManage, Release Cisco Unity Express Release 1.1 INDEX A active calls backup 105 restore 107 administration CLI 28 differences 29 GU and CLI 39 GUI 27 administrative privileges 84 administrator Cisco CallManager 29 Cisco Unity Express 29 password 35

More information

Overview. What is a Multimedia Automated

Overview. What is a Multimedia Automated 1 Multimedia Automated Attendant Overview 1Multimedia Automated Attendant Overview Page 1 1 What is a Multimedia Automated Attendant? A multimedia automated attendant (auto-attendant) is an interactive

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

ShoreTel Active Directory Import Application

ShoreTel Active Directory Import Application INSTALLATION & USER GUIDE ShoreTel Active Directory Import Application ShoreTel Professional Services Introduction The ShoreTel Active Directory Import Application allows customers to centralize and streamline

More information

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Table of Contents INTRODUCTION... 4 IVR CONFIGURATION... 5 IVR Creation (Basic Settings)... 5 IVR Managing (Key Pressing Events)...

More information

IP Office Voic Pro

IP Office Voic Pro IP Office Voicemail Pro 40DHB0002USAW Issue 4 (11/26/2001) Contents Voicemail Pro... 4 Overview... 4 Voicemail Lite Features... 4 Voicemail Pro Components... 5 Installing Voicemail Pro... 6 Pre-Installation

More information

silhouette Voice mail getting started guide Release 4.0 Final

silhouette Voice mail getting started guide Release 4.0 Final silhouette Voice mail getting started guide Release 4.0 Contents Introduction...1 Accessing your Voice Mailbox...1 Main Menu...1 Listening to Messages...2 Reply or Call Sender...3 Internal extensions...

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

User Guide Issue 1b - September 2002 PN: IN252-00

User Guide Issue 1b - September 2002 PN: IN252-00 User Guide Issue 1b - September 2002 PN: IN252-00 Issue Release Date Changes 1 4-97 Initial Release 1a 4-98 Statements have been added for clarification purposes. 1b 9-02 The While Listening mailbox operation

More information

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following:

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following: This chapter contains the following: Product names, page 1 Summary description of Unified IP IVR, page 1 More than one Unified CCX product installed on a server, page 2 Unified IP IVR features supported

More information

IP OFFICE PREFERRED VOIC REFERENCE GUIDE

IP OFFICE PREFERRED VOIC REFERENCE GUIDE IP OFFICE PREFERRED VOICEMAIL 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 Fax:

More information

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide

Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Grandstream Networks, Inc. UCM6xxx Series - Interactive Voice Response Guide Table of Contents INTRODUCTION... 4 IVR CONFIGURATION... 5 IVR Creation (Basic Settings)... 5 IVR Managing (Key Pressing Events)...

More information

KnapSac Windows Server User's Guide

KnapSac Windows Server User's Guide KnapSac Windows Server User's Guide Table of Contents KnapSac Server for WIndows... 3 Introduction... 3 Windows Server... 3 License File... 5 License File System ID... 5 License File Options... 5 Server

More information

Working with TAPS CHAPTER

Working with TAPS CHAPTER 10 CHAPTER Use the Tool for Auto-Registered Phones Support (TAPS) in conjunction with BAT to provide two features: Update MAC addresses and download predefined configuration for new phones. Reload configuration

More information

TELUS Voice Mail User Guide

TELUS Voice Mail User Guide TELUS Voice Mail User Guide Welcome to TELUS Voice Mail Service. This guide will get you up and running and help you understand the features of this service. Getting Started Use the following keys when

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

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

Connected Office Voice Recording an Auto Attendant Greeting User Guide 05/17/16

Connected Office Voice Recording an Auto Attendant Greeting User Guide 05/17/16 Connected Office Voice Recording an Auto Attendant Greeting User Guide 05/17/16 RECORDING AN AUTO ATTENDANT GREETING Auto Attendant Overview The Auto Attendant is an automated receptionist who greets and

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

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

Voic Plus User Guide

Voic Plus User Guide Voicemail Plus User Guide Version: 2.0_CA Revised: 25 September 2007 Notices Copyright 2007 Vonage. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used

More information

Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide

Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide Grandstream Networks, Inc. UCM6xxx Series IP PBX Lightweight Call Center Guide Table of Contents INTRODUCTION... 4 UCM CALL CENTER FEATURES LIST... 5 Call Queues... 5 Virtual Queue... 7 Position Announcement...

More information

COMPLEX SYSTEMS ONE SOLUTION

COMPLEX SYSTEMS ONE SOLUTION Communications Products, Inc. United States Coast Guard Avaya IP Office Training DAY 4 LESSONS 11, 12 & 13 COMPLEX SYSTEMS ONE SOLUTION Lesson 11 Voice Mail Lesson Objective: To become familiar with IPO

More information

Unity Express Voic Storage Limits

Unity Express Voic Storage Limits Unity Express Voicemail Storage Limits Document ID: 63405 Contents Introduction Prerequisites Requirements Components Used Conventions Cisco Unity Express Limits Mailbox Size Limits Message Expiry Send

More information

Aspire Basic Operation (Quick Reference)

Aspire Basic Operation (Quick Reference) Aspire Basic Operation (Quick Reference) To answer an incoming call: To answer an incoming call at your extension, simply lift the receiver. The phone is programmed to automatically answer an incoming

More information

Voice Messaging Instructions Contents

Voice Messaging Instructions Contents Voice Messaging Instructions Contents Welcome to Voice Messaging 2 Using Voice Mail for the First Time 2 Recording External and Temporary Greetings 3 Personal Verification 4 Password Change 4 Playing Messages

More information

Staff Reference. INNLINE 2020 Voice Mail

Staff Reference. INNLINE 2020 Voice Mail Staff Reference INNLINE 2020 Voice Mail Notice The Innovation voice mail system (also referred to as the System ) is made available (under the terms of the Innovation Technologies Worldwide, Inc. License

More information

TELEVANTAGE CTM SUITE USER S GUIDE

TELEVANTAGE CTM SUITE USER S GUIDE TELEVANTAGE CTM SUITE USER S GUIDE TELEVANTAGE CTM SUITE 2.0 COPYRIGHT 2002 Artisoft, Inc. All rights reserved. This manual and the software described in it are copyrighted with all rights reserved. No

More information

NICE UPTIVITY SURVEY FOR SIP ENVIRONMENTS. March

NICE UPTIVITY SURVEY FOR SIP ENVIRONMENTS. March NICE UPTIVITY SURVEY FOR SIP ENVIRONMENTS March 2017 www.incontact.com NICE UPTIVITY SURVEY FOR SIP ENVIRONMENTS Version: This guide should be used with NICE Uptivity (formerly incontact WFO Premise) v5.6

More information

Press the More key at anytime to scroll across if the feature you need is not visible.

Press the More key at anytime to scroll across if the feature you need is not visible. Display Features The display on your phone is very interactive. As you use the phone the information will change and different features and functions will appear on the display. The 6 buttons above the

More information

Auto Attendant. Administrator Guide

Auto Attendant. Administrator Guide Auto Attendant Administrator Guide Version 1.1 August 3, 2018 Revision History Revision Date Description Initials 1.0 8/21/17 First published version. CS 1.1 8/3/18 Revised version for new interface (EAS

More information

Script Editor Overview

Script Editor Overview Script Editor Overview This guide provides an overview of writing autoattendant scripts for by using the Cisco Unity Express Script Editor and includes a line-by-line description of a sample script, and

More information

Configuring System Components

Configuring System Components Configuring System Components Command-line interface (CLI) commands are available to configure Cisco Unity Express system components. Some commands are entered in EXEC mode and others in configuration

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

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

Using the Script Editor

Using the Script Editor Using the Script Editor This chapter describes how to use the Cisco Unity Express Script Editor in the following sections: Overview of the Cisco Unity Express Script Editor, page 17 Palette Pane, page

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

IPitomy System IP1000v2 IP1200 IP2000 IP5000 Extensions Extension Capacity

IPitomy System IP1000v2 IP1200 IP2000 IP5000 Extensions Extension Capacity Feature List IPitomy System IP1000v2 IP1200 IP2000 IP5000 Extensions Extension Capacity Up to Up to Up to Up to 250 30 100 500 Import Names and Email Adresses Auto Create Extensions and Voice Mail Boxes

More information

ShoreTel 230 IP Phone User Guide

ShoreTel 230 IP Phone User Guide ShoreTel 230 IP Phone User Guide Document and Software Copyrights Copyright 1998 2007 by ShoreTel, Inc., Sunnyvale, California, U.S.A. All rights reserved. Printed in the United States of America. Contents

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

Quick Resource for Crexendo Home Office Suite

Quick Resource for Crexendo Home Office Suite Crexendo Business Solutions Inc. Quick Resource for Crexendo Home Office Suite Crexendo QuickStart Guide 1 Crexendo QuickStart Guide Crexendo Business Solutions Inc. Getting Started Adaptor Installation

More information

Click the following link. Note that this will display a technical configuration file rather than a formatted page. This is normal.

Click the following link. Note that this will display a technical configuration file rather than a formatted page. This is normal. Overview This guide is designed to walk through the key steps for implementing the ShoreTel for Salesforce browser based integration in your Salesforce instance to connect with ShoreTel Connect CLOUD or

More information

Aria PABX and Expresso - SET UP

Aria PABX and Expresso - SET UP Aria PABX and Expresso - SET UP The Expresso Mailboxes Mailbox 0, 700 to 799 and 999 have been set Mailbox 0 has been set as Mailbox Settings = Forward to Mailbox 700 and Extension Settings = Blind Transfer

More information

IP Office Voic Installation & Administration Manual

IP Office Voic Installation & Administration Manual IP Office Voicemail Installation & Administration Manual 40DHB0002USAW Issue 8 (07/30/02) Contents Voicemail... 4 Overview... 4 Voicemail Lite... 5 Voicemail Pro... 6 Voicemail Pro Components... 7 Integrated

More information

Voice Mail User s Guide

Voice Mail User s Guide Voice Mail User s Guide Introduction The MX voice mail server configures mail boxes and accesses voice messages for users, ACD groups, and operators. This user s guide describes voice mail server procedures

More information

Auto Start Analyzer after AppPool Recycle by IIS

Auto Start Analyzer after AppPool Recycle by IIS Auto Start Analyzer after AppPool Recycle by IIS Background It is often sites running on the Internet Information Service (IIS) will get recycled by IIS service at a set interval (nightly for example).

More information

IP Office 3.0 Voic Pro Examples & Exercises

IP Office 3.0 Voic Pro Examples & Exercises IP Office 3.0 Voicemail Pro Examples & Exercises Issue 5b (15th February 2005) Table of Contents Voicemail Pro Example Exercises... 5 1. Voicemail Pro Example Exercises... 5 1a. Equipment Required...

More information

ShoreTel 115 IP Phone User Guide

ShoreTel 115 IP Phone User Guide ShoreTel 115 IP Phone User Guide Document and Software Copyrights Copyright 1998 2007 by ShoreTel, Inc., Sunnyvale, California, U.S.A. All rights reserved. Printed in the United States of America. Contents

More information

SHORETEL INSTALLATION GUIDE

SHORETEL INSTALLATION GUIDE SHORETEL INSTALLATION GUIDE Updated November 14, 2017 Table Of Contents Install Java...1 Install Chronicall...2 Complete Initial Configuration...10 Configure Call Recording within ShoreTel Configure a

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments Enhanced Interactive Voice Response (eivr) Voicemail, Automated Attendant, and Speech Enabled Automated

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

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

Configure Cisco Unified Communications Manager

Configure Cisco Unified Communications Manager Configure Cisco Unified Communications Manager Overview, on page 1 Set Up Phone Route Plans, on page 2 Set Up Cisco Unified Communications Manager for Emergency Responder, on page 3 Create Emergency Responder

More information

Deploying SecPod Saner Agent Through Microsoft Active Directory

Deploying SecPod Saner Agent Through Microsoft Active Directory Deploying SecPod Saner Agent Through Microsoft Active Directory Introduction This article lists instructions to install SecPod Saner agent through Microsoft Active Directory. Steps Involved in Deploying

More information

Introduction. April Reference Guide.

Introduction. April Reference Guide. Introduction April 2014 Reference Guide www.uptivity.com Security Classification: Uptivity Confidential. Distribution: Approved internal Uptivity staff only and licensed Uptivity customers. Note: Applicable

More information

2.12 Case Study: A Voice Mail System. The Object-Oriented Design Process Horstmann Section 2.12

2.12 Case Study: A Voice Mail System. The Object-Oriented Design Process Horstmann Section 2.12 2.12 Case Study: A Voice Mail System The Object-Oriented Design Process Horstmann Section 2.12 CS 3354 Spring 2017 Jill Seaman Consider the task of writing a program to simulate the following simple telephone

More information

ShoreTel Server 12.2 Software Release Notes. Part Number

ShoreTel Server 12.2 Software Release Notes. Part Number ShoreTel Server 12.2 Software Release Notes Part Number 800-1603-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the

More information

IP Office Voic Pro Installation & Maintenance

IP Office Voic Pro Installation & Maintenance IP Office Voicemail Pro Installation & Maintenance 40DHB0002USAW Issue 12c (5 th May 2004) Table Of Contents Voicemail... 1 Overview of Voicemail Pro... 1 Voicemail Pro Features... 2 Voicemail Pro Components...

More information

Call-in Agent Configuration 9

Call-in Agent Configuration 9 Call-in Agent Configuration 9 9.1 Overview of the Call-in Agent The Call-in Agent enables users to access OPC data over the phone. The Call-in Agent configuration sets up the voice and key entries and

More information

Digital Voice Services Residential User Guide

Digital Voice Services Residential User Guide Digital Voice Services Residential User Guide TECH SUPPORT - 888.855.9997 734.324.7190 WYANDOTTECABLE.COM Feature Access Codes *62 Voice Portal *86 Direct Voice Mail Retrieval *77 Anonymous Call Rejection

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Esna Technologies Telephony Office-LinX (TOL) Voicemail, Automated Attendant, and Speech Enabled Automated Attendant with Avaya

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

Brekeke PBX Version 3 Administrator's Guide (Basic) Brekeke Software, Inc.

Brekeke PBX Version 3 Administrator's Guide (Basic) Brekeke Software, Inc. Brekeke PBX Version 3 Administrator's Guide (Basic) Brekeke Software, Inc. Version Brekeke PBX version 3, Administrator s Guide (Basic) Copyright This document is copyrighted by Brekeke Software, Inc.

More information

Panasonic KX-TVA50, KX TVA50, KXTVA50, TVA50, KX-TVA200, KX TVA200, KXTVA200, TVA200

Panasonic KX-TVA50, KX TVA50, KXTVA50, TVA50, KX-TVA200, KX TVA200, KXTVA200, TVA200 Panasonic Telephone Systems KX-TVA200 KX-TVA50 www.voicesonic.com Phone 877-289-2829 Voice Processing System Feature Manual Panasonic KX-TVA50, KX TVA50, KXTVA50, TVA50, KX-TVA200, KX TVA200, KXTVA200,

More information

AirePBX Administrator Guide

AirePBX Administrator Guide AirePBX Administrator Guide Third Quarter 2012 Contents 1 Introduction 1-2 1. Purpose of this guide 1-2 2. Other guides 1-2 2 CommPortal Business Group Administrator (BG Admin) 2-1 1. Accessing CommPortal

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 These Application Notes describe the configuration

More information

MyCalls Installation Manual Version 1.3 for MyCalls

MyCalls Installation Manual Version 1.3 for MyCalls MyCalls Installation Manual Version 1.3 for MyCalls 4.0.0.4 1 P a g e Table of Contents What is MyCalls... 3 Requirements... 4 Telephone System... 4 MyCalls PC Specification... 4 Before you Begin... 5

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

Crexendo QuickStart Guide Crexendo Cloud Communications Questions? Call

Crexendo QuickStart Guide Crexendo Cloud Communications Questions? Call Getting Started Logging In To log into the Crexendo Web Interface, open http://www.crexendo.net and click the Login link in the far upper right corner of the screen. The next screen you see will be the

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

UPTIVITY SIP SURVEY GUIDE, V5.6. April

UPTIVITY SIP SURVEY GUIDE, V5.6. April UPTIVITY SIP SURVEY GUIDE, V5.6 April 2015 www.incontact.com UPTIVITY SIP SURVEY GUIDE, V5.6 Version: 5.6 Revision: April 2015 About incontact: incontact (NASDAQ: SAAS) is the cloud contact center software

More information