Interactive Voice Response

Size: px
Start display at page:

Download "Interactive Voice Response"

Transcription

1 Virtual Contact Center Interactive Voice Response Revision 1.0

2 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. 8x8 is a registered trademark of 8x8, Inc.

3 Contents INTERACTIVE VOICE RESPONSE (IVR) - OVERVIEW... 1 BASIC IVR SCRIPT... 2 INTERMEDIATE IVR SCRIPT... 2 ADVANCED IVR SCRIPT... 5 IVR - VOICE RECORDING SETTINGS... 8 Benefits... 8 IVR ENHANCEMENTS TEST QUEUE Longest Wait Time BACK TRACKING Benefits DEFAULT TERMINATION EXTERNAL IVR Benefits CONCLUSION... 23

4 Interactive Voice Response (IVR) - Overview Interactive Voice Response (IVR) is an integral component of the 8x8 Virtual Contact Center which provides an extensible solution for routing inbound calls to the desired destination. Virtual Contact Center IVR offers the following capabilities: Allows callers to self direct their call to the desired destination without waiting for human assistance. Set up a phone menu system to route incoming calls. Route calls to call queues, agents, and voic systems. Route calls to an external number or an external IVR. Set up call routing rules based on the business hours, as well as after hours and holidays. Set up call routing rules based on calling line ID. Define an overload path if agents are not available or if a call queue is overloaded. Create submenus to handle complex call trees. Supports data dipping in the Virtual Contact Center CRM to validate customers. Test the condition of a queue before entering a queue and inform the caller of an approximate waiting time. Define rules to allow call recording based on caller s permission overriding the queue and agent level recording settings. Limits accidental call drops. Relay a customer call to an external IVR server, complete a self service authentication, and resume the call as desired by the customer. IVR scripts can be designed to be as complicated or as simple as needed. The following are script examples of varying complexity with a description of what they do. 1

5 Basic IVR Script The script below is an example of a simple script that plays a greeting message and forwards the call to a queue when the call center is open. If the call center is closed, it will notify the caller and send them to an off hours voice mailbox. MainIVR Schedule [Main Hours] open Play [Wait for Agents] The overload exit point is triggered when an Overload Processing rule is met. Forward to queue [To Agents] overload closed Play [Office Closed] Forward to voice mail [Off hours VM] #1 #2 #3 #4 #5 #6 Intermediate IVR Script Overload processing routes calls that are still in the IVR. It does not affect calls already waiting in the queue. Building on the Basic script, we will add additional routing options to the IVR as follows: MainIVR 1. Add a main menu to provide the caller with options for connecting to sales (option 1) or Support (option 2). 2. If the caller selects option 1 for Sales, a secondary menu will provide 3 choices for different products (a-c). 3. If the caller selects option 2 for Support, the IVR script will simply check if the caller exists within the CRM and screen pop the caller s information to the Agent when the agent answers the call. 4. Direct Agent Access is also used to allow customers to use a virtual extension to reach a specific Agent. Schedule [Main Hours] open Menu [Main Menu] 2

6 0 1 Menu [Sales Product Menu] 0 1 Play [Product A] Forward to queue [Sales A] overload 2 Play [Product B] Forward to queue [Sales B] overload 3 Play [Product C] * # Forward to queue [Sales C] overload The empty branch is triggered when a caller does not input any value into the menu. The too many invalid branch is triggered after 3 failed attempts at a valid menu entry. Adding instructions under these branches for menus will override the empty play messages on the Menu properties: extension empty too many invalid 2 Play [2 Support] Check ANI [Check Caller ID] contact found Goto [To General] -> Normal Support contact not found Label [Normal Support] Forward to queue [to General Support] overload 3

7 * # extension Forward to agent [Direct Agent Access] Forward to Agent is only used under extension after creating a menu option. Only Agents with Direct Agent Access feature turned on will be accessible. resume Forward to queue [To General Q] overload too many invalid Forward to queue [To General Q2] overload Resume is an option that provides an ability to send the caller to a queue should the caller opt not to leave a message for the Agent. empty too many invalid closed Play [Office Closed] Forward to voice mail [Off hours VM] #1 #2 #3 #4 #5 #6 4

8 Advanced IVR Script Building on the intermediate script, the advanced script includes data dipping in the Contactual CRM to validate customers. This script provides customers with different levels of support once they are identified within the CRM. If they are Premium Support users, they will be forwarded to the Premium Support queue if an agent is available; if not, the caller will be transferred to an overload where additional agents are available. Premium customers also get forwarded to an external number for after hour calls. Additional Labels were added for Goto functions. This allows the re-use of previously defined IVR processing. MainIVR Schedule [Open Hours] open Menu [Main Menu] 0 1 GetValue [Account Number] found empty Label [Value Found] Check Picklist [is Premium] matched Forward to queue [To Premium Queue] overload not matched Forward to queue [Overflow] overload Check Picklist [is Standard] matched Forward to queue [Standard Support] overload not matched Goto [No Support Found] -> Account Not Found Label [Account Not Found] Forward to queue [No Support] overload Forward to voice mail [Really Busy] GetValue allows you to compare caller inputted digits to a value stored within Contactual CRM. It will allow you to compare them to any numeric field that stores only unique values. A Picklist can be checked after the caller has been identified by either using GetValue or Check ANI. 5

9 too many invalid Goto [Acct Not Found] -> Account Not Found * # extension Label [Agent Extension] Forward to agent [Find Agent] resume Forward to queue [General Queue] overload too many invalid Hang up [Finish] empty Check ANI [Check Caller ID] Use Label and Goto to reduce recreating similar portions of the IVR Script. contact found Goto [Check Found] -> Value Found contact not found Goto [no support.] -> Value Found too many invalid closed Label [Office Closed] Menu [Closed Menu] 0 1 GetValue [Get Acct Num] found Check Picklist [is Premium?] matched 6

