Department of Communications and Networking. S /3133 Networking Technology, laboratory course A/B

Size: px
Start display at page:

Download "Department of Communications and Networking. S-38.2131/3133 Networking Technology, laboratory course A/B"

Transcription

1 Department of Communications and Networking S /3133 Networking Technology, laboratory course A/B Work Number 29: VoIP Student Edition Preliminary Exercises and Laboratory Assignments Original document by Ilkka Kiiskinen updated Pasi Lehto updated Neela Shrestha & Erik Kosonen updated Erik Kosonen

2 Table of Contents 1. Preliminary Exercises Introduction QoS preliminary questions Signalling preliminary questions Laboratory work Introduction Topology and network connections Configuration of SIP Components SIP Trunking QoS and codecs VoIP Security and threats Final Report Useful References...9 APPENDIX A...9 Page 2 of 9

3 1. Preliminary Exercises 1.1 Introduction Voice over Internet Protocol, VoIP, has been on spotlight during the past few years. VoIP is a technology which allows you to make a telephone call over a data network, like Internet. This laboratory work gets you familiar with signalling, codecs, quality of service and security in VoIP-technology. In preliminary exercises students will compare SIP and H.323 VoIP signalling protocols on a theoretical level. However the laboratory assignments are only about the SIP protocol. 1.2 QoS preliminary questions PQ1: (7 points) VoIP has been considered as a killer application by many specialists. Which economical and technical benefits can be achieved by implementing VoIP? What about the dis-benefits? PQ2: (3 points) Silence compression. What do the following acronyms stand for? Explain their functions briefly: VAD, DTX, and CNG. PQ3: (6 points) Get familiar with the most typical audio codecs: G.711, G.723.1, G.729A and AMR. Find the main characteristics for those speech coders (sampling rate, bit rate, frame size if frame-based). PQ4: (5 points) Explain Absolute Category Rating (ACR) and Mean Opinion Score (MOS) value? How are they related with each other? What are the MOS values of G.711, G.723.1, G.729A and GSM codecs? PQ5: (2 points) What does SPIT acronym stand for? Tell briefly about it (Max. four sentences). PQ6: (3 points) What does STUN acronym stand for? What is the purpose of a STUN protocol? PQ7: (2,5 points) Find the ITU-T G.114 recommendations for one-way transmission time. What are the reference values for the different one-way delay classes? Page 3 of 9

4 1.3 Signalling preliminary questions PQ8: (6 points) Compare SIP (Session Initiation Protocol) and H.323-protocol. Compare at least six (6) features. PQ9: (9 points) Mention the architectural components of SIP and H.323 protocol. Explain the function of each. PQ10: (4 points) There are two types of gatekeeper signalling methods in H.323, which are they? Draw the signalling messages of a succeeded call signalling procedure in both methods. PQ11: (4 points) Before entering the lab, it is recommended for students to familiarize themselves with Asterisk VoIP software. Especially how to add and create extensions and simple sip configurations. (extensions.conf and sip.conf files). Include an example of your extension configuration. Useful link: Read the working instructions and the questions, so that you have already a picture of the work in your mind. So you may find the answers for the final report questions a bit easier. As well you may skip prefaces during the work if you have already read them forehand and you may complete the work a bit quicker. Page 4 of 9

5 2. Laboratory work 2.1 Introduction The laboratory equipment is configured around SIP solutions. There are two designated SIP -servers (both are virtual) which are running Asterisk based VoIP software. Both are used to provide SIP VoIP service. Also there should be at least two VoIP phones and a Dummy-pc for various network simulation scenarios. It is also possible to utilize so called softphones on VoIP-pc. All the configurations are designed to be done from VoIP-pc, but the students can use the dummy pc for configuring as well. Dummy-pc has Ubuntu-server edition installed on it, whic is command-line only, so there is no graphical interface. VoIP-pc has Ubuntu installation with classic graphical Gnome Desktop. SSH can be used to access all the hardware remotely, except the VoIP phones. They do not support it, instead the configuration can be accessed via web interface. 2.2 Topology and network connections The topology of the VoIP laboratory assignment is demostrated in figure (1) below. Figure 1: VoIP topology Notes: VoIP-PC ( ) is for management, but it also has software based VoIP phone (softphone) installed, which is used in lab assignments. Page 5 of 9

