IMPLEMENTATION OF AAA SERVER LABORATORY MODEL

Size: px
Start display at page:

Download "IMPLEMENTATION OF AAA SERVER LABORATORY MODEL"

Transcription

1 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 POZNAN POZNAN UNIVERSITY UNIVERSITYOF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS N O SERIA 2007 Sylwester Kaczmarek*, Urszula Orłowska** IMPLEMENTATION OF AAA SERVER LABORATORY MODEL The purpose of the paper is to show educative aspects of created AAA (Authorization, Authentication and Accounting) sever laboratory model. This paper is arranged in the following way. Section 2 presents created concept of AAA system based on H.323 protocols. There are introduced functions that each module performs as well as all open source solutions used for modules implementation. There is also presented the way of practical establishment of laboratory set together with configuration steps for every module. There are several tests listed which were done on created system. In section 3 there are discussed skills and knowledge that each student should gain after performing all proposed experiments. Both chapters are preceded by introduction. Keywords: NGN, AAA server, RADIUS, Linux, Education 1. INTRODUCTION Standardization of AAA system has begun in the end of 1990s when IETF (The Internet Engineering Task Force) set up a special group called The AAA working group. Before AAA system architecture was introduced, each piece of equipment was authenticating users making use of its resources by itself. Considering the fact there was no standard, each machine was using different authentication method. The main problem coming from that approach was poor scalability and lack of universality. The necessity of bringing AAA system into life came together with the concept of using Internet as a platform for handling telecommunication services. The concept of NGN networks is characterized not only by convergence of techniques and technologies, but also by functional divergence. The system of sending and exchanging information in NGN networks can be organized in different ways, with usage of different techniques and technologies, depending on provided services. In NGN networks, very important is the issue of integration many services on one equipment platform. Integration in terms of telecommunication means independ- * Gdańsk University of Technology, ** Adva Optical Networking PWT POZNAŃ 6-7 GRUDNIA /8

2 2 Sylwester Kaczmarek, Urszula Orłowska ence of offered serviced from access method used and forwarding protocol. All that led to necessity of introducing standardized method which would allow for authorization, authentication and monitoring users making use of the variety of services. Hence, there appeared the concept of AAA system architecture The functionality of AAA system The functional structure of NGN networks is visible in the layer model of telecommunication network (Figure 1). AAA system, which is the subject of this paper, is located in call control servers layer. call control servers layer Operator 1 1 Operator Operator 1 3 Operator 2 2 connection control servers layer 4 resources layer Fig. 1. Layer model of NGN networks [4] Controlling is important issue is terms of quality which is brought to clients. The fact that NGN network has to provide real time services forces strict functional and time requirements for controlling. Functions performed by AAA system belong to the set of request service functions. The name of system is an abbreviation coming from words describing system s functionalities: Authentication, Authorization and Accounting. Authentication is a process during which endpoint declared identity is verified. The result of this process is the base to give or refuse user the network access rights. Authorization process is a set of rules according to which there is a decision made if user can receive rights and services requested [7]. Authorization process can be done only if the user already has guarantee for the network access received in preceding authentication process. Accounting means the methodology of collecting information about all resources used by endpoints [8]. PWT POZNAŃ 6-7 GRUDNIA /8

3 Implementation of AAA server laboratory model AAA System architecture The schematic diagram of AAA system architecture is depicted in Figure 2. AAA server Authentication Authorization Accounting Network NAS AAA client endpoint Fig. 2. AAA System architecture [5] In discussed example the basic network architecture is extended by introducing AAA functionality performed by: AAA server it is the equipment located in network s core; it performs AAA function directly by itself or forwards all requests to another AAA server. AAA client (NAS) it is the equipment located in network s edge; it controls the access to the network (acts as access point). It requests access to resources for itself or its users. 2. DESCRIPTION OF LABORATORY SET There AAA system concept was received on basis of open sources. The laboratory set was established afterwards as a proof that the concept is correct and fulfils assumed functionalities The concept of AAA system on basis of open sources The concept of AAA system discussed in this paper was created in agreement with DGT Sp. z o. o. As basic functionality it assumes VoIP working with the use of H.323 protocol. Block diagram of discussed concept is presented in Figure 3. PWT POZNAŃ 6-7 GRUDNIA /8

4 4 Sylwester Kaczmarek, Urszula Orłowska H.323 (RAS) ATK DGT 7410 Gatekeeper GnuGK RADIUS AAA Server IBSng H.323 (RAS) xsql ATK DGT 7410 Postgre SQL Fig. 3. The concept of AAA system Data Base End users connected to the IP network via ATK-DGT 7410 device. This device is using H.323 signaling (RAS) and communicates with GnuGK (gatekeeper AAA system client - NAS). The gatekeeper asks IBSng application (IBSng is a server performing AAA system services) using RADIUS protocol [6] if particular endpoints are the ones which they seem to be (authentication) and if they have the right to initiate and receive incoming calls (authorization). IBSng verifies endpoints rights by sending requests in SQL do external data base PostgreSQL where information about all H.323 endpoints belonging to the system is located. Accounting functionality is performed using gatekeeper which sends to the IBSng application all essential information about established connections (start/stop/connection s length) and it s work session (gatekeeper s application start/stop). All data is saved by IBSng application in PostgreSQL data base. The part of data referring to the users is treated as billing records CDR (Call Details Records). AAA system modules were created in the following way: ATK-DGT7410 standalone device which allows for access to IP network and usage of basic POTS services GNU-Gatekeeper it is gatekeeper implementation based on open source solutions available at IBSng it is AAA server implementation based on open source solutions available at PostgreSQL it is relation data base management system solution with freeware AAA system establishment in Linux environment Laboratory set was created on basis of following equipment requirements: PC computer with Linux OS, Mandriva distribution 2005 (Mandrake 10.2), PWT POZNAŃ 6-7 GRUDNIA /8