10 Forward to external number [Send to VIP Offhours] not matched Goto [Closed VM.] -> Closed VM empty Goto [Closed VM..] -> Closed VM too many invalid Goto [Closed VM...] -> Closed VM * # extension Goto [To Direct Agent] -> Agent Extension empty Label [Closed VM] Forward to voice mail [Closed VM] too many invalid #1 Play [Holiday Closure] Goto [Office Closure] -> Office Closed #2 #3 #4 #5 Alternate call flows can be used for other dates such as Holiday closures. These are set from the Schedules section to be used in the IVR Script: #6 7

11 IVR - Voice Recording Settings If your Virtual Contact Center operates in jurisdictions which require seeking caller s permission before recording a call, the caller s choice must be able to override the queue and agent level recording settings as well as the agent s record on demand capability. In some extreme situations, it may be necessary to override the caller s choice not to be recorded. This situation may occur when a caller is identified to be harassing an agent or the organization. The above mentioned situations require altering call recording settings at run time for each call. The Virtual Contact Center IVR language has introduced finer granularity into voice recording capability. The Voice Recording Settings object in IVR logic allows control over call recording within the IVR logic. Benefits The Voice Recording Settings object in IVR logic: Overrides recording settings at the agent and queue level to accommodate caller s permission. Overrides the agent s ability to record. Offers optional call recording regardless of caller s permission. (overriding caller s disapproval). Lets you define recording settings based on caller s permission. Selects appropriate voice recording controls based on the permission setting. Offers options to override default permission based voice recording controls. The order of recording may be indicated as: Agent & Queue level settings > Caller s permission to Record > Special Case Recording. Caller s permission to record Action Keep prior setting Not asked Granted Denied Keep prior setting for automatic and agent initiated recording No automatic recording but allow agent to initiate recording Follow Agent & Queue recording settings for automatic recording and allow agent to initiate recording No automatic recording and do not allow agent to initiate recording 8

12 Special case recording - Automatic call recording Keep prior setting Record this call Do Not record this call Record % of calls Action Keep prior setting for automatic recording The current call will be recorded The current call will not be automatically recorded IVR %, Queue % and Agent % probabilities all will be used to decide if the call will be recorded automatically or not Special case recording Allow agent to initiate recording Keep prior setting Yes No Action Keep prior setting for agent initiated recording Allow agent to initiate recording of this call Do not allow agent to initiate recording of this call 9

13 For example, Acme Support receives calls from a jurisdiction that requires a caller s permission to record calls with a special exemption for callers previously known to be abusive. The IVR script first checks to see if the Calling Line Id (CLID) is recognized in the customer database, if it is recognized the IVR checks a field in the customer record to see if this caller is known to be abusive. If the caller is marked as being abusive then the Voice Recording Settings are set to record this call no matter what choice the caller makes in the recording permission prompt later on. Figure: Voice Recording Setting override set recording on 10

14 Figure: CRM Setting identified abusive user 11

15 To provide consistent service and meet the jurisdiction requirements the IVR now asks the caller to press 1 to deny recording permission or to press 2 to grant recording permission. The Voice Recording Settings object is used in each case to capture and respect the wishes of the caller. Only if the caller is marked as abusive will the system record the call regardless of the caller s response to the permission question. Figure: Voice Recording Setting permission denied 12

16 Finally if the caller does not respond to the recording permission prompt then the Voice Recording Settings object is set to Not asked which means the call will not be recorded automatically using Queue and or Agent percentages. The call is sent to a special queue where the agent will know to ask permission verbally before manually starting recording if verbal permission is granted. The abusive caller override applies without agent involvement if it was set. Figure: Voice Recording Setting not asked Note: The agent will not know if his or her manual recording button will work or not. It always appears to work even if the Voice Recording Settings inhibits its operation. The initial design thinking is that we do not want to influence agent behavior based on his or her knowledge of actually recording or not. This design is subject to review and revision in future releases. Note: Use of Voice Recording Settings Object is not recommended for those tenants who operate in jurisdictions that do not require caller s permission to record a call. 13

17 IVR Enhancements The Virtual Contact Center IVR introduces new capabilities to test the condition of queues, catch calls that would inadvertently hang up in a flawed IVR, know the longest waiting call in a queue, and to back track when a call reaches a non terminating exit condition. The Virtual Contact Center IVR is enhanced with: Test Queue Test Queue object Back tracking capability Longest wait time Default Terminating node A Test Queue provides a mechanism to test the condition of a queue before entering a queue. Test queue provides a set of conditions which when met can trigger specified actions. The test queue object gives IVR designer a lot more routing and announcement flexibility by allowing repeated testing of queue status. You can insert a Test Queue object anywhere in the IVR tree. The object enables you to test conditions and determine queue conditions at a given point of time. A Test Queue has two exit points: Condition matched Condition not matched The Test Queue offers conditional tests that determine routing choices based on agent availability or queue performance. The tests can check if: There are no qualified agents waiting in the queue. There are no qualified agents logged in. There are number of calls in the queue ahead of this call. There is a call waiting longer than seconds in the queue. The instantaneous expected wait time calculation for a call exceeds seconds. If a specified condition matches, you may play a message to announce the approximate call waiting time, or direct a call to voic , or another queue providing better user experience. If the condition does not match, you can run another test queue, or vice versa. 14

