Enhanced Gatekeeper Solutions Using GKTMP/API

Size: px
Start display at page:

Download "Enhanced Gatekeeper Solutions Using GKTMP/API"

Transcription

1 WHITE PAPER Enhanced Gatekeeper Solutions Using GKTMP/API Copyright 2000 Cisco Systems, Inc All Rights Reserved

2 Table of Contents Definitions 3 Overview 4 Architecture 4 Infrastructure Zone 4 Application Zone 5 GKTMP 6 Primitives 7 Implementation 7 External Interface 7 GKAPI 8 Sample Packaged Cisco Solution 8 NAM-based Routing 10 Example 800-number Application 11 Summary 12 References 12 Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 2 of 12

3 Definitions AIN Advanced Intelligent Network GK Gatekeeper GKTMP GateKeeper Transaction Message Protocol GW Gateway ICM Intelligent Call Manager INAP Intelligent Network Application Part NAM Network Application Manager RAS H225 Registration, Admission, and Status protocol Spoken between H323 gateways and their gatekeepers SIP Session Initiation Protocol VPN Virtual Private Network TDM Time Division Multiplexing Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 3 of 12

4 Overview Gatekeeper Transaction Message Protocol (GKTMP) is a protocol that can be used to provide custom solutions external to the IOS Gatekeeper platform It allows customers that use H323 Gatekeepers to develop applications to meet their individual needs Sample applications include: number translation like 800 service or Virtual Private Network (VPN) time-based and/or cost-based routing interface with applications that require subscriber profile and/or persistent database The emerging market trends for voice/data convergence has led to the positioning of the H323 gatekeeper in a pivotal role With a broader spectrum of customers trying to fit the H323 gatekeepers to each of their requirements, it is becoming more necessary to see that the gatekeeper becomes independent of the application that the customer wants to use it for This ensures that the gatekeeper can essentially stay as it should in a realistic sense an infrastructure gatekeeper Usage of the GKTMP protocol provides more freedom for the customer to develop applications that suit their individual needs Architecture This section describes the routing architecture that involves GKTMP and GK API Two main components of this architecture are: Infrastructure Zone Application Zone Infrastructure Zone Infrastructure Zone (Figure 1: Infrastructure Zone) is composed of endpoints or gateways and at least one gatekeeper The gatekeeper is for: routing the incoming messages to one or more application zone gatekeepers handling the registration of the endpoints or gateways providing infrastructure services for custom applications such as Least Cost routing, Overlapping Dial-Plans, Conditional routing (time of day, day of week, congestion routing,etc)thesecanbedeliveredinconjunctionwithanapplicationserverusingapis (GKTMP/interface) Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 4 of 12

5 Services Plane Partner Applications Internet Call W aiting Click to Dial Partner Application ApplicationZone Call Control Plane 36xx Gatekeeper Registration Translation / Routing M ulti-zone Support Third-Party Gatekeeper G Infrasturcture Zone Connection Plane AS5300 M ultiservice Gateway Voice, Data, Fax 4xT1/E1 NEBS V Figure 1: Infrastructure Zone Application Zone Application Zone builds upon an infrastructure zone It handles Enhanced Services applications such as Internet CallWaiting or Unified Messaging A powerful infrastructure gatekeeper can provide a scalable model for the application zone and address additional customers requirements An infrastructure gatekeeper is designed as a robust, scalable, reliable and high throughput gatekeeper It is only responsible for routing messages to other gatekeepers or routing applications The routing of messages can be done via RAS or GKTMP (only to external applications) Implementation of routing on Cisco IOS gatekeeper is kept very basic It is enhanced to help third party applications vendors to implement intelligent routing services (Least Cost routing, Time of Day routing, percentage allocation, Network Congestion routing) The Infrastructure application supports these routing services With GKTMP, the gatekeeper can use static or dynamic triggers to pass the appropriate information back and forth (Figure 2: Routing Implementation) Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 5 of 12

6 CUSTOM APPLICATION Application Zone GK API Infrastructure Zone App Server GK-GK Protocol (LRQ) GK2 GKTMP GK1 Packet Network Packet Network PSTN Figure 2: Routing Implementation Advantages of this architecture include: The IOS gatekeeper is the infrastructure gatekeeper Third-party developers can develop a platform that can be dynamically provisioned and have access to persistent storage and database Ability to modify the default behavior of a gatekeeper Effective management of resources like endpoints, bandwidth, or even zones GKTMP GKTMP is a text-based protocol It can be used to offload all transaction-related jobs like endpoint/zone routing to an external application by presenting the contents of an incoming RAS message to the application and acting on its response By using these messages, any external application can be used to transact with the gatekeeper To communicate with the gatekeeper, the external application has to establish a TCP connection on a port that is also known to the gatekeeper This port has to be configured on the gatekeeper CLI When the application runs as a server, it waits for a connection from the gatekeeper The connection is successfully established when the gatekeeper interfaces with the proper configuration settings The gatekeeper can be configured (static triggers) through the command line to send certain messages to the server When the application runs as a client, the gatekeeper listens on the port for a connection Once the connection is established, it can register for the messages it wants to receive Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 6 of 12

