IP Telephony Troubleshooting

Size: px
Start display at page:

Download "IP Telephony Troubleshooting"

Transcription

1 IP Telephony Troubleshooting by Ronald Trunk Page IP Telephony Troubleshooting By Ron Trunk Now that IP telephony systems are becoming commonplace, network engineers need to be familiar with IP telephony operations and troubleshooting procedures. IP telephony is almost always a mission-critical application, so keeping the system running smoothly is an important task. A thorough understanding of the interaction between the various components of the IP telephony system will help you quickly identify and resolve most common problems. Your users expect the IP telephony system to be as reliable as a traditional PBX, so resolving problems quickly is important if your users are going to accept the system. If you re responsible for maintaining the network infrastructure (routers, switches, etc.) you need to be able to tell whether the problem is network-related, or whether it is a problem with the PBX configuration. Often, the staff responsible for the network infrastructure is not the same that is responsible for operating and maintaining the PBX functions (adding users, maintaining voic , etc.) So it s important to get the right resources working to solve the problem (Note: that s not the same as finding someone to blame!). In a traditional PBX, each telephone is directly connected to a physical port on the PBX. The phone communicates directly with the PBX for all the signaling, audio and power. This makes troubleshooting fairly easy either the phone is communicating with the PBX or it s not. If it is, the problem is probably a PBX configuration problem. If it isn t, the problem is often simply a physical connection problem between the phone and PBX. In IP telephony, things get a little more complicated. There are a number of components that all have to work together correctly. The connections between them are logical, not physical and transitory at that so troubleshooting problems becomes a lot more involved. You need to understand the interactions between the components in order to find the problem quickly. The components of an IP phone system can be divided into two groups: The phone components themselves and the network infrastructure components. The phone components are the IP phones themselves, the IP PBX, various gateways that provide the interface between the IP network and the telephone network (the PSTN), and other devices such as conference bridges, gatekeepers, voice mail servers, etc. The IP PBX is a server running a PBX application such as Cisco s Call Manager, Avaya s Communications Manager, or Nortel s Succession. There s even an open source product called Asterisk. The network components include the infrastructure itself (the routers, switches, wiring, etc.) and also ancillary services that are important to IP telephony: DHCP servers and TFTP servers (Note: if you have more than a handful of PCs and are still using static IP addresses instead of DHCP, we need to talk!).

2 IP Telephony Troubleshooting by Ronald Trunk Page Understanding the Boot Process To begin, you should be familiar with the boot process of the IP telephone. A failure to boot properly is often a result of some network-related problem. Understanding how a phone initializes will help you see what can go wrong and how to fix it. We will look at the three major vendors of IP phones: Cisco, Avaya and Nortel. At a high level, all three follow the same basic steps:. The phone requests an IP address from a DHCP server. The DHCP server gives the phone an IP address and additional information, such as the address of the TFTP server and/or IP PBX.. The phone connects to the TFTP server and receives configuration information and/or updated firmware.. The phone connects to the IP PBX and registers itself with it. 5. The IP PBX configures the phone s operational features, namely the phone number, programmable buttons and more. When a phone has successfully registered with the IP PBX, the phone s display will show the extension number and usually the time of day. If you see this on the phone you know a couple of things:. The phone received a valid IP address from the DHCP server. The phone was able to exchange data with the TFTP server. The phone was able to exchange data with IP PBX and the PBX was configured to recognize the phone. If a phone fails any of these steps you will not see the normal display. Instead, you will see various status or error messages indicating that one of the above things did not happen. To understand what went wrong, let s look at each of the vendor s phone systems in a little more detail: Cisco When a Cisco phone is powered up, you will see the mute, headset and speakerphone indicators light up. Next, the phone and switch exchange Cisco Discovery Protocol (CDP) data. CDP is a Cisco proprietary protocol that lets interconnected Cisco devices learn about each other. The switch uses CDP to tell the phone which VLAN will be used for voice traffic (Note: if you are not using separate VLANs for voice and data traffic, we need to talk!). During this process the phone will display Configuring VLAN.

3 IP Telephony Troubleshooting by Ronald Trunk Page Cisco IP Telephone Boot Process TFTP Server IP Telephone Call Manager (IP PBX) DHCP Server Cisco switch tells phone which VLAN to use via CDP protocol Phone requests IP address from DHCP server. Server offers address and TFTP server address Phone downloads configuration from TFTP server, including address of Call Manager(s) Phone registers with Call Manager Once the phone knows which VLAN to use, it will tag all of its data frames with the appropriate 80.q tag and request an address from the DHCP server. The phone will display Configuring IP. The DHCP server will offer an IP address as well as the address of the TFTP server. The phone now connects to the TFTP server and downloads a configuration file that lists the Cisco Call Manager (IP PBX) address as well as some other phone configuration info. Now the phone will attempt to register with the Call Manager. If the configuration file from the TFTP server listed more than one Call Manager, the phone will try each address until it can register with one. During this step, the phone will display Configuring CM list, then Opening a.b.c.d which is the address of the Call Manager. If the Call Manager accepts the phones registration request, the phone will display the extension and time. You should be able to pick up the phone and dial a number. At this point, it doesn t matter if the call goes through or not. Whether you hear a ringing tone, fast busy, or reorder tone, you know that the phone has successfully registered with the Call Manager and the two can communicate. If the call cannot be completed, it is probably a problem with the dial plan or codec selection.