18 The test queue can be used to test multiple conditions in the queue. The test result from the first test is cached and to allow repeated tests on a stable snapshot of queue data. The snapshot cache expires after 5 seconds. If a message is played between test queue queries there is a good chance that the test queue results may have changed. Example: During a snow storm if an airline is experiencing high call volume, callers to the Airline Help Line do not have to stay connected waiting for a representative without knowing an approximate waiting time. If you introduced test queues in the IVR to check the condition of the queue, you can inform a caller of an approximate wait time through a message. IVR Script 1 15

19 The IVR script 1 illustrates how a Test Queue object can be used to check the condition of a queue before transferring a call to it. The script starts by checking if the contact center is open. If it is open, then introduces five test queues to check the condition of a queue, determine an approximate call waiting time, and take appropriate actions based on the test results. Let s review the test conditions and results. The script shows the test queues numbered from (1) to (5): 1. The Test queue (1) checks if there are no agents logged into the tenant. If the condition matches, plays an emergency closure message and terminates the call. If the condition does not match indicating agents are logged in, test queue (2) triggers. 2. The test queue (2) checks if logged in agents are busy (not waiting). If true, triggers test queue (3). If false, forwards the call to queue where agents are available to answer the call. 3. The test queue (3) checks if a call in the queue has waited longer than 1 minute. If true, triggers next queue. If false, plays a message Your expected wait time for this call is less than 3 minutes, and forwards the call to a queue. 4. The test queue (4) checks if a call has waited longer than 2 minutes. If true, triggers TQ (5). If false, plays a message to indicate an expected wait time and forwards the call to a suitable queue. 5. The test queue (5) checks if a call has waited longer than 5 minutes. If true, plays a busy tone, and terminates the call. If false, plays a message to indicate an expected wait time and forwards the call to the queue. Thus Test Queue object evaluates agent availability and queue performance before transferring a call to the queue. Note: Live experience would provide experience feedback to improve the test tree thresholds and corresponding expected wait announcements. Small populations of agents require coarse measurements and announcements whereas a large population of agents is far more predictable and can use more granular strategies. Longest Wait Time The current IVR has the ability to check the condition of a queue and overload if certain conditions are met. Now a relatively simple test is added to check if there is a call in this queue that has waited longer than xxxx seconds. If this condition matches, you can take appropriate action to inform the caller of an approximate waiting time. This update applies to both Forward to Queue and Test Queue objects. 16

20 Longest Wait Time test condition Note: Migrating from 6.8 to 7.0 platform the Longest Wait Time test option shows in the existing script. To activate the new test option, you must re- save the current IVR tree. Back Tracking Prior to 7.0 release, every possible exit branch in an IVR tree required an explicit Forward to Queue, Forward to Voic , Forward to External Number, Forward to Agent or Goto directive. In the absence of this directive an IVR branch automatically hung up a call. These Forward to directives are classified as IVR Terminating Conditions. The former requirement for an explicit IVR Terminating Condition at every possible exit branch created a situation where it was easy to overlook rarely used logic and unintentionally hang-up on some callers. The 7.0 release introduces Interactive Voice Response (IVR) Back Tracking feature to support the new Test Queue feature and to help alleviate unintentional hang-ups with a new Default Termination feature. The IVR tree branches without a Terminating Condition cause the IVR logic to backtrack (or move on) to the next logical branch in the tree. IVR logic flows from the current branch to the next branch below to the extent that the next branch is not a part of a condition that isn t valid. In this case the IVR logic seeks the next branch below that is not in the scope of conditions being 17

21 tested or selected. For example, the back tracking mechanism ignores all following or all possible choices within a Schedule, Menu or Test branch as it does not make any sense to direct the call to those choices. The backtracking term applies because the logic backtracks out of exhausted Schedule, Menu and Test branches prior to continuing to the next branch below. Along with the creation of backtracking logic there is now a Default Termination branch at the bottom of every IVR tree. Now if the backtracking logic reaches the last branch at the bottom of the tree you can pick an explicit Forward to choice rather than just Hang Up. Note: Backtracking is limited to a single IVR tree and hence does not travel through another tree during IVR chaining. Test Queue with backtracking is useful to check the condition of a queue before a call is directed. Multiple test criteria can be used to check the condition and backtracking ensures the call exits the IVR in a controlled manner. 18

22 IVR Script 2 Example: IVR Script 2 is a functional replica of IVR script 1. While the script 1 specifies actions for each condition matched, script 2 uses backtracking for each condition matched with no terminating conditions. In test queue (1), actions are specified when a condition matches. From test queue (2) through (5), when a conditional test passes, in the absence of a terminating condition, the call backtracks to the parent Test Queue branch, and triggers the test queue in 19

23 the next branch below. When the condition for Test Queue (5) matches, the IVR logic backtracks to the parent Test Queue [q greater 5 min], and processes the next branch, plays a busy tone, and backtracks to the parent Schedule and processes the next branch which is the Default Termination that hangs up the call. Benefits A script which implements backtracking Reduces the possibility of errors with its linear design. Improves clarity and readability. Default Termination Prior to 7.0, IVR programming errors and omissions resulted in call drops leading to unpleasant user experience. For example, if a call landed on an IVR node with a non terminating exit criterion such as Play or Label, and no follow-up actions, the call terminated. To improve the user experience, IVR tree now provides a default termination action node that catches all calls that inadvertently dropped due to flawed IVR previously. IVR tree has two primitives/nodes: Main IVR Default Terminating Node. IVR Default Terminating Node The default termination node is the last node in the IVR tree and cannot be deleted from the tree. You can add IVR primitives between these nodes only. 20