5 Implementation of AAA server laboratory model 5 Hub (with Internet access), ATK DGT 7410 based on H.323 standard, 2 analogue telephones with cables ended with RJ11 on both ends. The schematic diagram of test laboratory set is depicted in Figure 4. In order to establish the system it was necessary to install Apache server, php5, XML, Python and PostgreSQL as well as ATK, GnuGK and IBSng (and configure mention modules). ATK configuration can be done in two ways: via RS port or via www browser [1]. ATK configuration includes: general settings configuration: ATK IP address (ipaddr), subnet mask (netmask), Gateway IP address (gatewayip), Gatekeeper IP address (GK), turning on access to ATK via http (WWW=1). ports configuration which endpoints are connected to (port state = on, telephone number, select en-block), setting passwords for each port. GnuGK configuration should allow for communication between terminals and IBSng application. Configuration file located in /dgt/gk/gnugk.ini used in that purpose. Values for each gatekeeper configuration sections have to be set manually. Sections allow for e.g.: selecting call signaling and H.245 signaling forwarding mode; define access rules to gatekeeper status ports and gatekeeper authentication mechanisms, define configuration settings which allow for authentication via RADIUS protocol, describe accounting module which forwards accounting (billing) data to RADIUS server [2]. IBSng configuration is done via website. Configuration steps are as below [9]: add radius server (Add New RAS), create new tariff for VoIP (Add New Tariff ), create new charge (Add New Charge), add new users group (Add New Group), add new user (Add New User). After all steps are done system should work correctly. Described situation will take place if connection is established and the user is charged Test performed in laboratory environment In order to verify if all modules work as desired and if communication between modules is correct, several tests on established AAA system were performed. Tests were divided into three verification stages. Stage 1: correctness of forwarded H.323 signaling frames. The purpose of first test was to verify if endpoints register correctly. Four connection scenarios were performed afterwards. Scenarios were differentiated by the route which each signaling channel (call signaling and H.245 signaling) was established by (connection directly between endpoints or routed via gatekeeper). PWT POZNAŃ 6-7 GRUDNIA /8

6 6 Sylwester Kaczmarek, Urszula Orłowska Stage 2: correctness of frames forwarded via RADIUS protocol. The purpose of first test was to verify correctness of RADIUS protocol messages exchange. Structure of following messages was analyzed afterwards: Access Request, Access Accept, Access Reject, Accounting Request, Accounting Response [3]. Stage 3: correctness of AAA server functionalities. Conducted tests were divided in subjects groups: Logging in via www and verification of all action available or restricted for a user, Correctness of functions connected with reporting, Correctness of charging. Tests referring to forwarded H.323 signaling messages and RADIUS protocol were performed with the use of Ethereal. In case of AAA system server tests following issues were analyzed: values saved in data base via IBSng application, messages appearing on gatekeeper status port, protocols frames via Ethereal. 3. EDUCATIVE ASPECTS OF AAA SERVER LABORATORY MODEL There are two experiments proposed. They will be conducted on separate laboratory sets because of differences in their subjects. The experiments titles are as follows: Configuration of AAA system elements, Functionality tests of AAA server. Schematic diagram of laboratory set is depicted in Figure 4. The purpose of both experiments is to gain knowledge about implemented on basis of H.323 protocols AAA system as well as to get familiar with Linux OS and also to acquire skills in usage of Ethereal (tool used for analyzing frames). Experiments were set up in the way so that student performing discussed experiments will learn how to configure AAA system at first and run functionality tests on already configured system afterwards. While conducting experiments student acquires also other skills: Configuration of AAA system elements While performing this experiment student learns how the AAA system is build, what are it s functions and functionalities. Student acquires skills in configuring: a) ATK DGT 7410 from bootloader level or from www browser level, b) Gatekeeper using gnugk.ini configuration file, c) AAA Server for H.323 using IBSng application. Student can notice the essence of communication between particular elements and the need to establish each element, which is integral part of the whole system. In order to check the correctness of experiment done, student should establish connection, observe messages on gatekeeper status port and user presence on AAA PWT POZNAŃ 6-7 GRUDNIA /8