4 IP Telephony Troubleshooting by Ronald Trunk Page Avaya When an Avaya phone powers up, it shows a test pattern on the phone s display and the hold lamp is lit. Not surprisingly, Avaya does not use the Cisco Discovery Protocol to determine the voice VLAN. Instead, the phone requests an IP address from the DHCP server on the native (data) VLAN. The DHCP server offers an address and also a string of configuration information that among other things, tells the phone which VLAN to use. The phone then reboots and begins tagging Ethernet frames with the proper VLAN information. The phone will display DHCP xxx Avaya IP Telephone Boot Process TFTP Server IP Telephone Communications Manager (IP PBX) DHCP Server Phone requests IP address from DHCP server (on native VLAN). Server offers address and VLAN information Phone reboots and requests IP address on voice VLAN. Server offers new address, TFTP server and C-LAN address Phone downloads new firmware from TFTP server (if available) Phone registers with Communication Manager (via C-LAN interface) Next, the phone requests an address from the DHCP server, this time on the voice VLAN. The DHCP server responds with an IP address on the voice VLAN, and additional configuration information including the address of the TFTP server and the C-LAN (IP PBX interface) card. The phone will display DHCP Now the phone connects to the TFTP server, downloads configuration information and firmware upgrade (if needed). The phone will display TFTP server a.b.c.d [Verify]. Finally, the phone will connect to the C-LAN card and attempt to register with the Communication Manager (IP PBX application). If the DHCP server offered several C-LAN addresses, the phone will try them in order until registration is successful. During this process, the phone will display Discovering When the phone connects to the PBX, it will either display the extension and time, or it will display the prompt Ext=, meaning it is waiting to be told what extension to use. In either case, the phone has successfully completed the boot process. From a networking perspective, everything is working properly.

5 IP Telephony Troubleshooting by Ronald Trunk Page 5 Nortel Like Avaya, Nortel phones do not use the Cisco Discovery Protocol to determine the voice VLAN, but instead relies on configuration information supplied by the DHCP server. When the Nortel phone boots, it displays a test pattern and the speakerphone and message waiting lamps light. The phone requests an IP address (on the native VLAN) from the DHCP server. The server responds with an IP address and a VLAN ID. The phone reboots and requests a new IP address on the voice VLAN by tagging all Ethernet frames with the VLAN ID. Nortel IP Telephone Boot Process IP Telephone Succession Call Server (IP PBX) DHCP Server Phone requests IP address from DHCP server (on native VLAN). Server offers address and VLAN information Phone reboots and requests IP address on voice VLAN. Server offers new address and call server address. Phone downloads new firmware from call server (if available) Phone registers with Call Server The DHCP server responds with a new IP address and a list of call server (IP PBX) addresses. The phone displays Locating Server, connects to the call server, optionally downloads updated firmware and attempts to register. If successful, you will either see a normal phone display or the prompt Node: xx? Either one indicates that the phone can communicate with the call server. From a networking perspective, everything is working properly. Troubleshooting the Boot Process Now that you have a good understanding of the boot process, you can isolate problems and identify them more quickly. To begin with, all the phones have some rudimentary diagnostic display that tells you what parameters the phone is working with. On Cisco phones, press the [options?, network config?] keys. You can then scroll though a list of parameters such as IP address, DHCP server address, call manager address, etc. On Avaya phones, press <mute> 89 # (89 spells view on the phone keypad), and you can scroll through a similar list. On Nortel phones, press <Services> <Options> <SetInfo> to scroll through the list.