24 Default termination catches calls, and treats them with one of the four exit options: Forward to Queue: Directs the call to a queue. Forward to Voice Mail: Directs the call to a voice mail queue. Forward to External Number: Forwards the call to an external phone number. Hang up (default option to ensure backward compatibility): Terminates the call. IVR Script showing Default Termination Action Note: Migrating from 6.8 to 7.0 platform the Default Termination action node shows in the existing script. To activate the node and use the exit options, you should modify and re-save the current tree. 21

25 External IVR External Interactive Voice Response (IVR) allows a tenant to relay a customer call to an external IVR server, complete a self service authentication, and resume the call as desired by the customer. The entry point for an incoming call remains the Virtual Contact Center IVR, with external IVR as an additional tree node within it. You can integrate with an on-premise or hosted IVR server outside of the Virtual Contact Center. 22

26 Benefits Allows tenants to utilize a more robust external IVR system with capabilities such as voice recognition. Embeds within the existing IVR server. Redirects an incoming call to an external SIP URI address, or a phone number, which lands on an external IVR system. Notifies interaction router with call information, such as call/connection id/sip call id. Detects hang-up event and redirects a call to a predefined or assigned destination. Provides the capability to resume within the Virtual Contact Center IVR tree. Provides contact center status information such as basic queue statistics, agent availability, etc., on demand through a RESTful API for real time statistics. Provides an External IVR API to relay customer data and target queue selection information from the external IVR server to the VCC server. The data flow requires a SIP connection. Conclusion IVR Tree with External IVR The Virtual Contact Center Interactive Voice Response is a powerful feature that manages inbound call routing. This document discusses the highlights of the feature. For details refer to the Configuration Manager Guide. 23

Virtual Contact Center. Release Notes. Version 7.0. Revision 2.0

Virtual Contact Center. Release Notes. Version 7.0. Revision 2.0 Virtual Contact Center Release Notes Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center MS Dynamics CRM Integration Configuration Guide Version 7.0 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center MS Dynamics CRM Online Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk CTI Integration Configuration Guide Version 8.0 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents

More information

Virtual Office. Setting up a Branch Office User Guide. Version 1.0. Revision 2.0

Virtual Office. Setting up a Branch Office User Guide. Version 1.0. Revision 2.0 Virtual Office Setting up a Branch Office User Guide Version 1.0 Revision 2.0 Copyright 2014, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center NetSuite Integration Configuration Guide Version 8.0 Revision 1.0 Copyright 2014, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Salesforce Multichannel Integration Configuration Guide Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk Integration with 8x8 Contact Center Agent Guide Revision 1.0 Copyright 2014, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the

More information

HPBX User Guide. Version 2.0.60 V ISIT W IGHTMAN. CA

HPBX User Guide. Version 2.0.60 V ISIT W IGHTMAN. CA HPBX User Guide Version 2.0.60 V ISIT W IGHTMAN. CA Table of Contents CALL FEATURES... 4 Placing a Call... 4 Receiving a Call... 4 Call Forwarding... 4 Recording a Call... 4 Parking a Call... 5 Do Not

More information

Contact Center Help: Campaign Configuration

Contact Center Help: Campaign Configuration Contact Center Help: Campaign Configuration Topic: LiveOps Admin Portal > Routing > Campaigns Help: Page Help: Campaigns Site: https://tenant.hostedcc.com/mason/admin/doc/pagehelp/campaigns/chapter0.html

More information

CHAPTER 4 Enhanced Automated Attendant

CHAPTER 4 Enhanced Automated Attendant CHAPTER 4 Enhanced Automated Attendant 4 This chapter shows you how to design, configure and implement a multi-level auto attendant, using TFB s Enhanced Automated Attendant (Auto Attendant for short).

More information

---------------------------------------------------------------------------- ------- --------- Virtual Contact Center

---------------------------------------------------------------------------- ------- --------- Virtual Contact Center ---------------------------------------------------------------------------- ------- --------- Virtual Contact Center Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information

More information

Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102.

Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102. Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102. With these instructions, you will: 1. Record your greeting. 2. Configure your 911 setting. 3. Learn how

More information

WiLine Networks. Phone Feature Guide

WiLine Networks. Phone Feature Guide WiLine Networks Phone Feature Guide Copyright Disclaimer Trademarks and patents Copyright 2009, WiLine Networks All rights reserved. This document may not be copied or otherwise reproduced, in whole or

More information

A This panel lists all the IVR queues you have built so far. This is where you start the creation of a IVR

A This panel lists all the IVR queues you have built so far. This is where you start the creation of a IVR IVR The IVR (Interactive Voice Response) feature allows you to automate some or all of your inbound call handling. At its simplest, you can implement an IVR that routes calls to a specific department selected

More information

HELPFUL HINTS FOR VOIP PHONES

HELPFUL HINTS FOR VOIP PHONES HELPFUL HINTS FOR VOIP PHONES TO LEAVE A MESSAGE IN MAILBOX WITHOUT CALLING THE NUMBER ACCESS THE LINE (GET DIAL TONE) - PRESS STAR DIAL 5 DIGIT NUMBER TO TRANSFER A CALL WITHOUT ANNOUNCING WHOSE CALLING

More information

Desktop Reference Guide

Desktop Reference Guide Desktop Reference Guide 1 Copyright 2005 2009 IPitomy Communications, LLC www.ipitomy.com IP550 Telephone Using Your Telephone Your new telephone is a state of the art IP Telephone instrument. It is manufactured

More information

Dramatically simplifying voice and data networking. IVR Editor HOW-TO Guide

Dramatically simplifying voice and data networking. IVR Editor HOW-TO Guide Dramatically simplifying voice and data networking IVR Editor HOW-TO Guide 2 edgebox How-To Guide IVR Editor HOW-TO Guide Table of Contents Introduction... 3 IVR...3 The edgebox IVR Editor...3 Understanding