6 2.3 Configuration of SIP Components Q1. (2 points) First configure the SIP servers. Start with sip1.voip.lab ( ). Add the configurations to create an account for Phone1 in sip1 according to your preliminary report. Also add dial plan for Phone1 in file /etc/asterisk/extensions.conf according to your preliminary report. Start the asterisk server with the command service asterisk start or /etc/init.d/asterisk start You can enter to the asterisk command-line interface (CLI) in verbose level 5 with the asterisk -rvvvvv command (Requires root privileges, sudo) Some useful commands are: CLI> sip reload #when sip.conf file is changed CLI> dialplan reload #when extensions.conf file is changed CLI> sip show peers CLI> sip show peer <peer-id> CLI> sip show channels Q2. (2points) Next, configure IP address, subnet mask, gateway and DNS servers in Phone1 with the help of manual attached to the index A. Check IP status of the each phone and also confirm that you can ping the VoIP phones. Q3. (2 points) Your task is to capture a packets containing SIP phone registration sequence. Start Wireshark with the commands given below. Configure the Phone1 via web interface. Enter the IP address of the phones in the address bar of web browser. Assign an extension number 1001 to the Phone1. The details should match to that of the dial plan in extensions.conf file in SIP server. Confirm the changes. The Light on right side of the phone should turn solid green on successful registration to SIP server. Run soft-phone Twinkle (an yellow star logo) on your VoIP-PC and configure it for extension Verify that the registration is successful. Stop the packet capture and analyse the captured packet. You can also see the registration message in Asterisk console. WireShark Commands: connect via SSH: ssh -X capture@capture.noc.lab Password: capture Start wireshark: sudo wireshark (requires root rights) Capture the traffic through interface eth1. Remember to mirror correct ports on the DLINK switch to the capture interface. Ask assistant if you cannot access the switchcontrol. Q4. (3 point) Start another packet capture. Call extension 1002 from Phone 1. Capture the packet during the call. Which codec is used during the call? How is the call made? Analyse the captured packets briefly in final report. Q5. (1 point) In this lab, what type of SIP server is this asterisk server, Proxy, Redirect or Registrar server? Why? Page 6 of 9

7 Q6. Similarly, configure SIP server sip2.voip.lab and VoIP Phone3 for extension Now, call 1001 or 1002 from Phone3. Is the call successful, why? 2.4 SIP Trunking Q7. (4 points) Enable trunking on SIP servers sip1.voip.lab and sip2.voip.lab. Start the packet capture and then make call to phone2 from phone1. Is the call successful? Which codec is used during the call? 2.5 QoS and codecs Real network consists of limited bandwidth along with latency, jitter, delays. These factors are to be introduced in our network using tc, netem and wondershaper. There is a dummy pc to emulate wide area network using netem (Network Emulation). It allows to test protocols by emulating variable delays, loss, duplication and reordering. Netem is used with command line tool tc (traffic control). You can learn more about it from the link: Some useful commands for the lab are as below: To add certain delay to packets out of interface eth0, #tc qdisc add dev eth0 root netem delay <100ms> To add delay with random variation #tc qdisc change dev eth0 root netem delay <100ms> <10ms> To introduce loss in the network #tc qdisc change dev eth0 root netem loss <1%> For packet duplication/corruption #tc qdisc change dev eth0 root netem duplicate/corrupt <1%> For bandwidth limiting, another traffic shaping script called wondershaper. Check man pages for the commands. Call quality analysis is done in rather simplified in this lab work. Students grade VoIP call quality based on human opinion by using MOS (Mean Opinion Score) grading. The MOS scale with values ranging from 0 for unacceptable to 5 for perfect communication. Q8. (2 points) Induce varying delays and random jitter in the network. At least use values 0ms, 100ms, 200, 500ms, 1000ms and 10000ms to simulate calls from local call to a satellite call. Check the quality of call between phones and its MOS value. Analyse the results in few sentences. Mention highest delay for acceptable VoIP call and the effect of delay and jitter in the call. Page 7 of 9