6 IP Telephony Troubleshooting by Ronald Trunk Page 6 For instance, if a Cisco phone is stuck at the prompt Configuring VLAN, check that the auxiliary VLAN is configured correctly and that CDP is enabled on that port. By default it is, but it can be turned off on individual parts as well as globally. If the phone displays Configuring IP address, or an Avaya phone displays DHCP xxx (xxx is a counter if it increases much beyond 5, there s usually a problem), you need to troubleshoot the DHCP server. Since the phone is an IP device, you can troubleshoot the DHCP problems just like any other network device. Figure [x] shows a list of general troubleshooting steps. If the phone indicates a problem accessing the TFTP server, check to see if the server is reachable from the phone. Phones in general do not allow you to ping other devices. Instead, try pinging the phone from the server. Verify that the TFTP service is running, and that there are no file or directory permissions getting in the way. Use a TFTP client on a PC to verify that the files can be read or written. Finally, if the phone indicates that it is trying to register with the IP PBX but can t, follow the same troubleshooting steps as you did for the TFTP server. Can you ping the phone from the PBX? Is the PBX running? Check the phone s diagnostic to verify that it has the correct address for the PBX. Remember that from a networking perspective, if the PBX rejects the phone s attempt to register, that is just as good as if it accepted it. It means that the phone and the PBX can communicate. The problem lies elsewhere, most likely in the PBX configuration. As you can see, by understanding some of the details how IP phones communicate with other components of the IP telephony system during boot up, troubleshooting the process becomes much simpler. Next time, I ll explain how calls between phones (and gateways) are set up so you can quickly troubleshoot problems with them as well. DHCP Troubleshooting Tips for IP Telephony. Is the DCHP service running? Can other devices such as PCs get addresses?. Is there a DHCP scope set up (and activated) for the voice VLAN?. Is the switch port that the phone is plugged into configured for trunking, and are the correct VLANs enabled?. Are the DHCP options correct? Doublecheck the gateway address, mask, etc. 5. Is the DHCP server reachable from the voice VLAN? If the DHCP server is on a different VLAN than the phone, do you have ip helper-address (or equivalent) configured on the router interface? Are there access lists that may be blocking DHCP packets? You can test this by configuring a switch port on the voice VLAN (without trunking) and connecting another device, such as a PC to it. You can also use a packet sniffer to monitor the DHCP exchange. 6. If you are using Avaya phones, carefully check the syntax of the DHCP option 76. This option is an ASCII string that configures the voice VLAN, TFTP server, and C-LAN (IP PBX interface) addresses. The syntax is very unforgiving of typos a mistake anywhere in the string will affect all the parameters. 7. Check that the phone received all the correct parameters from the DHCP server. Use the phone s diagnostic display to verify.

7 IP Telephony Troubleshooting by Ronald Trunk Page 7 Troubleshooting IP Telephones I. Understanding the phone boot process a. Components: Phone, DHCP, TFTP, PBX b. Boot process i. Cisco ii. Avaya iii. Nortel II. Troubleshooting the process a. VLAN problems b. Addressing problems c. TFTP problems d. Registration problems III. IV. Troubleshooting call problems a. Understanding call setup i. Phone to phone. cisco. Avaya/nortel ii. Phone to gateway. Cisco/Avaya/nortel b. Reorder tone or fast busy c. No or one-way audio Quality problems a. Garbled, choppy, distorted audio i. Symptom ii. Causes iii. Solution b. Echo i. Symptom ii. Causes iii. Solution c. Static, hissing, popping i. Symptom ii. Causes iii. Solution Copyright 005, Ron Trunk

Avaya one-x TM Quick Edition Release 2.0 Release Notes

Avaya one-x TM Quick Edition Release 2.0 Release Notes Avaya one-x TM Quick Edition Release 2.0 Release Notes These release notes provide a high level description of new features as well as lists of resolved and existing issues in Avaya One-X Quick Edition

More information

An Overview of Cisco IP Communicator

An Overview of Cisco IP Communicator CHAPTER 1 An Overview of Cisco IP Communicator Cisco IP Communicator is a software-based application that allows users to place and receive phone calls using their personal computers. Cisco IP Communicator

More information

4600 Series IP Telephone Installation Guide - Addendum for the 4601 IP Telephone 0

4600 Series IP Telephone Installation Guide - Addendum for the 4601 IP Telephone 0 4600 Series IP Telephone Installation Guide - Addendum for the 4601 IP Telephone 0 555-233-128ADD Issue 1.8 March 2004 Program Introduction 0 This document covers the impact on installation due to the

More information

IP Phone 7940/7960 Fails to BootProtocol Application Invalid

IP Phone 7940/7960 Fails to BootProtocol Application Invalid IP Phone 7940/7960 Fails to BootProtocol Application Invalid Document ID: 67942 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Problem Solution Related

More information

Configure the ATA 191

Configure the ATA 191 Telephony s, page 1 Product-Specific Configuration Parameters, page 7 Add Users to Cisco Unified page 12 Telephony s The following table lists the supported telephony features. Use Cisco Unified Communications

More information

Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points Issue 1.

Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points Issue 1.0 Abstract These Application

More information

General Troubleshooting Information, on page 1 Phone Does Not Go Through the Normal Startup Process, on page 3 Connection Problems, on page 4

General Troubleshooting Information, on page 1 Phone Does Not Go Through the Normal Startup Process, on page 3 Connection Problems, on page 4 General Information, on page 1 Phone Does Not Go Through the Normal Startup Process, on page 3 Connection s, on page 4 Phone Reset s, on page 9 Audio s, on page 11 Feature Issues, on page 13 Roaming and

More information

Configuring the Cisco TelePresence System

Configuring the Cisco TelePresence System 3 CHAPTER Revised: August 2011, Contents This chapter contains the following sections: First Time Setup Wizard for the CTS 500 32, page 3-1 First Time Setup for All Other CTS Models, page 3-2 IP Settings,

More information

Dolby Conference Phone. User's guide for BT MeetMe with Dolby Voice

Dolby Conference Phone. User's guide for BT MeetMe with Dolby Voice Dolby Conference Phone User's guide for BT MeetMe with Dolby Voice Version 3.2 21 June 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street San Francisco,

More information

An Overview of the Cisco Unified IP Phone