More information

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0 Virtual Contact Center Release Notes Version 7.0.0.18 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject

More information

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://portal.priorityonenet.com/ and log in to the PriorityOne portal account. If you would like your web browser to keep you

More information

ADMINISTRATOR GUIDE Call Queuing Administrator Guide V 2.0. 8x8 Call Queuing. Administrator Guide. Version 2.0 February 2011

ADMINISTRATOR GUIDE Call Queuing Administrator Guide V 2.0. 8x8 Call Queuing. Administrator Guide. Version 2.0 February 2011 8x8 Call Queuing Administrator Guide Version 2.0 February 2011 Table of Contents Introduction...3 How an 8x8 Call Queue Works...4 Example: Primary and Secondary Queue Extension Group...4 Getting Started...5

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 Release 5.2 January 2010 0.3 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was

More information

Feature Reference. Features: Call Forwarding Call Waiting Conference Calling Outbound Caller ID Block Last Call Return VoiceMail

Feature Reference. Features: Call Forwarding Call Waiting Conference Calling Outbound Caller ID Block Last Call Return VoiceMail Feature Reference This document will provide you with information on and how to use the following features of your phone service with Standard Broadband. Features: Call Forwarding Call Waiting Conference

More information

IPOne Phone System User Interface Guide

IPOne Phone System User Interface Guide IPOne Phone System User Interface Guide DoubleHorn Communications, LLC 1802 W. 6 th Street Austin, TX 78703 Main Office: 512-637-5200 Toll Free: 877-637-HORN (4676) DHC Support: Dial 611 IPOne Phone System

More information

Hosted VoIP Phone System. Admin Portal User Guide for. Call Center Administration

Hosted VoIP Phone System. Admin Portal User Guide for. Call Center Administration Hosted VoIP Phone System Admin Portal User Guide for Call Center Administration Contents 1 About this Guide... 4 2 Accessing the Hosted VoIP Phone System Administration Portal... 5 3 Hosted VoIP Phone

More information

Callegra.UC Telephone Guide

Callegra.UC Telephone Guide Callegra.UC Telephone Guide Legal Notice Callware Technologies, Inc. provides this document as is with no representations or warranties, either explicit or implied, including but not limited to the implied

More information

3102 Business Telephone Guide for 3Com Asterisk. Part Number 900-0469-01 Rev AB Published January 2008 http://www.3com.com/

3102 Business Telephone Guide for 3Com Asterisk. Part Number 900-0469-01 Rev AB Published January 2008 http://www.3com.com/ 3102 Business Telephone Guide for 3Com Asterisk Part Number 900-0469-01 Rev AB Published January 2008 http://www.3com.com/ 3Com Corporation 350 Campus Drive Marlborough, MA 01752-3064 Copyright 2007-2008,

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Campaign Administrator s Guide November 2014 This guide describes how to create, configure, and manage outbound, inbound, and autodial campaigns.

More information

Asterisk Voicemail User Reference

Asterisk Voicemail User Reference Asterisk Voicemail User Reference Chapter 1. An Overview The Asterisk PBX offers a highly flexible, highly capable voice mail system. Among the features that it offers are: Three different types of greetings.

More information

3COM 35 SERIES IP PHONES QUICK REFERENCE-6W100

3COM 35 SERIES IP PHONES QUICK REFERENCE-6W100 3COM 35 SERIES IP PHONES QUICK REFERENCE-6W100 Your 3Com IP Phone must be configured to work in an IP network. Typically, your administrator assigns IP parameters, including an IP address, phone extension

More information

Voice Mail with E-Forward Online User Guide

Voice Mail with E-Forward Online User Guide Voice Mail with E-Forward Online User Guide Check voice messages from any phone, your e-mail or online! Discover the ultimate convenience of managing your home and family life using Ponderosa Voice Mail

More information

8x8 Complete Contact Center

8x8 Complete Contact Center 8x8 8x8 services include: Multimedia contact management including phone, chat, email, voicemail, and third-party Internet fax Powerful, easy to use hosted call center solution 8x8 is a hosted call center

More information

Phone & Voicemail Instructions

Phone & Voicemail Instructions General Phone Tips To transfer a call to another line: 1. Press the Conf button 2. Dial the extension you wish to conference 3. Wait for the person to answer 4. Press Conf again to connect the two calls

More information

8x8 Auto Attendant Administrator Guide

8x8 Auto Attendant Administrator Guide 8x8 Auto Attendant Administrator Guide Version 2.0, May 2010 Table of Contents Overview...3 Before You Start...4 Initial Set-Up...4 What To Expect...4 How to Call into Your Auto Attendant...4 Primary Auto

More information

Sistel Call Center - IVR Module Guide. Sistel Call Center. IVR Module. www.smartsoft-eg.com

Sistel Call Center - IVR Module Guide. Sistel Call Center. IVR Module. www.smartsoft-eg.com Sistel Call Center IVR Module Introduction The need for a human operator to handle a high volume of simple repetitive phone calls is a thing of the past. Today, Computer Telephony Integration (CTI) leverages

More information

FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 GENERAL SYSTEM OVERVIEW

FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 GENERAL SYSTEM OVERVIEW FOR SHORETEL CHAMPION PARTNERS ShoreTel Contact Center Workgroups vs. ECC 9 Features Targeted Solutions Workgroup GENERAL SYSTEM OVERVIEW Informal ACD Groups Enterprise Contact Center 9 Medium to Large

More information

IP Office 3.0 Intuity Emulation Mode Mailbox Users Guide