8 Q9. (2 points) Change the delay to zero and then alter the packet loss values. Use values 0%, 5%, 10%, 25% and 50%. Check the quality of call between phones and its MOS value. Analyse the results in few sentences and also write the highest loss value for acceptable VOIP call. How does packet duplication and corruption affect in the VOIP call? Q10. (2 points) Get familiar with different kinds of codecs and the effects of codecs on limited bandwidth. Change codecs to be used in sip.conf file with parameters disallow and allow. Also limit available bandwidth with wondershaper. Apply bandwidth limitation on both interfaces eth0 and eth1 on the Dummy PC. Use codecs g711 (ulaw / alaw), g729 at bandwidth 16kbps, 32 kbps, 64 kbps, 128 kbps, 256kbps and 1024 kbps. Note that G.711 (PCM U/A) codec is defined as ulaw or alaw in asterisk configuration. 2.6 VoIP Security and threats VoIP hasn t survived without security problems. Companies implementing VoIP services tend to be concerned about quality issues and ignore security. The threads are mostly similar as for any of the data and the securing methods doesn t differ from the securing methods of the other data either. The differences concern mostly about architecture and some service features. This part scratches only the surface of VoIP-security. The idea of this part is to show how unsecured VoIP-traffic may be. Q11. (3 pts) Start wireshark again. Ensure that the extensions are using the G.711 (ulaw or alaw) codec. Make a call to any phone and capture the traffic again. Keep talking to each other about 20 seconds. Filter the RTP traffic from the rest of the traffic in wireshark. Go to Telephony menu->rtp->show All Streams. There select a RTP stream from the list, preferably with largest packet count. Push the Analyze button. Save payload as.au file and listen the file with any media player. On Ubuntu system you can use Rhytmbox. Remember to transfer your files via SCP to the VoIP-PC ( ). Did you succeed in decoding and did you hear anything? Let the assistant hear the captured conversation. 3. Final Report FQ1. There are many more codecs involved with the VoIP technology. Find and list here at least four more along with their basic properties: sampling rate, bit rate, frame size (if frame-based). FQ2. What security threats can be found for VoIP traffic or system? Mention at least four of them. (One of them may be closer than you thought) FQ3. Give few tips to improve VoIP security. Page 8 of 9

9 4. Useful References Wondershaper: Netem: Sip: Skype gateways: Asterisk: APPENDIX A VOIP Phones checking or configuring via keypad: Check Configure IP Address **90# **80# then <ip address># Subnet Mask **91# **81# then <subnet mask># Gateway **92# **82# then <gateway># DNS1 **93# **83# then <dns1># DNS2 **94# **84# then <dns2># DHCP **88# then 0# to disable DHCP **88# then 1# to enable DHCP VOIP Phones checking or configuring via web: Dial **90# to get ip address of the phone. Then enter the address in address bar of browser. Login: admin Password: admin In the account settings, activate the account and change the required parameters. Note: PC used for login should be on the same network as the of phone. Page 9 of 9

29 - VoIP laboratory work: Signalling, Voice Quality and Security

29 - VoIP laboratory work: Signalling, Voice Quality and Security Helsinki University of Technology Networking Laboratory S-38.3133 Networking Technology, laboratory course 29 - VoIP laboratory work: Signalling, Voice Quality and Security Made by: Modified: Ilkka Kiiskinen

More information

FortiVoice. Version 7.00 VoIP Configuration Guide

FortiVoice. Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide Revision 2 14 October 2011 Copyright 2011 Fortinet, Inc. All rights reserved. Contents and terms are subject

More information

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 TALKSWITCH DOCUMENTATION VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 CT.TS005.002606 ANSWERS WITH INTELLIGENCE INTRODUCTION About this guide This guide will help you plan and configure a TalkSwitch system

More information

VoIP Network Configuration Guide

VoIP Network Configuration Guide The owner friendly phone system for small business VoIP Network Configuration Guide Release 7.10 Copyright 2011 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiGuard, FortiCare, FortiManager,

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way!

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way! TELEPHONE MAN OF AMERICA Earning Your Business Every Step of the Way! Specializing in Telecom Equipment of all Brands, Carrier Services, Technician Services, Maintenance Agreements & Purchasing Excess