An Overview of the Cisco Unified IP Phone CHAPTER 1 The Cisco Unified IP Phone 7962G and 7942G are full-feature telephones that provide voice communication over an Internet Protocol (IP) network. The Cisco Unified IP Phone functions much like

More information

Quick Edition Release 4.0 GA Release Notes

Quick Edition Release 4.0 GA Release Notes Quick Edition Release 4.0 GA Release Notes These release notes provide a high level description of new features, along with resolved and existing issues in Avaya Quick Edition Release 4.0 GA. Contents

More information

9620 / 9630 QUICK REFERENCE GUIDE

9620 / 9630 QUICK REFERENCE GUIDE 9620 / 9630 QUICK REFERENCE GUIDE GENERAL OVERVIEW Scrolling and Navigating Use the up and down navigation arrows to scroll through lists. Use the right and left navigation arrows to scroll to other screens

More information

Troubleshooting. General Troubleshooting Information

Troubleshooting. General Troubleshooting Information General Information, page 1 Startup s, page 3 Phone Reset s, page 7 Phone Cannot Connect to LAN, page 9 Cisco IP Phone Security s, page 9 Video Call s, page 11 General Telephone Call s, page 12 Procedures,

More information

Troubleshooting VoIP in Converged Networks

Troubleshooting VoIP in Converged Networks Troubleshooting VoIP in Converged Networks Terry Slattery Principal Consultant CCIE #1026 1 Objective Provide examples of common problems Troubleshooting tips What to monitor Remediation Tips you can use

More information

IP Office Technical Tip

IP Office Technical Tip IP Office Technical Tip Technical Tip No: 026 Configuring IP Office and IP Endpoints across The Public Internet via Manager in a SoHO environment Date: Product: IP Office Version: 2.0(x) Revision: 1.0

More information

Cisco Analog Telephone Adaptor Overview

Cisco Analog Telephone Adaptor Overview CHAPTER 1 This section describes the hardware and software features of the Cisco Analog Telephone Adaptor (Cisco ATA) and includes a brief overview of the Skinny Client Control Protocol (SCCP). The Cisco

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring CrystalVoice Remote Extension with Avaya Communication Manager and Avaya SIP Enablement Services 1 Server - Issue 1.0 Abstract

More information

Dolby Conference Phone 3.0 user's guide for BT MeetMe with Dolby Voice

Dolby Conference Phone 3.0 user's guide for BT MeetMe with Dolby Voice Dolby Conference Phone 3.0 user's guide for BT MeetMe with Dolby Voice 11 July 2016 Copyright 2016 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market

More information

Linksys SPA 2102 ATA Setup & Troubleshooting Guide

Linksys SPA 2102 ATA Setup & Troubleshooting Guide Linksys SPA 2102 ATA Setup & Troubleshooting Guide Basic Setup Connecting the Telerain Linksys SPA 2102 with a router The SPA 2102 will be placed right after your DSL or Cable Modem before the router.

More information

SoundStation IP Com. Administrators Guide NBX ADMINISTRATORS GUIDE

SoundStation IP Com. Administrators Guide NBX ADMINISTRATORS GUIDE Administrators Guide SoundStation IP 3000-3Com NBX ADMINISTRATORS GUIDE Table of Contents Introduction... 1 Overview... 1 Typical Deployment... 1 Features... 2 Communication Protocol Options... 2 Preparing

More information

Hotel Phone - H3 & H5 Quick Installation Guide

Hotel Phone - H3 & H5 Quick Installation Guide Hotel Phone - H3 & H5 Quick Installation Guide Connection methods Please connect power adapter, network, PC, and handset to the corresponding ports as described in below picture. 2 / 6 1 Introduction to

More information

IP Telephony Migration Options

IP Telephony Migration Options CHAPTER 18 Last revised on: September 27, 2007 This chapter describes the following main methods for migrating to an Telephony system (or any other phone system, for that matter): Phased Migration, page

More information

An Overview of the Cisco Unified IP Phone

An Overview of the Cisco Unified IP Phone CHAPTER 1 The Cisco Unified IP Phone 7965G and 7945G are full-featured telephones that provide voice communication over an Internet Protocol (IP) network. These phones function much like digital business

More information

Operafone IP Professional installation guide

Operafone IP Professional installation guide Operafone IP Professional installation guide 1 Specifications are subject to change without notice. Facilities described may or may not be supported by your network. Operafone is the registered trademark

More information

Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE

Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE COURSE TITLE IMPLEMENTING VOIP COURSE DURATION 13 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW The Cisco Implementing VoIP course validates

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

CHAPTER 3 CONFIGURING THE SIP-PHONE THROUGH WEB PAGES STEP 1. BROWSE THE IP ADDRESS PREDEFINED VIA KEYPAD... 36

CHAPTER 3 CONFIGURING THE SIP-PHONE THROUGH WEB PAGES STEP 1. BROWSE THE IP ADDRESS PREDEFINED VIA KEYPAD... 36 WellPhone-305 SIP CHAPTER 1 OVERVIEW OF THE SIP-PHONE... 3 1. HARDWARE OVERVIEW... 4 1.Front View and Keypad function... 4 2.Back View...11 3.Specification of connector...11 2. SOFTWARE FEATURES AND SPECIFICATION...