7 Implementation of AAA server laboratory model 7 server via Report Online Users. Student should comment on received results. Internet endpoint hub or switch ATK DGT 7410 PC computer with installed: Apache server GnuGK application IBSng application PostgreSQL data base endpoint Fig. 4. Schematic diagram of laboratory set prepared for students Functionality tests of AAA server While performing this experiment student learns how the processes of Authorization, Authentication and Accounting proceed via RADIUS protocol (it uses offline filtration of frames observed via Ethereal). Student can observe the process of exchanging messages, analyzes how each frame is build and compare results with theoretical assumptions. Student should comment on observations afterwards. Student gains knowledge about capabilities of presented based on H.323 protocol AAA system: a) Student checks system s reaction for establishment of connection attempt after the password is change for incorrect, comments on solution observed and presents own suggestions. b) Student checks the correctness of accounting depending on used rate and prefixes. He also observes systems reaction for modifications of particular parameters and again comments on received results. c) Student checks the correctness of real time graph creation. Graphs should be analyzed and results should be commented. d) Student establishes connection which is too long for money resources collected on users account. Student's comments on system s reaction using IBSng application and RADIUS protocol frame analysis. e) Students tries to establish connection in case when there are no money resources collected on users account, observes system s reaction and suggests solution. After conducting described experiments student should have theoretical knowledge about AAA system, should be able to configure system, analyze RADIUS protocol frames using Ethereal tool, modify AAA system configuration parameters using IBSng application. Student should know system s reactions for introduced modifications and also should be able to observe these reactions on gatekeeper status port, on AAA server (using IBSng application) and with use of RADIUS protocol messages. Student should analyze received results and suggest own solu- PWT POZNAŃ 6-7 GRUDNIA /8

8 8 Sylwester Kaczmarek, Urszula Orłowska tions. 4. CONCLUSIONS In this paper the educative aspects of AAA sever laboratory model were presented. There was shown the way of creating the system from concepts to practical implementation in Linux environment. Configuration of the most important elements together with performed tests was discussed. It is necessary that this system appears in NGN networks. Each telecommunication company which exist on the market tries to provide AAA system solution in it s offer. This makes AAA system even more interesting for students. They should know issues connected with AAA system and understand processes between system s elements. Experiments presented in this paper allow gaining such knowledge. To extend already established laboratory set, there could be system configuration added so that not only voice but also data could be transferred. To implement such a system, there has to be special device used which supports data transfer. It can be RuterOS V2.9 made by MicroTik. The device enables set up of wireless network as well. It would allow creating wireless AAA system. REFERENCES [1] Company materials, Samodzielny Abonencki Terminal Kablowy ATK DGT Operating manual. DGT Sp.z.o.o., Gdańsk [2] Documentation for GnuGK, [3] Hassell J., RADIUS, Publisher O Reilly, October 2002 [4] Kaczmarek S., Next Generation Networks Architectures, Lecture materials, PG WETI, Gdańsk [5] Metz Ch., AAA PROTOCOLS: Authentication, Authorization and Accounting for the Internet, IEEE Internet Computing, November December [6] RFC 2865, Remote Authentication Dial In User Service (RADIUS), Network Working Group, June [7] RFC 2904, AAA Authorization Framework, Network Working Group, August [8] RFC 2975, Introduction to Accounting Management, Network Working Group, October [9] Web site of IBSng, PWT POZNAŃ 6-7 GRUDNIA /8

Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1.

Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1.0 Abstract These

More information

The Realization of NGN Architecture for ASON/GMPLS Network Sylwester Kaczmarek, Magdalena Młynarczuk, Marcin Narloch, and Maciej Sac

The Realization of NGN Architecture for ASON/GMPLS Network Sylwester Kaczmarek, Magdalena Młynarczuk, Marcin Narloch, and Maciej Sac Paper The Realization of NGN Architecture for ASON/GMPLS Network Sylwester Kaczmarek, Magdalena Młynarczuk, Marcin Narloch, and Maciej Sac Department of Teleinformation Networks, Gdańsk University of Technology,

More information

Generic Transparency Descriptor for GKTMP Using SS7 Interconnect for Voice Gateways Version 2.0

Generic Transparency Descriptor for GKTMP Using SS7 Interconnect for Voice Gateways Version 2.0 Generic Transparency Descriptor for GKTMP Using SS7 Interconnect for Voice Gateways Version 20 Feature History Release 122(2)XU Modification This feature was introduced This document describes the Generic

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

The Peering with CESNET VoIP Network

The Peering with CESNET VoIP Network The Peering with CESNET VoIP Network CESNET Technical Report Number 27/2003 Status: V 0.1 Released Issue date: 24. 11.2003 Language: english only Author: M. Voznak, M. Neuman Issued by the Cesnet, z.s.p.o.

More information

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE I. Description of Course: 1. Department/Course: CNET - 180 7. Degree/Applicability: 2. Title: IP Telephony and VoIP Credit, Degree

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

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 P OZNAN POZNAN UNIVERSIT UNIVERSITY Y OF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS No 54 Electrical Engineering 2007 Adrian KLIKS*

More information

Analyze of SIP Messages and Proposal of SIP Routing