7 The application should respond to the GKTMP request and can change the fields of the original RAS request as required by the application scenario Features of GKTMP include the following: It runs on TCP which is a reliable connection-oriented protocol that facilitates development of simple client/server model-based applications The text-based nature makes it easier to develop applications without specific knowledge of the messaging structure in the H323 suite It helps in decision-making based on the message components/sub-components that are exchanged between the gatekeeper and the external application Triggers can be set statically through the CLI on the gatekeeper or they can be set by the external application dynamically RAS messages contents are re-encoded in GKTMP format based on triggers that are set in the gatekeeper When an external application sets the dynamic triggers, it makes use of a port that is opened by the gatekeeper for this purpose Primitives Following are primitives used in GKTMP (version 20) REGISTER for dynamically setting the trigger on the gatekeeper UNREGISTER for dynamically setting the trigger on the gatekeeper REQUEST RRQ, ARQ, LRQ, DRQ, RAI RESPONSE RRQ, RCF, RRJ, LRQ, LCF, LRJ, RIP, etc Implementation 1 Based on the trigger settings, the gatekeeper determines if the incoming RAS message should be sent to the external application 2 If yes, the gatekeeper translates the RAS message into a corresponding GKTMP REQUEST message for the server to process 3 The gatekeeper waits for a RESPONSE message from the server which can give directives and override the gatekeeper default behavior Note: Some messages are NOTIFICATION-ONLY External Interface Following is a description of external interface implementation 1 Dynamically or statically, triggers are established for each external application on the Cisco IOS Gatekeeper 2 When the Cisco IOS Gatekeeper receives a RAS message from an H323 endpoint, it compares the message with the triggers Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 7 of 12

8 3 If there is a match, the Cisco IOS Gatekeeper converts the RAS message contents to GKTMP format and sends it to the appropriate external application 4 The Gatekeeper API decodes the byte stream and creates a usable C structure in buffer 5 The external application processes the data and returns the results to the Gatekeeper API 6 The Gatekeeper API encodes the response message in GKTMP format and sends the data to the Cisco IOS Gatekeeper 7 The Cisco IOS Gatekeeper performs any additional processing as necessary, and forwards the result to the requesting H323 endpoint The interaction between the Cisco IOS Gatekeeper and the external application is fully transparent to the H323 endpoint Communication between the Cisco IOS Gatekeeper and the external application is over a TCP connection through the Gatekeeper API Multiple gatekeepers can be configured on a single IOS router as logical gatekeepers The same TCP connection can be used by all the logical Cisco IOS Gatekeepers Each Cisco IOS Gatekeeper is identified by a gatekeeper ID The ID is included in all request and response messages between the Cisco IOS Gatekeeper and the external application If there are different external applications running on the same host, messages to the different external applications can be multiplexed on the same TCP connection External applications are identified by their server IDs GKAPI GKAPI provides GKTMP encoding/decoding and socket handling library to the gatekeeper for quick application development It is platform-independent and can run on Solaris, Linux and Windows NT It is currently supported on Solaris and Linux GKAPI is packaged as an object file and is available to customers or third party developers It comes with a header file which has to be included in the application developed and compiled by the third party developers Sample Packaged Cisco Solution The following figure describes a packaged Cisco solution Main focus of this solution is Network Application Manager (NAM) or Intelligent Call Manager (ICM) The integration of NAM solution with the Cisco Gatekeeper and gateways presents a shrink-wrap solution that offers the strengths of all Cisco components This integration, which includes infrastructure zone devices that support the GKTMP interface, provides the vertical applications required for end-to-end voice solutions It offers routing features such as Least Cost routing, Allocation routing, time of day routing, and service based routing such as 800 transaction, VPN, etc Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 8 of 12

9 PSTN Cisco Gatekeeper PSTN Cisco ICM Cisco NAM Cisco Gatekeeper Cisco Gateways PSTN Cisco Call Manager VoIP Network Figure 3: Sample Packaged Cisco Solution Main features of this solution include the following: Integrated TDM/VoIP services INAP/AIN H323/SIP Single point of provisioning that provides a user-friendly creation environment (user/exit GUI scripts) Open database with user-friendly reporting/monitoring Geographic fault-tolerant architecture System availability maintained when there is a site/node failure No fail-over time Endpoint/Gatekeeper selection Least Cost routing capabilities Performance Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 9 of 12