IP Office 3.0 Intuity Emulation Mode Mailbox Users Guide IP Office 3.0 Intuity Emulation Mode Mailbox Users Guide 40DHB0002USCW Issue 8d (2nd March 2005) Table of Contents Accessing Your Mailbox... 5 Logging In... 5 First Time Login... 6 Normal Login... 6 Avaya

More information

Hosted VoIP Phone System. Admin Portal User Guide for. Enterprise Administrators

Hosted VoIP Phone System. Admin Portal User Guide for. Enterprise Administrators Hosted VoIP Phone System Admin Portal User Guide for Enterprise Administrators Contents Table of Figures... 3 1 About this Guide... 4 2 Accessing the Hosted VoIP Phone System Administration Portal... 5

More information

Extension Manual. User portal, Dial codes & Voice mail for 3CX Phone System Version 7.0

Extension Manual. User portal, Dial codes & Voice mail for 3CX Phone System Version 7.0 Extension Manual User portal, Dial codes & Voice mail for 3CX Phone System Version 7.0 Copyright 2006-2008, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without

More information

Digital Voice Services User Guide

Digital Voice Services User Guide Digital Voice Services User Guide * Feature Access Codes *72 Call Forwarding Always Activation *73 Call Forwarding Always Deactivation *90 Call Forwarding Busy Activation *91 Call Forwarding Busy Deactivation

More information

8x8 Virtual Contact Center

8x8 Virtual Contact Center 8x8 8x8 services include: Multimedia contact management including phone, chat, email, voicemail, and third-party Internet fax Powerful, easy to use hosted call center solution 8x8 is a hosted call center

More information

Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x)

Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x) Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

More information

How To Use A Voicenet Premium Hosted Pbx On A Cell Phone (For A Simplon) On A Simpson Or Ipa Or Ipbx (For An Ipb) On An Ipa (For Simpson)

How To Use A Voicenet Premium Hosted Pbx On A Cell Phone (For A Simplon) On A Simpson Or Ipa Or Ipbx (For An Ipb) On An Ipa (For Simpson) voicenet premium hosted pbx administrator s guide Welcome This document is for the Voicenet Premium Hosted PBX Service. This guide will help you to get the best out of your system and get it setup and

More information

Business Solutions. Page 1

Business Solutions. Page 1 2012 C Page 1 Contents Getting Started emerge Dashboard Login... 3 Main Profile Screen... 5 Group Services... 5 Auto Attendant Overview... 7 Modifying Auto Attendant Settings... 7 Auto Attendant Modify

More information

Enswitch Administrator Guide

Enswitch Administrator Guide Enswitch Administrator Guide July 2012 Enswitch Administrator Guide 1 Contents 1 Introduction... 5 1.1 The Purpose of this Document...5 1.2 Features...5 1.3 Workflows...5 2 User Enrollment... 6 3 User

More information

Cisco 7941 / 7961 IP Phone User Guide

Cisco 7941 / 7961 IP Phone User Guide Cisco 7941 / 7961 IP Phone User Guide Emergency To dial 911 for emergency service, you must dial the Outside Access Digit first (usually 9) + 911. Customer Service / Technical Support (919) 459-2300, option

More information

managedip Hosted TDS Table of Contents Calling Features User Guide

managedip Hosted TDS Table of Contents Calling Features User Guide Table of Contents Anonymous Call Rejection... 2 Automatic Callback... 2 Call Forwarding... 3 Call Park/Directed Call Park... 7 Call Park Retrieve... 8 Call Pickup... 8 Call Retrieve... 8 Call Return...

More information

Digital Voice Services Residential User Guide

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

More information

XPRESSIONS USER GUIDE

XPRESSIONS USER GUIDE XPRESSIONS USER GUIDE 1 WHAT IS XPRESSIONS? A voicemail system that enables access via the telephone or by PC/MAC. NOTE: Siemens no longer supports the current PhoneMail system. Xpressions is the replacement.

More information

Access Cloud Call Center Features

Access Cloud Call Center Features Access Cloud Call Center Features General Operational Features Queue Addressing/DNIS support - Assign full DN or Extension to queue - Assign multiple DNIS per Queue Assign Agents to queues - Assign to

More information

MiVoice Integration for Salesforce

MiVoice Integration for Salesforce MiVoice Integration for Salesforce USER GUIDE MiVoice Integration for Salesforce User Guide, Version 1, April 2014. Part number 58014124 Mitel is a registered trademark of Mitel Networks Corporation. Salesforce

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Cisco 8851. Dial Plan. Feature and Session Buttons. Your Phone

Cisco 8851. Dial Plan. Feature and Session Buttons. Your Phone Cisco 8851 Dial Plan Internal Calls: Dial 5-digit extension External Calls: Domestic/Local: 9+1 Area Code + Number Int l: 9+011+Country Code + Number Emergency: 9+911 or 911 Your Phone 1. Incoming call

More information

Rev. 2.6.4. www.telinta.com

Rev. 2.6.4. www.telinta.com Rev. 2.6.4 Copyright Notice Copyright 2010-2014 Telinta Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the

More information

TELEVANTAGE CALL CENTER ADMINISTRATOR S GUIDE

TELEVANTAGE CALL CENTER ADMINISTRATOR S GUIDE TELEVANTAGE CALL CENTER ADMINISTRATOR S GUIDE TELEVANTAGE 4.0 COPYRIGHT 2001 Artisoft, Inc. All rights reserved. This manual and the software described in it are copyrighted with all rights reserved.

More information

Office Voice User Guide. User Guide

Office Voice User Guide. User Guide Office Voice User Guide User Guide Contents Anonymous Call Rejection 3 Call Block 3 Call Forward 4 Call Return 5 Call Waiting 5 Caller ID 6 Do Not Disturb 7 Find Me 7 Last Number Redial 8 Selective Call