Analyze of SIP Messages and Proposal of SIP Routing Analyze of SIP Messages and Proposal of SIP Routing F. Csoka, I. Baronak, E. Chromy and L. Kockovic Abstract This paper deals with the functionality of SIP and design of an efficient and optimized process

More information

OSP URL Command Change

OSP URL Command Change OSP URL Command Change Feature History Release 12.2(2)XU Modification This feature was introduced. This document describes the OSP URL Command Change feature in and includes the following sections: Feature

More information

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0 SysMaster GW 7000 Digital Gateway User Manual version 1.0 Copyright 2003 by All rights reserved. No part of this manual may be reproduced or transmitted in any form without written permission from. The

More information

THE GROUP OF IP TELEPHONY IN CESNET2 NETWORK

THE GROUP OF IP TELEPHONY IN CESNET2 NETWORK THE GROUP OF IP TELEPHONY IN CESNET2 NETWORK MIROSLAV VOZNAK Department of Electronics and Telecommunications Technology Faculty of Electrical Engineering and Computer Science Technical University of Ostrava

More information

Secure web proxy resistant to probing attacks

Secure web proxy resistant to probing attacks Technical Disclosure Commons Defensive Publications Series December 04, 2017 Secure web proxy resistant to probing attacks Benjamin Schwartz Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line Quick Installation Guide Table of Contents VoIP ATA Package Contents... 2 Checklist... 2 IMPORTANT SAFETY INSTRUCTIONS... 3 Connecting

More information

Introduction. H.323 Basics CHAPTER

Introduction. H.323 Basics CHAPTER CHAPTER 1 Last revised on: October 30, 2009 This chapter provides an overview of the standard and the video infrastructure components used to build an videoconferencing network. It describes the basics

More information

SIN 496 Issue 1.2 September 2015

SIN 496 Issue 1.2 September 2015 SIN 496 Issue 1.2 September 2015 Suppliers' Information Note For The BT Network BT IPstream Connect SID for Authentication Service & Interface Description Each SIN is the copyright of British Telecommunications

More information

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control)

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Deployment Guide Cisco VCS X8.2 D14524.05 June 2014 Contents Introduction 3 Example network deployment 3 Network elements

More information

Step 3 - How to Configure Basic System Settings

Step 3 - How to Configure Basic System Settings Before configuring the IP address and network settings, complete Step 2 - How to Configure IP Address, network Settings, and Firewall. Verify the computer and the are connected to the same network, with

More information

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Software Announcement July 25, 2000 IBM V3.5, Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Overview WebSphere Application Server V3.5, manages and integrates

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 1406 DESIGN OF WLAN CONNECTIVITY OF PRINTERS WITHIN AN OFFICE FOR AN OFFICE ENVIRONMENT WITH 30M RADIUS COVERAGE

More information

Interactive Distance Learning based on SIP

Interactive Distance Learning based on SIP S. Sae-Wong, T. Kamolphiwong, S. Kamolphiwong, and N. Wittayasirikul Centre for Network Research (CNR), Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Hatyai,

More information

IEEE 802.1X with ACL Assignments

IEEE 802.1X with ACL Assignments The feature allows you to download access control lists (ACLs), and to redirect URLs from a RADIUS server to the switch, during 802.1X authentication or MAC authentication bypass of the host. It also allows

More information

Application Note. Microsoft OCS 2007 Configuration Guide

Application Note. Microsoft OCS 2007 Configuration Guide Application Note Microsoft OCS 2007 Configuration Guide 15 October 2009 Microsoft OCS 2007 Configuration Guide Table of Contents 1 MICROSOFT OCS 2007 AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2 2 INGATE

More information

Cisco Cisco Voice over IP (CVOICE) Practice Test. Version QQ:

Cisco Cisco Voice over IP (CVOICE) Practice Test. Version QQ: Cisco 642-436 642-436 Cisco Voice over IP (CVOICE) Practice Test Version 3.8 QUESTION NO: 1 Cisco 642-436: Practice Exam Which two statements describe the purpose of the technology prefix? (Choose two.)

More information

How to Connect Elastix to NeoGate TA FXS Gateway

How to Connect Elastix to NeoGate TA FXS Gateway How to Connect Elastix to NeoGate TA FXS Gateway Version 1.0 Date: 2014.06.06 Yeastar Information Technology Co. Ltd Table of Contents: 1. INTRODUCTION... 3 2. PREPARATION... 3 3. VOIP MODE... 4 4. SPS/SPX

More information

Request for Comments: 5079 Category: Standards Track December Rejecting Anonymous Requests in the Session Initiation Protocol (SIP)

Request for Comments: 5079 Category: Standards Track December Rejecting Anonymous Requests in the Session Initiation Protocol (SIP) Network Working Group J. Rosenberg Request for Comments: 5079 Cisco Category: Standards Track December 2007 Rejecting Anonymous Requests in the Session Initiation Protocol (SIP) Status of This Memo This

More information

How to Connect Yeastar TA FXS Gateway to AskoziaPBX