10 Can be connected to zone or directory gatekeeper Conditional routing (ie percentage, time based, external information) Easily configurable Toll-free service (destination number translation service) Provides NAM's existing routing capabilities for end-point/gatekeeper selection Time of Day Dayof Week Percent Allocation Application Query Database Query NAM-based Routing Cisco NAM-based routing provides H323 destination alias and endpoint address resolution (translation) based on static ICM provisioning and per-call interpreted router scripts By using routing scripts and a dial plan defined for the customer's business model, the NAM provides one or more of the following features on behalf of the gatekeeper: 800 number lookup, VPN translation using a private numbering plan, and Least Cost routing The NAM translates incoming location and admission requests by using per-call source and destination alias address information The resulting translation produces a resolved destination alias and one or more endpoint transport addresses Destination endpoint number translation is optional If it is not provided, the NAM will provide endpoint transport (destcallsignaladdress, supplied as an IPV4 address) mapping alone Additionally, the NAM supports generation of a remote zone (remote gatekeeper) transport address Multiple addresses (remote zone addresses or alternate endpoints) can be configured The Gatekeeper/NAM supports the carrier environment Service Bureau configuration in which a NAM communicates in turn to a Customer ICM (CICM) for actual destination and endpoint address resolution Whether per-customer CICMs are deployed (as opposed to localized NAM routing) is a function of deployment scale and function, eg customermanaged dial plans Following are additional features supported by NAM: Multiple Gatekeeper Support NAM Fault Tolerance Gatekeeper Cluster Support Multiple Alias-Address Field Type Support Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 10 of 12

11 Example 800-number Application Following is an example of a typical 800 address resolution scenario 1- Incoming call GW3 GW1 GW2 GW Place outbound call 2- ARQ (destinationinfo= ) 5- ACF Cisco IOS GK (destinationinfo= destcallsignaladdress= ) 6- Setup 7- ARQ 8- ACF 4 Response-ACF (d= D= ) Cisco IOS GK 3 Request-ARQ (d= ) Cisco NAM/ICM Configuration 1 Time of Day 2 Day ofweek 3 % allocation H225 RAS Messages GKTMP Primitives Figure 4: Example 800 Application In this example, the call to a 800 number is initiated from the PSTN to the gateway The gateway is registered with the gatekeeper The ARQ from the gateway contains information on the destination The gatekeeper is configured to trigger the application on the receipt of an ARQ from the endpoints The Cisco NAM can be configured using a script editor to act upon the receipt of a GKTMP message The application will look up the equivalent E164 address and IP address of an endpoint that can complete the call from the database/configuration The application can be configured for various types of routing scenarios such as Time of Day, Day of Week or Percentage Allocation The derived information is added to the response message (RESPONSE-ACF) and is sent back by the NAM/ICM to the Cisco IOS Gatekeeper As shown in this example, the routing behavior of the gatekeeper is influenced by the external server (Cisco NAM/ICM) Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 11 of 12

12 Summary GKTMP interface provides an open platform for custom external application development GKTMP interface enhances the IOS Gatekeeper to be more dynamic in routing when it is handled by external influence Cisco NAM is a packaged solution It addresses most of the customers' needs, so it reduces time-to-market Continuous upgrades to the application is expected as upgrades are made to the GKAPI interface References Refer to the following URLs for more information: For configuring the Cisco IOS Gatekeeper, URL: gkhtm For GKTMP interface and GKAPI, URL: howgktmphtm For developer support on GKTMP/API, URL: Copyright 2000 Cisco Systems, Inc All Rights Reserved Page 12 of 12

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

Gatekeeper API Functions and Structures

Gatekeeper API Functions and Structures CHAPTER 5 This chapter describes the API functions and structures that an external application must use to exchange messages with the Cisco IOS Gatekeeper, and contains the following sections: Gatekeeper

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

Introduction. We have learned

Introduction. We have learned H.323 Introduction We have learned IP, UDP, RTP (RTCP) How voice is carried in RTP packets between session participants How does one party indicate to another a desire to set up a call? How does the second

More information

Designing a Static Dial Plan

Designing a Static Dial Plan Designing a Static Dial Plan ersion History ersion Number Date Notes 1 09/10/2001 This document was created. 2 10/25/2001 Editorial comments were incorporated. This solutions document describes how to

More information

Configuring H.323 Gatekeepers and Proxies

Configuring H.323 Gatekeepers and Proxies Configuring H323 Gatekeepers and Proxies This chapter describes how to configure Cisco H323 gatekeepers It also presents information about gatekeeper features that are not configurable Feature History