More information

Configuration Notes 290

Configuration Notes 290 Configuring Mediatrix 41xx FXS Gateway with the Asterisk IP PBX System June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 About Mediatrix 41xx Series FXS Gateways...

More information

Troubleshooting Voice Over IP with WireShark

Troubleshooting Voice Over IP with WireShark Hands-On Course Description Voice over IP is being widely implemented both within companies and across the Internet. The key problems with IP voice services are maintaining the quality of the voice service

More information

SIP Trunking Quick Reference Document

SIP Trunking Quick Reference Document SIP Trunking Quick Reference Document Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Voice Over IP Per Call Bandwidth Consumption

Voice Over IP Per Call Bandwidth Consumption Over IP Per Call Bandwidth Consumption Interactive: This document offers customized voice bandwidth calculations with the TAC Bandwidth Calculator ( registered customers only) tool. Introduction Before

More information

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment Application Note May 2009 Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment 2009 Cisco Systems, Inc. All rights reserved. Page 1 of 20 Contents Introduction 3 Audience 3 Scope

More information

Mediatrix 3000 with Asterisk June 22, 2011

Mediatrix 3000 with Asterisk June 22, 2011 Mediatrix 3000 with Asterisk June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Network Topology... 3 Equipment Detail... 3 Configuration of the Fax Extension... 4 Configuration

More information

A: The default WAN IP address is 172.16.0.1 with subnet mask 255.255.0.0.

A: The default WAN IP address is 172.16.0.1 with subnet mask 255.255.0.0. Q1: What is the default administrator password to login to the VoIP GSM Gateway? A: By default, your default username is admin ; default password is 123 to login to the router. For security, you should

More information

Common VoIP problems, How to detect, correct and avoid them. Penny Tone LLC 1

Common VoIP problems, How to detect, correct and avoid them. Penny Tone LLC 1 Common VoIP problems, How to detect, correct and avoid them. Penny Tone LLC 1 Who am I? David Attias Installing VoIP systems for over 7 years Mikrotik user for 5 years Mikrotik certifications MTCNA, MTCRE

More information

CyberData VoIP V2 Speaker with VoIP Clock Kit Configuration Guide for OmniPCX Enterprise

CyberData VoIP V2 Speaker with VoIP Clock Kit Configuration Guide for OmniPCX Enterprise CyberData VoIP V2 Speaker with VoIP Clock Kit Configuration Guide for OmniPCX Enterprise CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 Introduction

More information

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL PREPARATIONS STUDYING SIP PROTOCOL The aim of this exercise is to study the basic aspects of the SIP protocol. Before executing the exercise you should

More information

ThinkTel SIP Trunks on UCP & emg80-p2

ThinkTel SIP Trunks on UCP & emg80-p2 ThinkTel SIP Trunks on UCP & emg80-p2 911-TIB001c 7004F 5th STREET SE CALGARY, AB, T2H 2G3 CANADA p. +1 403 252 0911 1-800-665-9911 f. +1 403 253 3471 support@nine-one-one.ca Updated June 2015 Table of

More information

SIP Trunking and Voice over IP

SIP Trunking and Voice over IP SIP Trunking and Voice over IP Agenda What is SIP Trunking? SIP Signaling How is Voice encoded and transported? What are the Voice over IP Impairments? How is Voice Quality measured? VoIP Technology Confidential

More information

NetVanta 7100 Exercise Service Provider SIP Trunk

NetVanta 7100 Exercise Service Provider SIP Trunk NetVanta 7100 Exercise Service Provider SIP Trunk PSTN NetVanta 7100 FXS 0/1 x2001 SIP Eth 0/0 x2004 SIP Server 172.23.102.87 Hosted by x2003 www.voxitas.com In this exercise, you will create a SIP trunk

More information

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking 2012 Advanced American Telephones. All Rights Reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property licensed

More information

Lab Introduction software Voice over IP

Lab Introduction software Voice over IP Lab Introduction software Voice over IP 1 Lab Capability and Status Software used in this course installed in Engineering labs including the lab opened for students ENGR1506 - http://labs.ite.gmu.edu/