How to Connect Yeastar TA FXS Gateway to AskoziaPBX How to Connect Yeastar TA FXS Gateway to AskoziaPBX Version: 1.0 Date: 2015.08.17 Yeastar Information Technology Co. Ltd. Contents 1. Introduction... 1 2. Preparation... 2 3. Connect AskoziaPBX to Yeasar

More information

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore Chunyan Wang Electrical and Computer Engineering Dept. engp9598@nus.edu.sg A Framework of Integrating Network QoS and End System QoS Chen Khong Tham Electrical and Computer Engineering Dept. eletck@nus.edu.sg

More information

Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0

Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Protocol & Port Information for the deployment of. and. within IP Networks

Protocol & Port Information for the deployment of. and. within IP Networks Protocol & Port Information for the deployment of and within IP Networks SpliceCom Ltd The Hall Business Centre Berry Lane Chorleywood Herts WD3 5EX Phone: 01923-287700 Fax: 01923-287722 E-mail: info@splicecom.com

More information

Universal Port Resource Pooling for Voice and Data Services

Universal Port Resource Pooling for Voice and Data Services Universal Port Resource Pooling for Voice and Data Services Feature History Release 12.2(2)XA 12.2(2)XB1 12.2(11)T Description This feature was introduced on the Cisco AS5350 and AS5400. This feature was

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

A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - Issue 1.

A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - Issue 1.0 Abstract

More information

The ISG RADIUS Proxy Support for Mobile Users Hotspot Roaming and Accounting Start Filtering feature

The ISG RADIUS Proxy Support for Mobile Users Hotspot Roaming and Accounting Start Filtering feature ISG RADIUS Proxy Support for Mobile Users Hotspot Roaming and Accounting Start Filtering The ISG RADIUS Proxy Support for Mobile Users Hotspot Roaming and Accounting Start Filtering feature allows the

More information

A Study on Mobile Commerce AAA Mechanism for Wireless LAN *

A Study on Mobile Commerce AAA Mechanism for Wireless LAN * A Study on Mobile Commerce AAA Mechanism for Wireless LAN * Gwanyeon Kim 1, Chinu Lee 1, Sehyun Park 1 **, Ohyoung Song 1, and Byungho Jung 2 1 School of Electrical and Electronic Engineering, Chung-Ang

More information

End-to-End WLAN Roaming Test Cases 3.1 October 2004

End-to-End WLAN Roaming Test Cases 3.1 October 2004 End-to-End WLAN Roaming Test Cases 3.1 October 2004 This is a non-binding permanent reference document of the GSM Association. Security Classification Category: Unrestricted This document is subject to

More information

RADIUS - QUICK GUIDE AAA AND NAS?

RADIUS - QUICK GUIDE AAA AND NAS? RADIUS - QUICK GUIDE http://www.tutorialspoint.com/radius/radius_quick_guide.htm Copyright tutorialspoint.com AAA AND NAS? Before you start learning about Radius, it is important that you understand: What

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices : Managing, Maintaining, and Troubleshooting, 5e Chapter 9 Networking Practices Objectives Learn how to connect a computer or small network to the Internet using a broadband, satellite, or dialup connection

More information

Enter a description and the IP address of each gateway (). Treat SIP providers as gateways.

Enter a description and the IP address of each gateway (). Treat SIP providers as gateways. Configuration Wizard At the end of the setup the Imagicle Billing wizard will start automatically. Note: the Wizard can be manually started through the "Configure Imagicle Billing" link from the Imagicle

More information

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application Table of Contents L2TP Configuration 1 L2TP Overview 1 Introduction 1 Typical L2TP Networking Application 1 Basic Concepts of L2TP 2 L2TP Tunneling Modes and Tunnel Establishment Process 4 L2TP Features

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

Configuring the Avaya SG203 Security Gateway to Support H.323 IP Trunking over Port Network Address Translation (PNAT) - Issue 1.0

Configuring the Avaya SG203 Security Gateway to Support H.323 IP Trunking over Port Network Address Translation (PNAT) - Issue 1.0 Configuring the Avaya SG203 Security Gateway to Support H.323 IP Trunking over Port Network Address Translation (PNAT) - Issue 1.0 Abstract These Application Notes describe how to configure the Avaya SG203

More information

Configuring H.323 Gatekeepers and Proxies

Configuring H.323 Gatekeepers and Proxies Configuring H.323 Gatekeepers and Proxies This chapter describes how to configure the Cisco Multimedia Conference Manager. The Multimedia Conference Manager provides gatekeeper and proxy capabilities required

More information

Cisco SRW Port Gigabit Switch: WebView Cisco Small Business Managed Switches

Cisco SRW Port Gigabit Switch: WebView Cisco Small Business Managed Switches Cisco SRW2016 16-Port Gigabit Switch: WebView Cisco Small Business Managed Switches Secure, Reliable, Intelligent Switching for Small Businesses Highlights 16 high-speed ports optimized for the network

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Avaya W310 Mobility Gateway with the Avaya W110 Light Access Point for Avaya Wireless IP Telephones and Avaya IP Softphone in an Avaya IP Telephony

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System Release Notes Polycom RealPresence Access Director System 4.0 June 2014 3725-78700-001D Polycom announces the release of the Polycom RealPresence Access Director system, version 4.0. This document provides