More information

H.323 Tutorial Realsoft Corporation January 12, 2000

H.323 Tutorial Realsoft Corporation  January 12, 2000 H.323 Tutorial 2000 Realsoft Corporation http://www.realsoft-corp.com/ January 12, 2000 Abstract: This document summarizes the H.323 (H.225, H.245) Recommendation into an understandable tutorial. Much

More information

Packetizer. Overview of H.323. Paul E. Jones. Rapporteur, ITU-T Q2/SG16 April 2007

Packetizer. Overview of H.323. Paul E. Jones. Rapporteur, ITU-T Q2/SG16 April 2007 Overview of H.323 Paul E. Jones Rapporteur, ITU-T Q2/SG16 paulej@packetizer.com April 2007 Copyright 2007 Executive Summary H.323 was first approved in February 1996, the same month that the first SIP

More information

Introduction. We have learned

Introduction. We have learned H.323 Chapter 4 Introduction We have learned IP, UDP, RTP (RTCP) How does one party indicate to another a desire to set up a call? How does the second party indicate a willingness to accept the call? The

More information

Call Status Tracking Optimization

Call Status Tracking Optimization Call Status Tracking Optimization Feature History Release Modification 122(2)XU This feature was introduced on the Cisco 2600 series, the Cisco 3600 series, the Cisco MC3810, and the Cisco 7200 series

More information

Document ID: Contents. Introduction. Prerequisites. Requirements. Components Used. Conventions. ARQ and LRQ Messages.

Document ID: Contents. Introduction. Prerequisites. Requirements. Components Used. Conventions. ARQ and LRQ Messages. Products & Services Understanding Cisco IOS Gatekeeper Call Routing Document ID: 24462 Contents Introduction Prerequisites Requirements Components Used Conventions ARQ and LRQ Messages Important Configuration

More information

The H.323 protocol suite. How works one of the protocol architectures for VoIP

The H.323 protocol suite. How works one of the protocol architectures for VoIP The H.323 protocol suite How works one of the protocol architectures for VoIP 1 Basic characteristics Standard for LAN communication Packet switched networks without guaranteed quality Extended to operate

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

Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: WHO SHOULD ATTEND: PREREQUISITES: Running on UC 9.

Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: WHO SHOULD ATTEND: PREREQUISITES: Running on UC 9. Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: Running on UC 9.x Software Implementing Cisco Voice Communications and QoS (CVOICE) v8.0 is a 5-day training program that teaches

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

Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise

Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise The Changing Landscape IP-based unified communications is widely deployed in enterprise networks, both for internal calling

More information

Basic Architecture of H.323 C. Schlatter,

Basic Architecture of H.323 C. Schlatter, Basic Architecture of H.323 C. Schlatter, schlatter@switch.ch 2003 SWITCH Agenda Background to H.323 Components of H.323 H.323 Protocols Overview H.323 Call Establishment 2003 SWITCH 2 Background to H.323

More information

Understanding H.323 Gatekeepers

Understanding H.323 Gatekeepers Understanding H.323 Gatekeepers Document ID: 5244 Contents Introduction Prerequisites Requirements Components Used Conventions Gatekeeper Definition Gatekeeper Zones and Subnets Gatekeeper Functionality

More information

Table of Contents. Cisco Understanding H.323 Gatekeepers

Table of Contents. Cisco Understanding H.323 Gatekeepers Table of Contents Understanding H.323 Gatekeepers...1 Introduction...1 Prerequisites...2 Requirements...2 Components Used...2 Conventions...2 Gatekeeper Definition...2 Gatekeeper Zones and Subnets...2

More information

Internet Protocol Version 6 (IPv6)

Internet Protocol Version 6 (IPv6) This chapter provides information about Internet Protocol version 6 (IPv6), which is the latest version of the Internet Protocol (IP). Packets are used to exchange data, voice, and video traffic over dual-stack

More information

H.323. Definition. Overview. Topics

H.323. Definition. Overview. Topics H.323 Definition H.323 is a standard that specifies the components, protocols and procedures that provide multimedia communication services real-time audio, video, and data communications over packet networks,

More information

Cisco Gatekeeper External Interface Reference, Version 3

Cisco Gatekeeper External Interface Reference, Version 3 Cisco Gatekeeper External Interface Reference, Version 3 July 2001 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

timeouts call-disconnect through timing clear-wait

timeouts call-disconnect through timing clear-wait timeouts call-disconnect through timing clear-wait timeouts call-disconnect, page 3 timeouts initial, page 5 timeouts interdigit (voice port), page 6 timeouts power-denial, page 8 timeouts ringing, page

More information

TODAY AGENDA. VOIP Mobile IP