More information

Integrating VoIP Phones and IP PBX s with VidyoGateway

Integrating VoIP Phones and IP PBX s with VidyoGateway Integrating VoIP Phones and IP PBX s with VidyoGateway Updated February 2011 INDEX: I. ABSTRACT.1 II. III. IV. VIDYOGATEWAY OVERVIEW.. 1 NETWORK TOPOLOGIES AND DEFINITIONS...2 CONNECTING TO VIDYOCONFERENCES

More information

Manual PBX IP Version: 1.0

Manual PBX IP Version: 1.0 Manual PBX IP 2008 Version: 1.0 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF PBX-IP 2008... 4 CHAPTER 2 ACCESS TO THE PBX-IP 2008... 7 2.1 WEB PAGE ACCESS BY BROWSER... 7 2.2 SSH ACCESS BY

More information

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Yealink IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents Register with MyPBX manually... 3 Configuring BLF on Yealink... 6 Provisioning for MyPBX... 8 3.1 Phone provisioning

More information

Cisco Unified IP Phone Settings

Cisco Unified IP Phone Settings Phone Settings Overview, page 1 Cisco Unified IP Phones 7906G and 7911G Menus, page 1 Phone Setup s, page 4 Network Configuration Menu, page 5 Device Configuration Menu, page 17 Security Configuration

More information

ATCOM IPPBX IP01 Product Guide Version: VoIPon Tel: +44 (0) Fax: +44 (0)

ATCOM IPPBX IP01 Product Guide Version: VoIPon   Tel: +44 (0) Fax: +44 (0) Figure: ATCOM IPPBX IP01 ATCOM IPPBX IP01 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP01... 4 CHAPTER 2 ACCESS TO THE IP01... 6 2.1 WEB PAGE ACCESS

More information

Troubleshooting Cisco IP Communicator

Troubleshooting Cisco IP Communicator CHAPTER 8 Troubleshooting Cisco IP Communicator This chapter provides information that can help you troubleshoot problems with Cisco IP Communicator. For additional troubleshooting information, refer to

More information

InterPBX Quick Installation Guide

InterPBX Quick Installation Guide InterPBX Quick Installation Guide Prepare Your Telephone Numbering Plan InterPBX Communication System supports flexible numbering plan with maximum 5 digits of extension number. You need to prepare the

More information

Release Notes. Contents. Product Documentation. LifeSize Phone Release: v3.7.2

Release Notes. Contents. Product Documentation. LifeSize Phone Release: v3.7.2 Release Notes LifeSize Phone Release: v3.7.2 Contents Product Documentation... 1 New Features and Resolved Issues... 2 Known Issues... 3 Product Limitations... 3 Interoperability... 4 Interoperability

More information

EIP 7012 Essence VoIP Phone Administration Guide Version 1.0B

EIP 7012 Essence VoIP Phone Administration Guide Version 1.0B Essence Technology EIP 7012 Essence VoIP Phone Administration Guide Version 1.0B Table of Contents 1 Introduction... 1 1.1 Hardware Overview... 1 1.2 Software Overview... 1 2 Keypad interface for IP Phone

More information

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide 28 May 2009 3Com VCX Connect Solution SIP Trunking Table of Contents 1 3COM VCX CONNECT AND INGATE... 1 1.1 SIP TRUNKING SUPPORT...

More information

Customer Guide to Passive VoIP Recording. March