More information

Call Transfer and Forward

Call Transfer and Forward Information About, page 1 Configure ing, page 32 Configuration Examples for ing, page 77 Where to Go Next, page 86 Feature Information for ing, page 87 Information About Call Forward Call forward feature

More information

IP Possibilities Conference & Expo. Minneapolis, MN April 11, 2007

IP Possibilities Conference & Expo. Minneapolis, MN April 11, 2007 IP Possibilities Conference & Expo Minneapolis, MN April 11, 2007 Rural VoIP Protocol, Standards and Technologies Presented by: Steven P. Senne, P.E Chief Technology Officer Finley Engineering Company,

More information

This is an introductory tutorial designed for beginners to help them understand the basics of Radius.

This is an introductory tutorial designed for beginners to help them understand the basics of Radius. i About the Tutorial Radius is a protocol for carrying information related to authentication, authorization, and configuration between a Network Access Server (NAS) that desires to authenticate its links

More information

Toll Fraud Prevention

Toll Fraud Prevention Prerequisites for Configuring, on page 1 Information About, on page 1 Configure, on page 3 Feature Information for, on page 11 Prerequisites for Configuring Cisco Unified CME 8.1 or a later version. Cisco

More information

Ethernet Module ETHM-1

Ethernet Module ETHM-1 Ethernet Module ETHM-1 ethm1_en 09/08 The ETHM-1 Ethernet Module is a TCP/IP server. It enables the INTEGRA series control panels (program version 1.03 or later) to be operated via the Ethernet network.

More information

Robo Tester Evolution (RTE) Automation Tool for GSM Tariff Tests

Robo Tester Evolution (RTE) Automation Tool for GSM Tariff Tests International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 5, Number 4 (August 2016), pp.202-206 MEACSE Publications http://www.meacse.org/ijcar Robo Tester Evolution (RTE) Automation

More information

SIP Proxy Deployment Guide. SIP Server 8.1.1

SIP Proxy Deployment Guide. SIP Server 8.1.1 SIP Proxy Deployment Guide SIP Server 8.1.1 5/4/2018 Table of Contents SIP Proxy 8.1 Deployment Guide 3 SIP Proxy Architecture and Deployment 4 Supported Features 7 Prerequisites 9 Deploying SIP Proxy

More information

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Outlines Next Generation Network (NGN) Definition Applications Requirements Network Architecture QoS Issues 2 What

More information

Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example

Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example Document ID: 99863 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

WHOIS Accuracy Reporting: Phase 1

WHOIS Accuracy Reporting: Phase 1 WHOIS Accuracy Reporting: Phase 1 System Validation Criteria 01 June 2015 Contents WHOIS ARS Background... 3 Project Approach... 3 Validation Criteria... 4 Email Addresses... 5 Email Address: Stage One...

More information

Implementation of Layer 2 Rules using Software Defined Networking

Implementation of Layer 2 Rules using Software Defined Networking Implementation of Layer 2 Rules using Software Defined Networking G Anagha 1, Deepthi G S 1, Archithaa S Rao 1, Pooja K 1, B Sudha 2, Sunita Katre 3 UG Student 1, Assistant Professor 2, Research and Development

More information

Chapter 3. Technology Adopted. 3.1 Introduction

Chapter 3. Technology Adopted. 3.1 Introduction Chapter 3 Technology Adopted 3.1 Introduction The previous chapter described difference between the propose system and traditional methods and also about the existing similar systems. In this chapter,

More information

Internet Engineering Task Force (IETF) Request for Comments: 6572 Category: Standards Track

Internet Engineering Task Force (IETF) Request for Comments: 6572 Category: Standards Track Internet Engineering Task Force (IETF) Request for Comments: 6572 Category: Standards Track ISSN: 2070-1721 F. Xia B. Sarikaya Huawei USA J. Korhonen, Ed. Nokia Siemens Networks S. Gundavelli Cisco D.

More information

Application Notes for Configuring Avaya ecas 5.1 Call Accounting Application with an Avaya Intelligent Branch Solution Issue 1.0

Application Notes for Configuring Avaya ecas 5.1 Call Accounting Application with an Avaya Intelligent Branch Solution Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya ecas 5.1 Call Accounting Application with an Avaya Intelligent Branch Solution Issue 1.0 Abstract These Application Notes

More information

Virtual Private Networks (VPNs)

Virtual Private Networks (VPNs) CHAPTER 19 Virtual Private Networks (VPNs) Virtual private network is defined as customer connectivity deployed on a shared infrastructure with the same policies as a private network. The shared infrastructure

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 173-3 2017 Specification for Authentication in Preferential Telecommunications over IPCablecom2 Networks NOTICE The

More information

Gateway Trunk and Carrier Based Routing Enhancements

Gateway Trunk and Carrier Based Routing Enhancements Gateway Trunk and Carrier Based Routing Enhancements Feature History Release Modification 12.2(2)XU This feature is introduced for H.323 and SIP interfaces on the Cisco 2600 series, Cisco 3600 series,