TODAY AGENDA. VOIP Mobile IP VOIP & MOBILE IP PREVIOUS LECTURE Why Networks? And types of Networks Network Topologies Protocols, Elements and Applications of Protocols TCP/IP and OSI Model Packet and Circuit Switching 2 TODAY AGENDA

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS

IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS V8.0 (CVOICE) COURSE OVERVIEW: Implementing Cisco Voice Communications and QoS (CVOICE) teaches students about voice gateways, characteristics of VoIP call

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

Expert Reference Series of White Papers. Voice Architectures and Deployment Models COURSES.

Expert Reference Series of White Papers. Voice Architectures and Deployment Models COURSES. Expert Reference Series of White Papers Voice Architectures and Deployment Models 1-800-COURSES www.globalknowledge.com Voice Architectures and Deployment Models Bernie Gardiner, Global Knowledge Certified

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Cisco Unified Communications Manager Trunk Types

Cisco Unified Communications Manager Trunk Types Cisco Unified Communications Manager Trunk Types This chapter provides information about trunk types. In a distributed call-processing environment, Cisco Unified Communications Manager communicates with

More information

Designing Unified CVP for High Availability

Designing Unified CVP for High Availability CHAPTER 4 This chapter describes guidelines and best practices for designing a high-availability Unified CVP system. The chapter covers the following topics: Overview, page 4-1 Layer 2 Switch, page 4-3

More information

Network Tree View. About the Network Tree View CHAPTER

Network Tree View. About the Network Tree View CHAPTER CHAPTER 14 This section provides a description of the network tree view available in the Network Manager. Topics in this section include: About the, page 14-1 Displaying General Information, page 14-4

More information

Configuring VoIP Gatekeeper Registration Delay Operations

Configuring VoIP Gatekeeper Registration Delay Operations Configuring VoIP Gatekeeper Registration Delay Operations This document describes how to configure an Cisco IOS IP Service Level Agreements (SLAs) Voice over IP (VoIP) gatekeeper registration delay operation

More information

Internet Protocol Version 6 (IPv6)

Internet Protocol Version 6 (IPv6) CHAPTER 29 Internet Protocol version 6 (IPv6), which is the latest version of the Internet Protocol (IP) that uses packets to exchange data, voice, and video traffic over digital networks, increases 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

Call Control Discovery

Call Control Discovery CHAPTER 3 The call control discovery feature leverages the Service Advertisement Framework (SAF) network service, a proprietary Cisco service, to facilitate dynamic provisioning of inter-call agent information.

More information

LifeSize Gatekeeper User Guide

LifeSize Gatekeeper User Guide LifeSize Gatekeeper User Guide October 2009 Copyright Notice 2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure that the information

More information

VocalTec Communications Ltd. The VocalTec Architecture. System Guide. release 1.5

VocalTec Communications Ltd. The VocalTec Architecture. System Guide. release 1.5 VocalTec Communications Ltd. The VocalTec Architecture System Guide release 1.5 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 8: SIP and H323 Litterature: 2004 Image Coding Group, Linköpings Universitet Lecture 8: SIP and H323 Goals: After this lecture you should Understand the basics of SIP and it's architecture Understand

More information

Load Balancing Technology White Paper

Load Balancing Technology White Paper Load Balancing Technology White Paper Keywords: Server, gateway, link, load balancing, SLB, LLB Abstract: This document describes the background, implementation, and operating mechanism of the load balancing

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 642-457 Exam Questions & Answers Number: 642-457 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ Sections 1. 1-18 2. 19-36 3. 37-54 4. 55-72 Cisco 642-457 Exam

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, page 1 Set Up Call Server with Redundant Proxy Servers, page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, page 2 Load-Balancing

More information

H.323 Applications. Cisco IOS Voice, Video, and Fax Configuration Guide VC-199

H.323 Applications. Cisco IOS Voice, Video, and Fax Configuration Guide VC-199 H.323 Applications This chapter provides an overview of the H.323 standard from the International Telecommunication Union Telecommunication Standardization Sector (ITU-T), of the Cisco H.323-compliant

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 642-457 Exam Questions & Answers Number: 642-457 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ Sections 1. 1-18 2. 19-36 3. 37-54 4. 55-72 Cisco 642-457 Exam

More information

Cisco Gatekeeper External Interface Reference, Version 4.4

Cisco Gatekeeper External Interface Reference, Version 4.4 Cisco Gatekeeper External Interface Reference, Version 4.4 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

shortcut Tap into learning NOW! Visit for a complete list of Short Cuts. Your Short Cut to Knowledge