More information

Basic configuration of the GXW410x with Asterisk

Basic configuration of the GXW410x with Asterisk Basic configuration of the GXW410x with Asterisk Please note that due to the customizable nature of both the GXW410x and Asterisk and the vast deployment possibilities, these instructions should be taken

More information

Configuring for Integra Telecom SIP Solutions

Configuring for Integra Telecom SIP Solutions February 2013 Configuring for Integra Telecom SIP Solutions Section Title Page Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Generic IP PBX Test Configuration (with Transparent SIP

More information

TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE

TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE TALKSWITCH DOCUMENTATION TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE RELEASE 3.24 CT.TS005.008001 ANSWERS WITH INTELLIGENCE COPYRIGHT INFORMATION TalkSwitch. Copyright 2006. All Rights Reserved. Reproduction,

More information

How To Understand The Differences Between A Fax And A Fax On A G3 Network

How To Understand The Differences Between A Fax And A Fax On A G3 Network The Fax on IP Networks White Paper February 2011 2 The Fax on IP Networks Contents Overview... 3 Group 3 Fax Technology... 4 G.711 Fax Pass-Through... 5 T.38 IP Fax Relay... 6 Network Design Considerations...

More information

icall VoIP (User Agent) Configuration

icall VoIP (User Agent) Configuration icall VoIP (User Agent) Configuration 1 General 1.1 Topic General Document summarizing the general requirements for the configuration of VoIP hardware and / or software to utilize the icall service. 1.2

More information

VOIP Guide Using ZyXEL Switch

VOIP Guide Using ZyXEL Switch VOIP Guide Using ZyXEL Switch 2015/8/10 ZyXEL Communications Corporation Barney Gregorio Overview: This article will contain solutions on how to configure Voice over IP (VOIP). Two methods will be discussed:

More information

Avaya IP Office 8.1 Configuration Guide

Avaya IP Office 8.1 Configuration Guide Avaya IP Office 8.1 Configuration Guide Performed By tekvizion PVS, Inc. Contact: 214-242-5900 www.tekvizion.com Revision: 1.1 Date: 10/14/2013 Copyright 2013 by tekvizion PVS, Inc. All Rights Reserved.

More information

VoIP Laboratory A Creating a local private telephony network in a rural community

VoIP Laboratory A Creating a local private telephony network in a rural community VoIP Laboratory A Creating a local private telephony network in a rural community (cc) Creative Commons Share Alike Non Commercial Attribution 3 This laboratory focus on building local Voice infrastructure

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

VOI-7000 VOI-7100 SIP IP Telephone

VOI-7000 VOI-7100 SIP IP Telephone VOI-7000 VOI-7100 SIP IP Telephone User Manual 1 Ver 2.01-0609 Table of Contents 1. INTRODUCTIONS... 1 1.1. FEATURES... 1 1.2. PACKING CONTENTS... 2 1.3. LCD DISPLAY AND KEYPADS... 2 2. INSTALLATIONS &

More information

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Optimizing Converged Cisco Networks (ONT)

Optimizing Converged Cisco Networks (ONT) Optimizing Converged Cisco Networks (ONT) Module 2: Cisco VoIP Implementations (Deploy) Calculating Bandwidth Requirements for VoIP Objectives Describe factors influencing encapsulation overhead and bandwidth

More information

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

More information

Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0

Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0 Abstract These Application Notes describe the configuration

More information

A Guide to Connecting to FreePBX

A Guide to Connecting to FreePBX A Guide to Connecting to FreePBX FreePBX is a basic web Graphical User Interface that manages Asterisk PBX. It includes many features available in other PBX systems such as voice mail, conference calling,

More information

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 VoiceGear/3CX Integration Guide Ver.0.1 Page 2 1. OVERVIEW... 3 1.1 SETTING UP 3CX PBX...4 1.2 SETTING UP VOICEGEAR GATEWAY...5 2. VOICEGEAR-3CX SIP INTEGRATION... 6 2.1 3CX CONFIGURATION...7 2.2 VOICEGEAR

More information

V101 SIP VoIP Telephone Adaptor User Manual V1.1m

V101 SIP VoIP Telephone Adaptor User Manual V1.1m V101 SIP VoIP Telephone Adaptor User Manual V1.1m Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections for V101 A. Connect V101 LAN port to ADSL NAT Router as the following connection. B. Connect

More information

Online course syllabus. MAB: Voice over IP

Online course syllabus. MAB: Voice over IP Illuminating Technology Course aim: Online course syllabus MAB: Voice over IP This course introduces the principles and operation of telephony services that operate over Internet Protocol (IP) networks

More information

Micronet VoIP Solution with Asterisk

Micronet VoIP Solution with Asterisk Application Note Micronet VoIP Solution with Asterisk 1. Introduction This is the document for the applications between Micronet units and Asterisk IP PBX. It will show you some basic configurations in

More information

Version : 2.0 Date : 2006/6/12

Version : 2.0 Date : 2006/6/12 Version : 2.0 Date : 2006/6/12 i Table of Contents Chapter 1. High Availability Function... 1 1.1 Introduction... 1 1.2 Examples and Web Configurations... 2 Chapter 2. VPN Function... 4 2.1 VPN Dial-in

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

Padma Charan Das Dept. of E.T.C. Berhampur, Odisha, India

Padma Charan Das Dept. of E.T.C. Berhampur, Odisha, India Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Measuring Quality

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com Voice over IP (VoIP) for Telephony Advantages of VoIP Migration for SMBs BLACK BOX Hybrid PBX VoIP Gateways SIP Phones Headsets 724-746-5500 blackbox.com Table of Contents Introduction...3 About Voice

More information

Welcome. Unleash Your Phone

Welcome. Unleash Your Phone User Manual Welcome Unleash Your Phone For assistance with installation or troubleshooting common problems, please refer to this User Manual or Quick Installation Guide. Please visit www.vonage.com/vta

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Voice over IP (VoIP) David Feiner ACN 2004 Overview Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Introduction Voice Calls are transmitted over Packet Switched Network instead

More information

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents First Steps... 3 Identifying your MAC Address... 3 Identifying your Dynamic IP Address...

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga Curso de Telefonía IP para el MTC Sesión 2 Requerimientos principales Mg. Antonio Ocampo Zúñiga Factors Affecting Audio Clarity Fidelity: Audio accuracy or quality Echo: Usually due to impedance mismatch

More information

Voice over IP Probe! for Network Operators and! Internet Service Providers

Voice over IP Probe! for Network Operators and! Internet Service Providers Voice over IP Probe! for Network Operators and! Internet Service Providers Product Presentation September 2011 2011 ADVENAGE GmbH Agenda Voice over IP Probe Key Facts VoIP Probe in a Nutshell Use Cases

More information

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide MegaPBX Version 2.1 Quick Installation Guide v2.1 www.allo.com 2 Table of Contents Initial Setup of MegaPBX... 4 Notification LEDs (On the Front Panel of the Gateway)... 5 Create

More information

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY DATE: 11/05/2014 ABSTRACT: Private Branch Exchange has multiple phones connected to it which are in the same

More information

IP Office Technical Tip

IP Office Technical Tip IP Office Technical Tip Tip no: 188 Release Date: September 27, 2007 Region: GLOBAL Verifying IP Office SIP Trunk Operation IP Office back-to-back SIP Line testing IP Office Release 4.0 supports SIP trunking.

More information

Knowledgebase Solution

Knowledgebase Solution Knowledgebase Solution Updated: 2/27/2014 Configuring an EdgeMarc for SIP trunking with an IP PBX This document describes the steps needed to configure an IP PBX behind the EdgeMarc which is pointing to

More information

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP)

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Version 0.1 June 2010 Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Thank you for choosing the Xerox WorkCentre 7120. Table of Contents Introduction.........................................