More information

Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1.

Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1.0 Abstract

More information

Cisco Single VCS Control - Basic Configuration

Cisco Single VCS Control - Basic Configuration Cisco Single VCS Control - Basic Configuration Deployment Guide First Published: September 2009 Last Updated: November 2015 Cisco VCS X8.7 Cisco Systems, Inc. www.cisco.com Introduction The Cisco TelePresence

More information

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help,

More information

Standardization Trends of the Next Generation Network in ETSI TISPAN

Standardization Trends of the Next Generation Network in ETSI TISPAN Standardization Trends of the Next Generation Network in ETSI TISPAN Akira Kurokawa and Isao Higashi Abstract International standardization of the Next Generation Network is being actively discussed in

More information

Rev

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

More information

Configuring VoIP Call Setup Monitoring

Configuring VoIP Call Setup Monitoring The Cisco IOS IP Service Level Agreements (SLAs) VoIP Call Setup (Post-Dial Delay) Monitoring feature provides the ability to measure your network s response time for setting up a Voice over IP (VoIP)

More information

On-demand target, up and running

On-demand target, up and running On-demand target, up and running ii On-demand target, up and running Contents Chapter 1. Assumptions........ 1 Chapter 2. Overview......... 3 Chapter 3. Component purpose.... 5 Chapter 5. Starting a session

More information

VOIP²ALL SERIES. 4 Channel Gateway User Guide. Version 5.38

VOIP²ALL SERIES. 4 Channel Gateway User Guide. Version 5.38 VOIP²ALL SERIES 4 Channel Gateway User Guide Version 5.38 Contents CONTENTS 1. INTRODUCTION TO THE VOIP²ALL GATEWAY... 4 1.1. The VoIP²ALL Gateway Solution Overview... 4 1.2. About this Manual... 5 1.3.

More information

Unified Communications Manager Express Toll Fraud Prevention

Unified Communications Manager Express Toll Fraud Prevention Unified Communications Manager Express Toll Fraud Prevention Document ID: 107626 Contents Introduction Prerequisites Requirements Components Used Conventions Overview Internal vs. External Threats Toll

More information

RESEARCH AND EDUCATIONAL ACTIVITIES IN NGN FIELD LABORATORY COMPLEX OF STUDY AND RESEARCH OF NGN/IMS/OSS NETWORK TECHNOLOGIES AND PROTOCOLS SOTSBI-U

RESEARCH AND EDUCATIONAL ACTIVITIES IN NGN FIELD LABORATORY COMPLEX OF STUDY AND RESEARCH OF NGN/IMS/OSS NETWORK TECHNOLOGIES AND PROTOCOLS SOTSBI-U RESEARCH AND EDUCATIONAL ACTIVITIES IN NGN FIELD LABORATORY COMPLEX OF STUDY AND RESEARCH OF NGN/IMS/OSS NETWORK TECHNOLOGIES AND PROTOCOLS SOTSBI-U D. Onuchina, V. Goikhman The Bonch-Bruevich Saint-Petersburg

More information

OneXS will provide users with a reference server (IP, FQDN, or other means to connect to the service). This must be obtained before setup can begin.

OneXS will provide users with a reference server (IP, FQDN, or other means to connect to the service). This must be obtained before setup can begin. 1 SIP Carriers 1.1 OneXS 1.1.1 Warnings Check the SIP 3 rd Party SIP Carrier Matrix for certification status, and supported features. More info about the SIP 3 rd Party SIP Carrier Matrix can be found

More information

Configuring Security on the GGSN

Configuring Security on the GGSN CHAPTER 12 This chapter describes how to configure security features on the gateway GPRS support node (GGSN), including Authentication, Authorization, and Accounting (AAA), and RADIUS. IPSec on the Cisco

More information

Creating and Managing a Content Server Cluster

Creating and Managing a Content Server Cluster CHAPTER 10 This chapter describes the main features, system requirements, setup, and management of a Cisco TelePresence Content Server (TCS) cluster. To a user, a Content Server Cluster behaves exactly

More information

FREUND SIP SW - V Intercom Setup

FREUND SIP SW - V Intercom Setup FREUND SIP SW - V1.6.11 Intercom Setup Content 1. Log in and Home 4 2. Menu 5 2.1 Tools 5 2.1.1 Dashboard 6 2.1.2 Extensions 6 2.1.3 Trunks 12 2.1.4 Groups 13 2.1.5 Ring groups 2.1.6 Scheduler 15 2.1.7

More information

Configuring RADIUS. Information About RADIUS. RADIUS Network Environments. Send document comments to

Configuring RADIUS. Information About RADIUS. RADIUS Network Environments. Send document comments to 3 CHAPTER This chapter describes how to configure Remote Access Dial-In User Service (RADIUS) protocol on NX-OS devices. This chapter includes the following sections: Information About RADIUS, page 3-1

More information

Home Agent Redundancy

Home Agent Redundancy CHAPTER 5 This chapter discusses several concepts related to, how Home Agent redundancy works, and how to configure redundancy on the Cisco Mobile Wireless Home Agent. This chapter includes the following