shortcut Tap into learning NOW! Visit   for a complete list of Short Cuts. Your Short Cut to Knowledge shortcut Your Short Cut to Knowledge The following is an excerpt from a Short Cut published by one of the Pearson Education imprints. Short Cuts are short, concise, PDF documents designed specifically

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, on page 1 Set Up Call Server with Redundant Proxy Servers, on page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, on page 2

More information

Configuring Encryption for Gateways and Trunks

Configuring Encryption for Gateways and Trunks CHAPTER 24 This chapter contains information on the following topics: Overview for Cisco IOS MGCP Gateway Encryption, page 24-1 Overview for H.323 Gateway and H.323/H.225/H.245 Trunk Encryption, page 24-2

More information

Common Components. Cisco Unified Border Element (SP Edition) Configuration Profile Examples 5 OL

Common Components. Cisco Unified Border Element (SP Edition) Configuration Profile Examples 5 OL The following components of the Cisco Unified Border Element are common to all of the configuration profile examples in this document. Secure Media Adjacencies Call Policies CAC Policies SIP Profiles 5

More information

Media File Options. Deployment and Ongoing Management CHAPTER

Media File Options. Deployment and Ongoing Management CHAPTER CHAPTER 12 Last revised on: November 30, 2009 This chapter covers the following topics: Deployment and Ongoing Management, page 12-1 Co-Resident Call Server, Media Server, and Unified CVP VXML Server,

More information

Configuring Cisco SPS

Configuring Cisco SPS CHAPTER 2 Configuring Cisco SIP proxy server (Cisco SPS) involves tasks such as creating a proxy-server farm, setting up individual proxy servers to handle tasks, and adding subscribers, registries, and

More information

Media File Options. Deployment and Ongoing Management. This chapter covers the following topics:

Media File Options. Deployment and Ongoing Management. This chapter covers the following topics: This chapter covers the following topics: Deployment and Ongoing Management, page 1 Co-Resident Unified CVP Call Server, Media Server, and Unified CVP VXML Server, page 2 Bandwidth Calculation for Prompt

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

IP Addressing Modes for Cisco Collaboration Products

IP Addressing Modes for Cisco Collaboration Products IP Addressing Modes for Cisco Collaboration Products IP Addressing Modes, on page 1 Recommended IPv6 Addressing Modes for CSR 12.1/12.0 Products, on page 2 IPv6 Addressing in Cisco Collaboration Products,

More information

Nortel Secure Router 2330/4134 Configuration SIP Survivability. Release: 10.2 Document Revision: NN

Nortel Secure Router 2330/4134 Configuration SIP Survivability. Release: 10.2 Document Revision: NN Configuration SIP Survivability Release: 10.2 Document Revision: 01.01 www.nortel.com NN47263-510. . Release: 10.2 Publication: NN47263-510 Document release date: 7 September 2009 While the information

More information

Cisco SCE 2020 Service Control Engine

Cisco SCE 2020 Service Control Engine Data Sheet Cisco SCE 2000 Series Service Control Engine The Cisco SCE 2000 Series Service Control Engine is a network element specifically designed for carrier-grade deployments requiring high-capacity

More information

Setup for Cisco Unified Communications Manager

Setup for Cisco Unified Communications Manager Setup for Cisco Unified Communications Manager This chapter describes how you can set up Cisco Jabber for ipad using Cisco Unified Communications Manager. System and Network Requirements, page 1 Recommended

More information

Cisco. Exam Questions CIPTV2 Implementing Cisco IP Telephony and Video, Part 2. Version:Demo

Cisco. Exam Questions CIPTV2 Implementing Cisco IP Telephony and Video, Part 2. Version:Demo Cisco Exam Questions 300-075 CIPTV2 Implementing Cisco IP Telephony and Video, Part 2 Version:Demo 1. The network administrator at Enterprise X is creating the guidelines for a new IPT deployment consisting

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 300-070 Title : Implementing Cisco IP Telephony & Video, Part 1 v1.0 Vendor

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

Spectrum Enterprise SIP Trunking Service Cisco Unified Communication Mgr Firmware 6.01 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Cisco Unified Communication Mgr Firmware 6.01 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Cisco Unified Communication Mgr Firmware 6.01 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications

More information

Cisco Unified Communications Gateway Services--Extended Media Forking

Cisco Unified Communications Gateway Services--Extended Media Forking Cisco Unified Communications Gateway Services--Extended Media Forking The Cisco Unified Communications (UC) Services API provides a unified web service interface for the different services in IOS gateway

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

CCVP CIPT2 Quick Reference

CCVP CIPT2 Quick Reference Introduction...3...4 Centralized Call Processing Redundancy...11 CCVP CIPT2 Quick Reference Bandwidth Management and Call Admission Control...17 Applications for Multisite Deployments...21 Security...31

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