More information

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Abstract These Application Notes describe the steps to configure an Avaya

More information

CT505-30 LANforge-FIRE VoIP Call Generator

CT505-30 LANforge-FIRE VoIP Call Generator 1 of 11 Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT505-30 LANforge-FIRE VoIP Call Generator The CT505-30 supports SIP VOIP

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform.

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. 1 Contents Introduction.... 3 Installing the Applications Module... 4 Ordering a Licence for

More information

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum V. Rajaravivarma and Farid Farahmand Computer Electronics and Graphics Technology School of Technology,

More information

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers.

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. API: An application programming interface (API) is a source

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Test Cases Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:23-11-2007 SPBX

More information

Voice Over IP Manual

Voice Over IP Manual Voice Over IP Manual 2 Table of Contents Part I IP Manual 4 1 General... Information 5 2 QoS... Settings 6 3 IP Address... Collision 8 4 IPL... Blades 11 IPL Inform... ation 16 IPL Basic Setup... 17 IPLA...

More information

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

More information

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101)

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101) APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13 VoIP Solution (101) Agenda Items Introduction What is VoIP? Codecs Mean opinion score (MOS) Bandwidth

More information

AudioCodes. MP-20x Telephone Adapter. Frequently Asked Questions (FAQs)

AudioCodes. MP-20x Telephone Adapter. Frequently Asked Questions (FAQs) AudioCodes MP-20x Telephone Adapter Frequently Asked Questions (FAQs) Page 2 AudioCodes Customer Support Table of Contents Introduction... 6 Frequently Asked Questions... 7 Web Access... 7 Q1: How must