More information

Digital Voice Services User Guide

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

More information

Premium Digital Voice Solution. User Guide

Premium Digital Voice Solution. User Guide Premium Digital Voice Solution User Guide Table of Contents How to Log into Account Portal & Changing your Password 1 How to Download Toolbar 2 Utilizing Voice Mail 3 Feature Guide & How to Configure

More information

Auto Attendant User Guide

Auto Attendant User Guide Auto Attendant User Guide Specifications subject to change without notice. Facilities described may or may not be supported by your network. This documentation refers to software version 14.183 for hardware

More information

IP Office 8.1 Using Voicemail Pro in Intuity Mode

IP Office 8.1 Using Voicemail Pro in Intuity Mode Using Voicemail Pro in Intuity Mode 15-601066 Issue 13a - (12 June 2012) 2012 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document

More information

VoIP Services User Guide

VoIP Services User Guide VoIP Services User Guide Table of Contents Overview of Services 3 Service Numbers 4 Line Services and Codes 5 Voice Mail 12 Overview of Services This guide is about Tera-Byte's VoIP services for residential

More information

Contents How do I gain access to the Horizon website... 2 Logging in as the Administrator... 2 How do I customise my Dashboard?...

Contents How do I gain access to the Horizon website... 2 Logging in as the Administrator... 2 How do I customise my Dashboard?... Contents How do I gain access to the Horizon website... 2 Logging in as the Administrator... 2 How do I customise my Dashboard?... 2 How do I setup the Horizon GUI?... 3 How do I setup the Company Administration?...

More information

Analog Business Phone User Guide

Analog Business Phone User Guide Analog Business Phone User Guide Emergency To dial 911 for emergency service, you must dial the Outside Access Digit first (usually 9) + 911. Customer Service / Technical Support (919) 459-2300, option

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-602788 Issue 1 February 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was

More information

Digital Telephone User Guide

Digital Telephone User Guide Digital Telephone User Guide 1 Proud to provide Conway s Electric, Water, Cable, Internet and Telephone services. Welcome to Conway Corporation Digital Telephone Service We take pride in providing superior

More information

Clear Choice Communications. Digital Voice Services User Guide

Clear Choice Communications. Digital Voice Services User Guide Clear Choice Communications Digital Voice Services User Guide 2 P a g e * Feature Access Codes *62 Access Voicemail *72 Call Forwarding Always Activation *73 Call Forwarding Always Deactivation *90 Call

More information

Net-PBX IVR/Auto Attendant How-to Guide

Net-PBX IVR/Auto Attendant How-to Guide Net-PBX IVR/Auto Attendant How-to Guide For latest version please go to www.net-voice.net/documentation.php Please report any problems or omissions found to support@net-voice.net Index Preface... 3 What

More information

<Insert Picture Here> Contact Center Anywhere: Interaction Manager (IM) Overview

<Insert Picture Here> Contact Center Anywhere: Interaction Manager (IM) Overview Contact Center Anywhere: Interaction Manager (IM) Overview What is Interaction Manager? Interaction Manager is the software that each call center agent uses to take and place customer

More information

Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x)

Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x) Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

More information

Key Connected Office Voice User Reference Guide

Key Connected Office Voice User Reference Guide Key Connected Office Voice User Reference Guide 02/10/2016 031114/FT/13v1/EX Page 0 Key System User Reference Guide Table of Contents PLACING/RECEIVING CALLS... 1 Answer a Call... 1 Dialing a Number or

More information

ACD Setup & Operation

ACD Setup & Operation SCS 4.0 ACD Setup & Operation Task Based Guide Copyright 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

IP Office - Job Aid Voicemail Pro Example Exercises

IP Office - Job Aid Voicemail Pro Example Exercises IP Office - Job Aid Voicemail Pro Example Exercises 048 Issue 2 (21st January 2003) Contents Voicemail Pro Example Exercises... 3 Introduction... 3 1. System Setup... 4 2. Creating a New Module...6 3.

More information