Calls Originated by Cisco Unified Communications Manager

Calls Originated by Cisco Unified Communications Manager Calls Originated by Cisco Unified Communications Manager Overview, page 1 Customer Call Flows, page 2 Protocol Call Flows, page 3 Deployment Implications, page 6 Mobile Agent in UCM, page 7 Overview A

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007 And IP Toll Free Cisco Call Manager Configuration Guide Issue 2.13 6/5/2007 Page 1 of 38 TABLE OF CONTENTS 1 Introduction... 3 2 Special Notes... 3 3 Overview... 4 3.1 Call Manager Site... 4 3.2 TFTP and

More information

Product Overview. Benefits CHAPTER

Product Overview. Benefits CHAPTER CHAPTER 1 Revised July 3, 2012 The Cisco TelePresence Exchange System is an integrated video service-creation platform that enables service providers and strategic partners to offer secure cloud-based

More information

Media File Options. Deployment and Management of Voice Prompts

Media File Options. Deployment and Management of Voice Prompts Deployment and Management of Voice Prompts, page 1 Media File Deployment Design Concepts, page 2 Design Considerations for Large Number of Media Files, page 6 Deployment and Management of Voice Prompts

More information

IP Addressing Modes for Cisco Collaboration Products

IP Addressing Modes for Cisco Collaboration Products IP Addressing Modes for Cisco Collaboration Products IP Addressing Modes, page 1 Recommended IPv6 Addressing Modes for CSR 12.0 Products, page 3 IPv6 Addressing in Cisco Collaboration Products, page 9

More information

Encryption setup for gateways and trunks

Encryption setup for gateways and trunks Encryption setup for gateways and trunks This chapter provides information about encryption setup for gateways and trunks. Cisco IOS MGCP gateway encryption, page 1 H.323 gateway and H.323/H.225/H.245

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008 AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide Issue 2.17 3/3/2008 Page 1 of 49 TABLE OF CONTENTS 1 Introduction... 4 2 Special Notes... 4 3 Overview...

More information

VoIP Basics. 2005, NETSETRA Corporation Ltd. All rights reserved.