Customer Guide to Passive VoIP Recording. March Customer Guide to Passive VoIP Recording March 2017 www.incontact.com Introduction Customer Guide to Passive VoIP Recording Version: This guide should be used with NICE Uptivity (formerly Premise incontact

More information

4601 IP Telephone User Guide

4601 IP Telephone User Guide 4601 IP Telephone User Guide 16-300043 Issue 3 April 2006 2006 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and

More information

Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.

Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.0 Abstract These

More information

The Designing & Implementing a Voice-Enabled IP Network course has been designed with three primary goals:

The Designing & Implementing a Voice-Enabled IP Network course has been designed with three primary goals: As PABX vendors implement the latest and greatest VoIP strategies in their PABX systems, an unfortunate design problem often occurs because the phone system is implemented on top of an existing data network

More information

User Guide: Panasonic KX-UT113

User Guide: Panasonic KX-UT113 User Guide: Panasonic KX-UT113 User Guide Contents: User Guide Contents:... 2 KX-UT113 Button Diagram... 3 Telephone Feature Overview... 4 KX-UT113 Features... 4 Reading the Display... 4 How to Use your

More information

CCNA VOICE. Course Catalog

CCNA VOICE. Course Catalog CCNA VOICE Course Catalog 2012-2013 CCNA Voice The Cisco Certi ied Network Associate Voice (CCNA Voice) validates associate-level knowledge and skills required to administer a voice network. The Cisco

More information

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10 ANSEL 5518 1 FXS / 1 PSTN VoIP Telephone Adaptor User Manual V1.10 Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections for ANSEL 5518 A. Connect ANSEL 5518 WAN port to ADSL NAT Router as the following

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 132-S-911

More information

Nortel IP Phone 1120E User Guide

Nortel IP Phone 1120E User Guide Nortel IP Phone 1120E User Guide NN10300-022 Document status: Standard Document version: 0103 Document date: 13 April 2007 All Rights Reserved The information in this document is sourced in Canada, the

More information

2757 VoIP Phone Users Guide

2757 VoIP Phone Users Guide 2757 VoIP Phone Users Guide Rev. 1.0 Table of Contents 1 Introduction... 5 1.1 Package Contents... 5 1.2 Features... 5 1.3 Basic Setup... 6 2 Network Setup... 8 2.1 Static IP Address... 8 2-2 PPPoE...11

More information

Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE

Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE COURSE TITLE CONVERGENCE+ COURSE DURATION 13 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW This course will prepare you to design, implement

More information

IP Commander for ios VoIP User Manual

IP Commander for ios VoIP User Manual IP Commander for ios VoIP User Manual Copyright 2014, All Rights Reserved. Ver: R09 D/C: 103-0326 Table of Content 1. INTRODUCTION...4 2. GETTING STARTED...4 2.1 TUNING ON COMMUNICATOR AND CONNECTING IPAD...

More information

Hardware Conference Bridge Configuration and Use with CallManager and a Catalyst 6000/6500 WS X6608 Port

Hardware Conference Bridge Configuration and Use with CallManager and a Catalyst 6000/6500 WS X6608 Port Hardware Conference Bridge Configuration and Use with CallManager and a Catalyst 6000/6500 WS X6608 Port Document ID: 13993 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide Grandstream Networks, Inc. Table of Contents OVERVIEW... 4 SETUP GUIDE SCENARIO... 4 QUICK INSTALLATION... 5 Connecting the UCM6200... 5 Access UCM6200 series Web Interface... 5 CREATE USER EXTENSION...

More information

Configuring Cisco IP Communicator

Configuring Cisco IP Communicator CHAPTER 4 Revised: 1/24/12 This chapter describes the configuration tasks that you or the user might need to perform after installation and before first use so that Cisco IP Communicator can function properly

More information

Dolby Conference Phone. Configuration guide for Avaya Aura Platform 6.x

Dolby Conference Phone. Configuration guide for Avaya Aura Platform 6.x Dolby Conference Phone Configuration guide for Avaya Aura Platform 6.x Version 3.2 28 June 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street San Francisco,

More information

Troubleshooting the Cisco Unified Wireless IP Phone 7921G

Troubleshooting the Cisco Unified Wireless IP Phone 7921G CHAPTER 10 Troubleshooting the Cisco Unified Wireless IP Phone 7921G This chapter provides information that can assist you in troubleshooting problems with your Cisco Unified Wireless IP Phone, in your

More information

Abstract. Avaya Solution and Interoperability Test Lab

Abstract. Avaya Solution and Interoperability Test Lab Avaya Solution and Interoperability Test Lab An Avaya IP Telephone at a Remote Site served by an Avaya IP Office over a Virtual Private Network Implemented between a SonicWALL TZ 170 and PRO 3060 - Issue

More information

Configuring Avaya IP Softphone with Video and Polycom VSX 3000 with Avaya Communication Manager Issue 1.0

Configuring Avaya IP Softphone with Video and Polycom VSX 3000 with Avaya Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya IP Softphone with Video and Polycom VSX 3000 with Avaya Communication Manager Issue 1.0 Abstract These Application Notes describe how to configure

More information

Application Note Asterisk BE with SIP Trunking - Configuration Guide

Application Note Asterisk BE with SIP Trunking - Configuration Guide Application Note Asterisk BE with SIP Trunking - Configuration Guide 23 January 2009 Asterisk BE SIP Trunking Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2

More information

Troubleshooting and Maintenance

Troubleshooting and Maintenance CHAPTER 6 This chapter provides information that can assist you in troubleshooting problems with your ATA 187 or with your IP telephony network. It also explains how to clean and maintain your phone. This

More information

IP Phone 1210 User Guide CICM

IP Phone 1210 User Guide CICM User Guide CICM Release: CICM0110 Document Revision: 01.01 www.nortel.com NN10300-902. . Release: CICM0110 Publication: NN10300-902 Document release date: 23 July 2009 While the information in this document

More information

Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Copyright 2000: PictureTel Corporation Printed in U.S.A. PictureTel Corporation, 100 Minuteman Road, Andover, MA

Copyright 2000: PictureTel Corporation Printed in U.S.A. PictureTel Corporation, 100 Minuteman Road, Andover, MA Do you have any suggestions or comments on the documentation you received with your system? If so, please send them by e-mail to idesign@pictel.com. Copyright 2000: PictureTel Corporation Printed in U.S.A.

More information

Configuring Cisco IP Phone Support

Configuring Cisco IP Phone Support CHAPTER 16 This chapter describes how to configure support for Cisco IP phones on the Catalyst 6500 series switches. For complete syntax and usage information for the commands used in this chapter, refer

More information

Configuration Notes 284

Configuration Notes 284 Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Mediatrix 4400 Digital Gateway Overview... 3 Deployment Scenario...

More information

Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0

Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0 Abstract These Application Notes present

More information

Introduction to Quality of Service

Introduction to Quality of Service Introduction to Quality of Service The use of IP as a foundation for converged networks has raised several issues for both enterprise IT departments and ISPs. IP and Ethernet are connectionless technologies

More information

VLANs Level 3 Unit 9 Computer Networks

VLANs Level 3 Unit 9 Computer Networks VLANs Some Requirements of LANs Need to split up broadcast domains to make good use of bandwidth People in different departments may need to be grouped together for access to servers Security: restrict

More information

VG-422R. User s Guide

VG-422R. User s Guide VG-422R User s Guide Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has been tested and found to comply with

More information

Wireless LAN Controller Module Configuration Examples

Wireless LAN Controller Module Configuration Examples Wireless LAN Controller Module Configuration Examples Document ID: 70530 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Configuration Example 1 Basic Configuration with

More information

Installation Instructions for Elite ITH-4D/8D/16D-2/3 D term IPK Terminals and the IP-R(IPK) Adapters

Installation Instructions for Elite ITH-4D/8D/16D-2/3 D term IPK Terminals and the IP-R(IPK) Adapters NOTICE Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur causing slight variations. When viewing and printing this document, we

More information

Allworx 5.1 Release Notes

Allworx 5.1 Release Notes Allworx 5.1 Release Notes (Server 5.1.2.6) (Client 5.1.0.3) (OfficeSafe 5.1.0.3) Installation Tips 1) It is valid to upgrade from any previous customer release to this Allworx 5.1 release. 2) You should