How To Use Allworx On A Pc Or Mac Or Ipod Or Ipo Or Ipode Or Ipro Or Iporode Or Mac (For A Mac) Or Ipore Or Ipos Or Ipob Or Ipocode (

How To Use Allworx On A Pc Or Mac Or Ipod Or Ipo Or Ipode Or Ipro Or Iporode Or Mac (For A Mac) Or Ipore Or Ipos Or Ipob Or Ipocode ( Allworx User s Guide (Release 7.2.3.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy, recording,

More information

Contact Center. Admin and Subscriber User Guide

Contact Center. Admin and Subscriber User Guide Contact Center Admin and Subscriber User Guide 11/12/2014 Table of Contents Configure Contact Center... 1 Queue Profile Setup... 1 Group Policies...1 Configure Basic Contact Center Settings... 6 Configure

More information

Cisco IP 7961 Telephone & Unity Voicemail User s Guide

Cisco IP 7961 Telephone & Unity Voicemail User s Guide Cisco IP 7961 Telephone & Unity Voicemail User s Guide Office of Information Technology Telecommunications and Network Operations Table of Contents General Information...1 Understanding Lines vs. Calls...2

More information

Hosted Contact Centre Configuration Manager Guide Version 8.4.4 Revision 1.0

Hosted Contact Centre Configuration Manager Guide Version 8.4.4 Revision 1.0 ---------------------------------------------------------------------------- ------- ----- Hosted Contact Centre Configuration Manager Guide Version 8.4.4 Revision 1.0 Confidentiality and Proprietary Statement

More information

Feature and Technical

Feature and Technical BlackBerry Mobile Voice System for SIP Gateways and the Avaya Aura Session Manager Version: 5.3 Feature and Technical Overview Published: 2013-06-19 SWD-20130619135120555 Contents 1 Overview...4 2 Features...5

More information

User Manual. 3CX VOIP client / Soft phone Version 6.0

User Manual. 3CX VOIP client / Soft phone Version 6.0 User Manual 3CX VOIP client / Soft phone Version 6.0 Copyright 2006-2008, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data

More information

Voicemail Plus User Guide

Voicemail Plus User Guide Voicemail Plus User Guide Version: 2.0_US 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

Empowered by Innovation. User s Guide. P/N 1770082 July 2006 Printed in U.S.A.

Empowered by Innovation. User s Guide. P/N 1770082 July 2006 Printed in U.S.A. Empowered by Innovation User s Guide P/N 1770082 July 2006 Printed in U.S.A. This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers and service personnel,

More information

www.metrocast.com/business

www.metrocast.com/business www.metrocast.com/business All Rights Reserved The use, disclosure, modification, transfer or transmittal of this work for any purpose, in any form, or by any means, without the written permission from

More information

Oracle Primavera Gateway

Oracle Primavera Gateway Oracle Primavera Gateway Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is

More information

Anonymous Call Rejection

Anonymous Call Rejection Contents Anonymous Call Rejection 4 Call Block 5 Call Forward 6-7 Call Return 8 Call Waiting 9 Caller ID 10-11 Do Not Disturb 12 Find Me 13 Selective Call Forwarding 14 Speed Dial 15 Three-Way Calling

More information

VIP (Traditional) Home Phone Calling Features

VIP (Traditional) Home Phone Calling Features VIP (Traditional) Home Phone Calling Features This document details each calling feature and its usage. Please note that this document applies only to our VIP Home Phone service for Kitchener-Waterloo,

More information

Configuration Manager

Configuration Manager After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration

More information

IP Office 4.2 Embedded Voicemail Mailbox

IP Office 4.2 Embedded Voicemail Mailbox Embedded Voicemail Mailbox 15-601067 Issue 06a - (29 June 2008) 2008 AVAYA All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

Big Sandy Res Premium Hosted VoIP Solution. Product Feature Guide

Big Sandy Res Premium Hosted VoIP Solution. Product Feature Guide Big Sandy Res Premium Hosted VoIP Solution Product Feature Guide January 2007 Big Sandy Res Premium Features Alternate Numbers Anonymous Call Rejection Automatic Callback (intragroup) Call Forwarding (Always,

More information

Extension Manual. 3CX Assistant, MyPhone User portal, Dial codes & Voice mail for 3CX Phone System Version 8.0

Extension Manual. 3CX Assistant, MyPhone User portal, Dial codes & Voice mail for 3CX Phone System Version 8.0 Extension Manual 3CX Assistant, MyPhone User portal, Dial codes & Voice mail for 3CX Phone System Version 8.0 Copyright 2006-2009, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is

More information

OBiTALK Portal Device Management

OBiTALK Portal Device Management OBiTALK Portal Device Management By using the OBiTALK portal, you can easily manage features, control device access privileges and add up to two (2) BYOD (Bring Your Own Device) SIP or Google Voice service

More information

RESIDENTIAL DIGITAL VOICE USER GUIDE

RESIDENTIAL DIGITAL VOICE USER GUIDE WELCOME Welcome to USA Communications Digital Voice. We thank you for being our customer; we take pride in providing superior and reliable Residential Digital Voice services to our customers. This document

More information

Business Telephone User Guide

Business Telephone User Guide Business Telephone User Guide 1 Proud to provide Conway s Electric, Water, Cable, Internet and Telephone services. Welcome to Conway Corporation Business Telephone Service We take pride in providing superior

More information

Vonage Voicemail Plus. User Guide

Vonage Voicemail Plus. User Guide Vonage Voicemail Plus User Guide Version:. Revised 08 DEC 006 Vonage documentation is considered proprietary and is made available for business operations and review by employees and regulatory agencies.

More information

Manager s Manual KX-TVA50 KX-TVA200. Voice Processing System. Model No.

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

More information

// table of contents //

// table of contents // // A Guide to the Talkdesk and Highrise Integration // table of contents // 01 // Overview & Advantages of the Talkdesk and Highrise Integration // 04 02 // 6 Ways to Use the Talkdesk and Highrise Integration

More information

Xpressions Web Assistant

Xpressions Web Assistant Xpressions Web Assistant Accessing your voicemail via the web Information Technology Services Outreach and Distance Learning Technologies 1 Copyright 2014 KSU Department of Information Technology Services

More information

iview (v2.0) Administrator Guide Version 1.0

iview (v2.0) Administrator Guide Version 1.0 iview (v2.0) Administrator Guide Version 1.0 Updated 5/2/2008 Overview This administrator guide describes the processes and procedures for setting up, configuring, running and administering the iview Operator

More information

Contents. Note: Feature commands and/or functionality may vary dependent on the telephone equipment you choose to use with this product.

Contents. Note: Feature commands and/or functionality may vary dependent on the telephone equipment you choose to use with this product. Contents Address Book 4 Anonymous Call Rejection 5 Call Block 5 Call Forward 6-7 Call Hold 7 Call Log 8 Call Return 8 Call Waiting 9 Caller ID 10 Outbound Caller ID Block 10 Outbound Caller ID Deactivation

More information

// table of contents //

// table of contents // // A Guide to the Talkdesk and Desk.com Integration // table of contents // 01 // Overview & Advantages of the Talkdesk and Desk.com Integration // 04 02 // 6 Ways to Use the Talkdesk Desk.com Integration

More information