VoIP Basics. 2005, NETSETRA Corporation Ltd. All rights reserved. VoIP Basics Phone Network Typical SS7 Network Architecture What is VoIP? (or IP Telephony) Voice over IP (VoIP) is the transmission of digitized telephone calls over a packet switched data network (like

More information

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model

Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model Digital Advisory Services Professional Service Description SIP Centralized IP Trunk with Field Trial Model 1. Description of Services. 1.1 SIP Centralized IP Trunk with Field Trial Verizon will assist

More information

Troubleshooting One Way Voice Issues

Troubleshooting One Way Voice Issues Troubleshooting One Way Voice Issues Document ID: 5219 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Solutions Ensure That IP Routing Is Enabled on the Cisco IOS

More information

ITU-T H (03/2004) Support for Multi-Level Precedence and Preemption (MLPP) within H.323 systems

ITU-T H (03/2004) Support for Multi-Level Precedence and Preemption (MLPP) within H.323 systems INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU H.460.14 (03/2004) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Supplementary

More information

examcollection.premium.exam.161q

examcollection.premium.exam.161q 300-075.examcollection.premium.exam.161q Number: 300-075 Passing Score: 800 Time Limit: 120 min File Version: 6.0 300-075 Implementing Cisco IP Telephony & Video, Part 2 v1.0 Version 6.0 Exam A QUESTION

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min.

cisco.  Number: Passing Score: 800 Time Limit: 120 min. 500-006 cisco Number: 500-006 Passing Score: 800 Time Limit: 120 min Question Set 1 QUESTION 1 How many conferencing bridges can a single full-capacity Cisco TelePresence Conductor support? A. 1 B. 10

More information

Bandwidth, Latency, and QoS for Core Components

Bandwidth, Latency, and QoS for Core Components Bandwidth, Latency, and QoS for Core Components, on page 1 Bandwidth, Latency, and QoS for Optional Cisco Components, on page 18 Bandwidth, Latency, and QoS for Optional Third-Party Components, on page

More information

Seminar report IP Telephony

Seminar report IP Telephony A Seminar report On IP Telephony Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: www.studymafia.org SUBMITTED BY:

More information

Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element

Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element Transparent Tunneling of QSIG and Q.931 over Session Initiation Protocol (SIP) Time-Division Multiplexing

More information

CHAPTER. Introduction. Last revised on: February 13, 2008

CHAPTER. Introduction. Last revised on: February 13, 2008 CHAPTER 1 Last revised on: February 13, 2008 The Cisco Unified Communications System delivers fully integrated communications by enabling data, voice, and video to be transmitted over a single network

More information

NN Multimedia Communication Portfolio Multimedia Communication Server 5100 H.323 Gateway Basics. MCS Standard (02.

NN Multimedia Communication Portfolio Multimedia Communication Server 5100 H.323 Gateway Basics. MCS Standard (02. NN10280-111 Multimedia Communication Portfolio Multimedia Communication Server 5100 H.323 Gateway Basics MCS 5100 2.0 Standard (02.02) February 2004 Product overview How this chapter is organized This

More information

Problem verification during execution of H.323 signaling

Problem verification during execution of H.323 signaling Problem verification during execution of H.323 signaling 1 ESAD KADUSIC & 2 NATASA ZIVIC & 3 NARCIS BEHLILOVIC & 4 ALIJA VEGARA 1,3,4 Faculty of Electrical Engineering in Sarajevo Zmaja od Bosne, 71 000

More information

Overview of the Session Initiation Protocol

Overview of the Session Initiation Protocol CHAPTER 1 This chapter provides an overview of SIP. It includes the following sections: Introduction to SIP, page 1-1 Components of SIP, page 1-2 How SIP Works, page 1-3 SIP Versus H.323, page 1-8 Introduction

More information

map q850-cause through mgcp packagecapability

map q850-cause through mgcp packagecapability map q850-cause through mgcp package-capability map q850-cause through mgcp packagecapability 1 map q850-cause map q850-cause through mgcp package-capability map q850-cause To play a customized tone to

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

Test-king. Number: Passing Score: 800 Time Limit: 120 min File Version:

Test-king.  Number: Passing Score: 800 Time Limit: 120 min File Version: 300-075 Test-king Number: 300-075 Passing Score: 800 Time Limit: 120 min File Version: 14.1 http://www.gratisexam.com/ 300-075 Implementing Cisco IP Telephony & Video, Part 2 v1.0 Version 14.1 Exam A QUESTION

More information

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com Cisco 642-845 642-845 Optimizing Converged Cisco Networks Practice Test Version 2.6 QUESTION NO: 1 Cisco 642-845: Practice Exam Refer to the exhibit. NBAR is to be configured on router R1 to limit outgoing

More information

Services Extended Media Forking

Services Extended Media Forking Cisco Unified Communications Gateway Services--Extended Media Forking The Cisco Unified Communications (UC) Services API provides a unified web service interface for the different services in IOS gateway

More information

Always On/Dynamic ISDN

Always On/Dynamic ISDN Always On/ynamic ISN A. Kuzma Request For Comments: 001 Intel Corporation Category: Informational October 1996 Always On/ynamic ISN Status of this memo This memo provides information for members of the

More information

show gateway through show modem relay statistics

show gateway through show modem relay statistics show gateway through show modem relay statistics show gateway, page 3 show h323 calls preserved, page 5 show h323 gateway, page 7 show h323 gateway prefixes, page 15 show http client cache, page 17 show

More information

White Paper Subcategory. Overview of XML Communication Technologies

White Paper Subcategory. Overview of XML Communication Technologies Subcategory Overview of XML Communication Technologies Executive Summary A significant shift has occurred in the communications infrastructures deployed today. This shift is the result of the acceptance

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

Cisco Unified Survivable Remote Site Telephony and Cisco Unified Enhanced Survivable Remote Site Telephony Version 11.0

Cisco Unified Survivable Remote Site Telephony and Cisco Unified Enhanced Survivable Remote Site Telephony Version 11.0 Data Sheet Cisco Unified Survivable Remote Site Telephony and Cisco Unified Enhanced Survivable Remote Site Telephony Version 11.0 Helping Provide Reliable Communications to Branch Offices, Teleworkers,

More information

Cisco ISR G2 Management Overview

Cisco ISR G2 Management Overview Cisco ISR G2 Management Overview Introduction The new Cisco Integrated Services Routers Generation 2 (ISR G2) Family of routers delivers the borderless network that can transform the branch office and

More information

Design Considerations

Design Considerations Principal for Call Center Sizing, page 2 Preliminary Information Requirements, page 3 Terminology, page 4 Effect of Performance Criteria on Unified CCX Server, page 5 Impact of Performance Criteria on

More information

Design Considerations

Design Considerations Principal for Call Center Sizing, page 2 Preliminary Information Requirements, page 3 Terminology, page 4 Effect of Performance Criteria on Unified CCX Server, page Impact of Performance Criteria on the

More information

Cisco Access Policy Server

Cisco Access Policy Server Data Sheet Cisco Access Policy Server The Cisco Access Policy Server is a fully virtualized, carrier-grade network discovery, selection, and authentication solution. It uses the Cisco Policy Suite policy,

More information

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

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

More information