More information

Cisco Unified MeetingPlace Integration

Cisco Unified MeetingPlace Integration CHAPTER 14 This chapter covers system-level design and implementation of Cisco Unified MeetingPlace 5.4 in a Cisco Unified Communications Manager 5.x environment. The following aspects of design and configuration

More information

Unit 5 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP

Unit 5 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP Running head: UNIT 5 RESEARCH PROJECT 1 Unit 5 Research Project Eddie S. Jackson Kaplan University IT530: Computer Networks Dr. Thomas Watts, PhD, CISSP 09/09/2014 UNIT 5 RESEARCH PROJECT 2 Abstract Telephony

More information

Introduction. VoipSwitch documentation : Callshop. Document generated by Confluence on Oct 30, :41 Page 1

Introduction. VoipSwitch documentation : Callshop. Document generated by Confluence on Oct 30, :41 Page 1 VoipSwitch documentation : Callshop This page last changed on Aug 01, 2008. Introduction Callshop definition History of printed bills Web pages available for callshop clients Calls record for callshop

More information

Cisco IOS Voice Commands: G

Cisco IOS Voice Commands: G Cisco IOS Voice Commands: G This chapter contains commands to configure and maintain Cisco IOS voice applications. The commands are presented in alphabetical order. Some commands required for configuring

More information

Application Notes for Empix evolve Presence Server and Empix evolve xtphone Client with Avaya IP Office Issue 1.0

Application Notes for Empix evolve Presence Server and Empix evolve xtphone Client with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empix evolve Presence Server and Empix evolve xtphone Client with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the

More information

(A212) Communication Application Server (AS) Standalone Overview

(A212) Communication Application Server (AS) Standalone Overview (A212) Communication Application Server (AS) Standalone Overview This course provides a technical overview of the Communication Application Server Standalone configuration. Managers, administrators and

More information

Application Notes for Configuring Avaya Distributed Office with the Ascom i75 VoWiFi SIP Handset using the Aruba Networks Wireless Network - Issue 1.

Application Notes for Configuring Avaya Distributed Office with the Ascom i75 VoWiFi SIP Handset using the Aruba Networks Wireless Network - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya Distributed Office with the Ascom i75 VoWiFi SIP Handset using the Aruba Networks Wireless Network - Issue 1.0 Abstract

More information

Polycom RealPresence Capture Server - Appliance Edition Getting Started Guide

Polycom RealPresence Capture Server - Appliance Edition Getting Started Guide Getting Started Guide 1.6.1 April 2014 3725-69904-003/A Polycom RealPresence Capture Server - Appliance Edition Getting Started Guide Trademark Information POLYCOM and the names and marks associated with

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

Scope and Sequence: CCNA Discovery v4.0

Scope and Sequence: CCNA Discovery v4.0 Scope and Sequence: CCNA Discovery v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Discovery courses, Introducing Routing and Switching in the Enterprise and

More information

User Guide IP Connect CSD

User Guide IP Connect CSD The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Wireless Maingate AB shall have no liability for any error or damages

More information

Powering Transformation With Cisco

Powering Transformation With Cisco Shape Your Business For the Future: Powering Transformation With Cisco Cisco Prime for Service Provider: Optimize Your Agility, Lower Your Costs Kenneth CHAN Consulting Systems Engineer Global Service

More information

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe the procedure for

More information

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Abstract These Application Notes describe the steps to configure trunking

More information

SCOPIA iview Management Suite. Installation Guide Version 7.5

SCOPIA iview Management Suite. Installation Guide Version 7.5 SCOPIA iview Management Suite Installation Guide Version 7.5 2000-2010 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected by United States

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( )

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( ) (19) (12) EUROPEAN PATENT APPLICATION (11) EP 1 760 963 A1 (43) Date of publication: 07.03.07 Bulletin 07/ (1) Int Cl.: H04L 12/6 (06.01) (21) Application number: 06018260.7 (22) Date of filing: 31.08.06

More information

A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION

A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION O. Honda, H. Ohsaki and M. Imase Graduate School of Information Science and Technology Osaka University Osaka, Japan email: {o-honda,oosaki,imase}@ist.osaka-u.ac.jp

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

Authors Martin Eckert Ingmar Kliche Deutsche Telekom Laboratories.

Authors Martin Eckert Ingmar Kliche Deutsche Telekom Laboratories. Workshop on speaker biometrics and VoiceXML 3.0 March 5-6, 2009, Menlo Park, CA, US Proposal of an SIV architecture and requirements Authors Martin Eckert (martin.eckert@telekom.de), Ingmar Kliche (ingmar.kliche@telekom.de),

More information

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes describe

More information

Improving QoS of VoIP over Wireless Networks (IQ-VW)

Improving QoS of VoIP over Wireless Networks (IQ-VW) Improving QoS of VoIP over Wireless Networks (IQ-VW) Mona Habib & Nirmala Bulusu CS522 12/09/2002 1 Agenda Voice over IP (VoIP): Why? VoIP Protocols: H.323 and SIP Quality of Service (QoS) Wireless Networks

More information