More information

Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0

Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

ESI SIP Trunking Installation Guide

ESI SIP Trunking Installation Guide ESI SIP Trunking Installation Guide 0450-1227 Rev. B Copyright 2009 ESI (Estech Systems, Inc.). Information contained herein is subject to change without notice. ESI products are protected by various U.S.

More information

The Basics. Configuring Campus Switches to Support Voice

The Basics. Configuring Campus Switches to Support Voice Configuring Campus Switches to Support Voice BCMSN Module 7 1 The Basics VoIP is a technology that digitizes sound, divides that sound into packets, and transmits those packets over an IP network. VoIP

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431 VoIP QoS Version 1.0 September 4, 2006 AdvancedVoIP.com sales@advancedvoip.com support@advancedvoip.com Phone: +1 213 341 1431 Copyright AdvancedVoIP.com, 1999-2006. All Rights Reserved. No part of this

More information

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Abstract These Application Notes describe a solution comprised

More information

Link Gate SIP. (Firmware version 1.20)

Link Gate SIP. (Firmware version 1.20) Link Gate SIP (Firmware version 1.20) User guide v1.0 1 Content 2 1. Technical parameters - Dimensions 133 x 233 x 60 mm - Weight 850 g - Operating position various - Operating condition temperature: +5

More information

Voice over IP (VoIP) Basics for IT Technicians

Voice over IP (VoIP) Basics for IT Technicians Voice over IP (VoIP) Basics for IT Technicians VoIP brings a new environment to the network technician that requires expanded knowledge and tools to deploy and troubleshoot IP phones. This paper provides

More information

Voice over IP Manual

Voice over IP Manual Voice over IP Manual 2 IP Manual General Information Introduction The UNIVERGE system uses IP for various applications. This section describes the procedure for connecting the UNIVERGE system to an existing

More information

Internet Technology Voice over IP

Internet Technology Voice over IP Internet Technology Voice over IP Peter Gradwell BT Advert from 1980s Page 2 http://www.youtube.com/v/o0h65_pag04 Welcome to Gradwell Gradwell provides technology for every line on your business card Every

More information

Voice Gateway with Router

Voice Gateway with Router Voice User Guide Model No. SPA3102 Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates

More information

IxLoad VoIP SIP, MGCP Features

IxLoad VoIP SIP, MGCP Features IxLoad VoIP SIP, MGCP Features Aptixia IxLoad can test the performance of VoIP networks and devices by emulating SIP and MGCP user agents. IxLoad can be used to: Test the scalability and performance of

More information

Convergence Technologies Professional (CTP) Course 1: Data Networking

Convergence Technologies Professional (CTP) Course 1: Data Networking Convergence Technologies Professional (CTP) Course 1: Data Networking The Data Networking course teaches you the fundamentals of networking. Through hands-on training, you will learn the vendor-independent

More information

Security and the Mitel Teleworker Solution