More information

GIGABIT COLOR IP PHONE

GIGABIT COLOR IP PHONE GIGABIT COLOR IP PHONE USER GUIDE UC842 Version:1.0.3.59 Nanjing Hanlong Technology Co., Ltd 86-25-84608050 support@hanlongtek.com Notices Information Notices Information Copyright Copyright 2005-2013

More information

Configuring the Telephony Settings on the VG248

Configuring the Telephony Settings on the VG248 CHAPTER 3 Configuring the Telephony Settings on the VG248 The telephony settings on the VG248 determine the functionality of the analog phones connected to it. However, before configuring these settings,

More information

Paging. Restrictions for Paging. Information About Paging. Audio Paging

Paging. Restrictions for Paging. Information About Paging. Audio Paging Restrictions for, page 1 Information About, page 1 Configure, page 4 Configuration Examples for, page 13 Where to Go Next, page 17 Feature Information for, page 17 Restrictions for is not supported on

More information

4 Port IP-PBX + SIP Gateway System

4 Port IP-PBX + SIP Gateway System 4 Port IP-PBX + SIP Gateway System The IPG-40XG is an embedded Voice over IP (VoIP) PBX Server with Session Initiation Protocol (SIP) to provide IP extension phone connections for global virtual office

More information

Managing Your IP Telephony Environment

Managing Your IP Telephony Environment Managing Your IP Telephony Environment with HP OpenView The Growing Need to Manage IP Telephony...2 Designing an IP Telephony Solution...2 Installing and Configuring an IP Telephony Solution...4 Maintaining

More information

Table of Contents. Cisco Using One DHCP Server for Voice and Data Networks

Table of Contents. Cisco Using One DHCP Server for Voice and Data Networks Table of Contents Using One DHCP Server for Voice and Data Networks1 Document ID: 19580..1 Introduction.1 Prerequisites1 Requirements1 Components Used..1 Conventions..1 Problem.2 Solution.2 The Network

More information

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo Vendor: Cisco Exam Code: 100-105 Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo DEMO QUESTION 1 If the resume command is entered after the sequence that is

More information

Dolby Conference Phone. Configuration guide for Avaya Aura Platform 6.x

Dolby Conference Phone. Configuration guide for Avaya Aura Platform 6.x Dolby Conference Phone Configuration guide for Avaya Aura Platform 6.x Version 3.1 22 February 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street San

More information

Release Notes. for Kerio Operator 2.1.0

Release Notes. for Kerio Operator 2.1.0 Release Notes for Kerio Operator 2.1.0 Date: March 12th, 2013 2013 Kerio Technologies s.r.o. All rights reserved. 1 Welcome to Kerio Operator 2.1.0 Welcome to the final release of Kerio Operator 2.1.0.

More information

Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0

Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring Telrex CallRex

More information

Application Notes for Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network Issue 1.

Application Notes for Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network Issue 1.0 Abstract

More information

Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012

Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012 Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012 Proprietary 2012 Media5 Corporation Scope of this Document This Technical Bulletin aims to inform the reader on the troubleshooting

More information

SOHO. A Case Study. Case Study: SOHO

SOHO. A Case Study. Case Study: SOHO SOHO A Case Study Authors: Mary Hawkins & Patrick Neff - 2006 Page 1 of 21 Core Area These routers connect to the various offices and to the core router to ensure that all offices are able to connect to