Security and the Mitel Teleworker Solution Security and the Mitel Teleworker Solution White Paper July 2007 Copyright Copyright 2007 Mitel Networks Corporation. This document is unpublished and the following notice is affixed to protect Mitel Networks

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

IP PBX using SIP. Voice over Internet Protocol

IP PBX using SIP. Voice over Internet Protocol IP PBX using SIP Voice over Internet Protocol Key Components for an IP PBX setup Wireless/Fiber IP Networks (Point to point/multi point, LAN/WAN/Internet) Central or Multicast SIP Proxy/Server based Virtual

More information

Application Note. Onsight Mobile Collaboration Video Endpoint Interoperability v5.0

Application Note. Onsight Mobile Collaboration Video Endpoint Interoperability v5.0 Application Note Onsight Mobile Collaboration Video Endpoint Interoperability v5. Onsight Mobile Collaboration Video Endpoint Interoperability... 3 Introduction... 3 Adding Onsight to a Video Conference

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Virtual Private Network (VPN) for Avaya IP Office using the Edgewater Networks EdgeMarc 4500 VoIP VPN Appliance - Issue 1.0

More information

Chapter 02. Diagnostics & Troubleshooting

Chapter 02. Diagnostics & Troubleshooting Chapter 02 Diagnostics & Troubleshooting Chapter 02 Module 01 Using Diagnostic Tools Module Introduction This module provides information about Avaya provided diagnostic tools. After completing this module

More information

Voice over IP Fundamentals

Voice over IP Fundamentals Voice over IP Fundamentals Duration: 5 Days Course Code: GK3277 Overview: The aim of this course is for delegates to gain essential data networking and Voice over IP (VoIP) knowledge in a single, week-long

More information

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide EarthLink Business SIP Trunking Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide Publication History First Release: Version 1.0 April 20, 2012 CHANGE HISTORY Version Date Change Details Changed

More information

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP SIP Trunking with Elastix Configuration Guide for Matrix SETU VTEP Contents Setup Diagram 3 SIP Trunk Configuration in Elastix for SETU VTEP 4 Outgoing Call configuration in Elastix 7 Incoming call configuration

More information

SIP Infrastructure Performance Testing

SIP Infrastructure Performance Testing SIP Infrastructure Performance Testing MIROSLAV VOZNAK, JAN ROZHON Department of Telecommunications VSB Technical University of Ostrava 17. listopadu 15, Ostrava CZECH REPUBLIC miroslav.voznak@vsb.cz,

More information

Cisco Networks (ONT) 2006 Cisco Systems, Inc. All rights reserved.

Cisco Networks (ONT) 2006 Cisco Systems, Inc. All rights reserved. Optimizing Converged Cisco Networks (ONT) reserved. Lesson 2.4: Calculating Bandwidth Requirements for VoIP reserved. Objectives Describe factors influencing encapsulation overhead and bandwidth requirements

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy INTERACTIVE INTELLIGENCE AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy Version 1.7 9/2/2009 TABLE OF CONTENTS 1 AT&T... 5 1.1 Introduction... 5 1.2 Product Descriptions...

More information

Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study

Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study Re-establishing and improving the experimental VoIP link with the University of Namibia: A Case Study R. M. Ngandu, A. Terzoli & M. Tsietsi Department of Computer Science, Rhodes University September,

More information

LifeSize Networker Installation Guide

LifeSize Networker Installation Guide LifeSize Networker Installation Guide November 2008 Copyright Notice 2006-2008 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

Kapanga The Media over IP Softphone. Quick Start Manual April 2005

Kapanga The Media over IP Softphone. Quick Start Manual April 2005 Kapanga The Media over IP Softphone Quick Start Manual April 2005 Quick Start Manual This manual briefly describes the interface, menus and settings available to a Kapanga user. While this document assumes

More information

How to Configure the Allworx 6x, 24x and 48x for use with Integra Telecom SIP Solutions

How to Configure the Allworx 6x, 24x and 48x for use with Integra Telecom SIP Solutions How to Configure the Allworx 6x, 24x and 48x for use with Integra Telecom SIP Solutions Overview: This document provides a reference for configuration of the Allworx 6x IP PBX to connect to Integra Telecom

More information