More information

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android Frequently Asked Questions Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android FAQs 2 Setup 2 Basics 4 Connectivity 8 Calls 9 Contacts and Directory Search 16 Voicemail 17 Recents 22 Feedback

More information

IPS-2101h. Quick Installation Guide V1.0

IPS-2101h. Quick Installation Guide V1.0 IPS-2101h Quick Installation Guide V1.0 ArtDio IPS-2101h VoIP Gateway Package content: One IPS-2101h VoIP Gateway One Power Adaptor One RJ 45 Ethernet Cable One RJ-11 Telephone Cable Quick Installation

More information

Yealink W60 IP DECT phone. A guide to using your phone with Cloud Voice

Yealink W60 IP DECT phone. A guide to using your phone with Cloud Voice Yealink W60 IP DECT phone A guide to using your phone with Cloud Voice 2 What can this guide help you with? Make sure you can successfully call emergency services 3 1. Check out everything in the box What

More information

IPitomy IP PBX User Guide

IPitomy IP PBX User Guide IPitomy IP PBX User Guide Table of Contents Introduction... 1 About the IPitomy IP PBX... 1 Benefits of VoIP Technology... 1 How This Guide Works... 2 Web-based System Setup... 2 The Installation Worksheet...

More information

Configuring Settings on the Cisco Unified Wireless IP Phone 7921G

Configuring Settings on the Cisco Unified Wireless IP Phone 7921G CHAPTER 5 Configuring Settings on the Cisco Unified Wireless IP Phone 7921G The Settings menu on the Cisco Unified Wireless IP Phone 7921G provides access to view and change network profile settings and

More information

Troubleshooting the Cisco Unified Wireless IP Phone 7921G

Troubleshooting the Cisco Unified Wireless IP Phone 7921G CHAPTER 10 Troubleshooting the Cisco Unified Wireless IP Phone 7921G This chapter provides information that can assist you in troubleshooting your Cisco Unified Wireless IP Phone. It contains the following

More information

SPA400 Internet Telephony Gateway with 4 FXO Ports

SPA400 Internet Telephony Gateway with 4 FXO Ports SPA400 Internet Telephony Gateway with 4 FXO Ports Administration and Configuration Guide v1.0 Using the SPA400 The SPA400 features the ability to connect up to four (4) standard analog telephones lines

More information

Configuration Notes 281

Configuration Notes 281 Mediatrix 3000 Digital Gateway Corporate Network June 21, 2011 Proprietary 2011 Media5 Corporation Table of Contents Configuration Notes 281... 1 Introduction... 3 Mediatrix 3000 Digital Gateway Overview...

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 642-447 Title : Implementing Cisco Unified Communications Manager, Part 1 Vendor :

More information

An Overview of the Cisco Unified IP Phone

An Overview of the Cisco Unified IP Phone CHAPTER 1 The Cisco Unified IP Phone 7975G is a full-featured telephones that provides voice communication over an Internet Protocol (IP) network. These phones function much like digital business phones,

More information

Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC)

Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC) Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC) Document ID: 70333 Introduction Prerequisites Requirements Components Used Conventions Background Information Register the LAP with

More information

Application Note Configuration Guide for ShoreTel and Ingate

Application Note Configuration Guide for ShoreTel and Ingate Application Note Configuration Guide for ShoreTel and Ingate 29 August 2008 Table of Contents 1 INTRODUCTION... 1 2 SHORETEL CONFIGURATION... 2 2.1 OVERVIEW... 2 2.1.1 Version Support... 2 2.1.2 ShoreTel

More information

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection CHAPTER 4 Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection For detailed instructions for setting up an Avaya Definity ProLogix digital PIMG integration with Cisco

More information

Configuring the Cisco ATA for SIP

Configuring the Cisco ATA for SIP CHAPTER 3 This section describes how to configure the Cisco ATA to operate with the Session Initiation Protocol (SIP) signaling image and how the Cisco ATA obtains the latest signaling image. You can configure

More information

Quick Start Guide. Intermedia Hosted PBX Cisco SPA 232 Wireless DECT Phone

Quick Start Guide. Intermedia Hosted PBX Cisco SPA 232 Wireless DECT Phone Quick Start Guide Intermedia Hosted PBX Cisco SPA 232 Wireless DECT Phone 2 Welcome to your Hosted PBX Service. What s in the box? Cisco SPA 232 Wireless DECT Phone SPA 232 Base Parts A. Phone Base B.

More information

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version:

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version: Figure: ATCOM IPPBX IP04 ATCOM IPPBX IP04 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP04... 4 CHAPTER 2 ACCESS TO THE IP04... 7 2.1 WEB PAGE ACCESS

More information

Setting up Polycom VVX phones on the Cloud PBX

Setting up Polycom VVX phones on the Cloud PBX Setting up Polycom VVX phones on the Cloud PBX This document outlines the set-up and use of Polycom VVX termninals on the Cloud PBX Contents List of Polycom phones that are auto provisioned and tightly

More information