Advanced VoIP Applications

Size: px
Start display at page:

Download "Advanced VoIP Applications"

Transcription

1 Advanced VoIP Applications New application deployments for VoIP networks can use a variety of network protocols and architectures. The use of MGCP and SIP are possible solutions and this paper discusses the design and tradeoffs of each approach. Draft 1.0 February 25, 2001 Glen Gerhard White Paper 1

2 Advanced Intelligent Network applications Today s Advanced Intelligent Network (AIN) provides many useful features common to callers today. These features include Caller ID, Voice Mail, Call Waiting, Pre-and-post paid calling cards, 911, Call Blocking, and Auto Call-back to name a few. These features represent years of development and investment by vendors and service providers, and are delivered via a proven circuit switched infrastructure. The network architecture is shown in general format below: SS7 Signaling Network Class-5 End Office Class-4 Tandem Residential, business or Centrex subscriber GR-1129 TCAP Se rvice Control Point Voice Mail Server Intelligent Peripheral A subscriber in this network is provided primary dial tone and feature set by the Class-5 End Office switch. This system provides the basic call control features such as Dial Tone, Call Waiting, forwarding to Voice Mail, and billing. It passes calls to the Class-4 Tandem switch as needed based on the dial plan in the region. For messaging, a local mail server is usually employed for the subscriber base in the region. The calls requiring other advanced features such as 911, Local Number Portability, or 800 service are forwarded to a TCAP Service Control Point (SCP) for servicing when the proper Trigger Detection Points are met. A connection is established from the subscriber to an Intelligent Peripheral when media output and input analysis is required. Once the information is processed, with the help of a backend DataBase, the call can then be rerouted and the subscriber connected to the proper destination with the proper billing. Although this system is proven and widely deployed it is inefficient in terms of port and equipment utilization. A connection must be established between the End Office Switch and the Tandem switch as well as a connection from the Tandem to the SCP, or the Tandem to the IP. Numerous devices and paths could be required for any given call. It also mandates that the Intelligent Peripherals, Voice Mail Server, and some SCP have telephony interfaces as well as database access. This creates an expensive system which has potential capacity constraints. White Paper 2

3 VoIP Advanced Applications The migration to VoIP networks is being driven by a number of factors; the key concept is that of advanced services. These services will be able to provide all the existing AIN features and add new ones based on IP services. A key aspect of the new VoIP infrastructure is that there is no need to build circuit switched connections between the devices, which reduces the cost of providing the services, and simplifies deployment. All systems, except the media gateway itself, require only IP interfaces. The IP interfaces of these devices can provide the telephony signaling as well as the media interfaces. This provides for simpler distributed signaling and processing capability, reduces the cost of components, and speeds up application development and deployment. The new IP based applications can be delivered in a variety of methods depending upon their complexity. For simple applications the Media Gateway Controller (MGC) can provide the application intelligence in a very distributed fashion. The MGC provides call control to the user via the Media Gateway with a client/server protocol called MGCP. The MGC controls all routing and call control to the devices within its MGCP domain. This functions very similarly to a Class-5 End Office switch and provides the same features one would expect on a standard POTS line. However it also has the ability to play tone and announcements to a caller, as well as gather digits from the caller. This provides capabilities similar to an SCP or Announcement Server for simple applications. These features are provided by the capabilities defined in MGCP and H.248. An example application and call flow is shown below. In this application a caller incorrectly dials a number and receives a message such as: Your call cannot be completed as dialed. EXAMPLE 1. MEDIA GATEWAY PROVIDED PROMPTS Class-4 or 5 MGC Softswitch Residential, business, or Centrex subscriber MGCP Media Gateway White Paper 3

4 Media Gateway Media Gateway Controller RQNT (R: hd) 200 OK NTFY (O: hd) The user picks up telephone and the MG notifies the MGC of the event. The MGC asks for the dialed digits. The caller dials an incorrect number for directory assistance ( ). 200 OK NTFY (D: ) RQNT (S:"unable_comp_call") NTFY (O:hu) DLCX () The MGC could return a fast busy signal but chooses to play an announcment. The announcement file is called "unable_comp_call" and is stored on the MG. While the file is being played the caller hangs up. The MGC returns the port to an idle state. The file can be any URL name but must be identified explicitly in the RQNT message from the MGC The above scenario is fairly simple and saves bandwidth on the network. Since the announcement is stored on the MG there is no bandwidth required except the MGCP signaling shown. This is effective for small networks with minimal prompting requirements. However due to the need for coordination of the file systems of the MGs and the messaging of the MGCs it can create administrative overhead. When networks grow to a certain size it becomes much easier to administer a separate Media or Announcement Server. This centralizes the configuration/maintenance for the audio files and allows all gateways in the domain to use the same source files. The calls are connected as though the Media Server was simply another endpoint, but in this case the endpoint is instructed to play a file using the same messages used in the above example. A network topology using a Media Server is shown below. White Paper 4

5 EXAMPLE 2. MGCP ANNOUNCEMENT SERVER Class-4 or 5 MGC Softswitch MGCP Media Gateways Residential, business, or Centrex subscriber Announcement Server The approach shown above permits many MGs to share the file information stored in the Announcement Server, so their local files are not used. In general this will be made available to all MGs within the direct control of the MGC. This is called the MGC s domain, and it controls all ports and all calls within its domain. Nonetheless this approach does require the MGC to be aware of the Announcement Server and know at what point to refer the caller to which prompt. This logic is fairly simple in the case of a misdialed number but is more difficult when the application requires more complexity and interaction with the caller. In the case of an Interactive Voice Response (IVR) server providing calling card service the logic for the interaction is much greater and is not feasibly controlled by an MGCP endpoint. In this case the Announcement Server has the ability to play announcements and retrieve DTMF tones, but due to the nature of MGCP, cannot easily control a call. This would be analogous to a POTs subscriber attempting to transfer a call on a Class-5 End Office switch, while maintaining control of the call. In the case of a Calling Card application the MGC can intercept the callers DTMF input, but the logic must be tightly coupled with the prompts of the Announcement Server. In practice the coordination of this is beyond the capability of most MGCs and the function is moved onto a more specialized platform. This is usually done with a SIP Application Server. White Paper 5

6 Scaling Networks and Adding Intelligence As the VoIP networks grow they require a centralized control system for the specialized applications that become incorporated into the network. SIP provides for a lightweight and flexible protocol and architecture for this type of application server. In the case of a SIP Application Server the MGC passes the call to the appropriate server which handles the call logic required for the call. In the case of misdialed call for instance the MGC can route the call to the server with a specific URI on the server and tells the server to play the appropriate message. All routing is handled similarly by the MGC, reducing the logic and processing requirements. Since the MGC can load level between a number of SIP Servers it is very beneficial to minimize the loading on the MGC and maximize the loading on the SIP Servers. This provides a more scalable End Office environment with a single MGC routing calls to many redundant SIP Servers. In addition the Application Server is available to take calls from any MGCP Domain in the network and can provide a centralized point for database access when used in advanced applications such as IVRs. The database activity can also be run in a distributed fashion depending upon the back end database selected. An example of the misdialed call is shown below. EXAMPLE 3. SIP APPLICATION SERVER Class-4 or 5 MGC Softswitch SIP Application Server Residential, business, or Centrex subscriber MGCP Media Gateways White Paper 6

7 Media Gateway Media Gateway Controller SIP App Server RQNT (R: hd) NTFY (O: hd) NTFY (D: ) CRCX (M:Receiveonly) The user picks up telephone and the MG notifies the MGC of the event. The MGC asks for the dialed digits. The caller dials an incorrect number for directory assistance ( ). OK: MDCX (IP: ) RTP Media Announcement: bad_dog NTFY (O:hu) DLCX () BYE: The MGC could return a fast busy signal but chooses to play an announcment. The announcement file is called "bad_dog" and is stored on the SIP Server. While the file is being played the caller hangs up. The MGC returns the port to an idle state. The file can be any URL as in scripts.example.net/bad_dog/ ptt.com [note- ack messages left out for clarity] The application here is very simple, however in more advanced applications the requirement for full call control becomes more critical. In some applications the call must be returned to the Application Server due to lack of pre-paid funds and the caller given the chance to recharge their calling card. This requires a well-written script application to intelligently handle the unpredictable range of responses, as well as database read/write capability. It requires the IVR to have complete call control for re-establishing calls in progress, and providing prompts based on database information. It is important to note that the RTP media stream can be originated or terminated by the Application Server. A unified messaging server for instance can receive RTP media traffic from a gateway and perform many different operations on this media. The media can be stored as speech, and it can be retrieved as speech as in normal voice mail. It could also be converted to an message or the Application Server could even perform speech recognition on the inbound media. Designs have been put in place for an entire speech driven web application; SIP will be used to access these very intelligent voice assistants and voice browsers. The call flow for such a call is shown below but it utilizes the same fundamental and simple equipment listed in the above application. Whatever control logic is used, such as XML or CPL, the only thing that is changed is the complexity of the call flow and the application. In this way a single SIP Application Server (or Server Farm) can manage to perform many application within a network, and have those application easily and simply changed-out or upgraded. White Paper 7

8 Media Gateway Media Gateway Controller SIP App Server RQNT (R: hd) NTFY (O: hd) NTFY (D: ) CRCX (M:Receiveonly) The user picks up telephone and the MG notifies the MGC of the event. The MGC asks for the dialed digits. The caller dials a pre-paid calling card 800 number. They are connected to the PTTs SIP platform. INVITE:To:call_card@sip.ptt.com OK: MDCX (IP: ) RTP Media Announcement: calling card greeting DTMF Input from user via RFC2833 REFER: To: MDCX (IP: ) The MGC routes the call to the PTTs SIP platform and directs it to the calling card application. It could include such information as ANI if available. The user inputs their card number and the SIP server performs a database querie to authorize the call. Once validated the caller is prompted for the destination phone number. That number is passed back to the MG for normal least cost routing RTP Media Stream between parties REINVITE: prompt@sip.ptt.com MDCX (IP: ) RTP Media Announcement: one minute warning! REINVITE: The account of the user runs out of money and the application reinvites the caller back for a "one minute warning" prompt. After the prompt the caller is reconnected to the call MDCX (IP: ) RTP Media Stream between parties NTFY (O:hu) DLCX () At the end of the conversation the caller hangs up, and the application is advised of the termination of the call. BYE: White Paper 8

9 Nuera Solutions Nuera provides many parts of the new telecomm infrastructure. The GX-8 and GX-21 Media Gateways and the SSC Media Gateway Controllers are essential products for Nuera. However the new phone system must be much more flexible than the old, and that necessitates a standards based interoperability focus for all equipment vendors. Nuera helps lead the way in this way too, contributing and participating in many of the VoIP standards bodies. The solution sets outlined in this paper are just the starting point from which bright new teams and companies will grow new applications. Nuera has demonstrated interoperability with several different application server vendors. These include Iperia for unified messaging; Dynamicsoft and Longboard for advanced SIP routing. Nuera recommends Telephony Experts, Apex, and isoftel for calling card and billing applications, and Hearme for SIP Multiparty Conferencing Units. The list of solutions will continue to grow rapidly in the near future. Visit these and other partners at SIP Application Server Farm Announcements Messaging Center Calling Card Voice Browser Residential, business, Or Centrex subscriber Class-5 Softswitch MGCP Media Gateways Class-4 Softswitch White Paper 9

TEL: # 340

TEL: # 340 Softswitch and Media Gateway (MGCP/MEGACO/SS7 over IP) 陳懷恩博士助理教授兼計算機中心資訊網路組組長國立宜蘭大學資工所 Email: wechen@niu.edu.tw TEL: 03-9357400 # 340 Outline Soft-switch Architecture MGCP (Media Gateway Control Protocol)

More information

MGCP controls telephony gateways from a centralized call agent. This topic describes MGCP and identifies its associated standards.

MGCP controls telephony gateways from a centralized call agent. This topic describes MGCP and identifies its associated standards. Configuring MGCP MGCP and Its Associated Standards MGCP controls telephony gateways from a centralized call agent. This topic describes MGCP and identifies its associated standards. MGCP and Associated

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

WHITE PAPER. IP Network Solutions Interconnecting VoIP Networks and the PSTN (for smaller service providers)

WHITE PAPER. IP Network Solutions Interconnecting VoIP Networks and the PSTN (for smaller service providers) IP Network Solutions Interconnecting VoIP Networks and the PSTN (for smaller service providers) CONTENTS + Introduction 3 + IP Infrastucture Service Provider Issues 3 Access to the PSTN and SS7 Networks

More information

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP).

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP). This chapter provides an overview of the Session Initiation Protocol (SIP). Information About SIP, page 1 How SIP Works, page 4 How SIP Works with a Proxy Server, page 5 How SIP Works with a Redirect Server,

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

Extend and Connect. Extend and Connect. Overview of Extend and Connect

Extend and Connect. Extend and Connect. Overview of Extend and Connect This chapter provides information about the feature. This chapter contains the following information:, page 1 System Requirements, page 6 Interactions and Restrictions, page 7 Availability Information,

More information

Dialogic Cloud Centrex

Dialogic Cloud Centrex Dialogic Cloud Centrex Cloud-based, feature-rich integrated VoIP solution for business and residential customers Dialogic Cloud Centrex is a carrier-class solution that enables service providers to offer

More information

Solution Highlights. Supports all major signaling protocols. Widely deployed multi-national SS7 solution. NEBS3 certified standard server platform

Solution Highlights. Supports all major signaling protocols. Widely deployed multi-national SS7 solution. NEBS3 certified standard server platform TELES Class 4 NGN Solution Highlights Standard based, high performance & scalable NGN solution Supports all major signaling protocols Widely deployed multi-national SS7 solution NEBS3 certified standard

More information

Dialogic PowerVille CC Cloud Centrex

Dialogic PowerVille CC Cloud Centrex Dialogic PowerVille CC Cloud Centrex Cloud-based Feature-rich Integrated VoIP Solution for Business and Residential Customers Dialogic s PowerVille Cloud Centrex is a carrier-class solution that enables

More information

Cisco Unified Customer Voice Portal 9.0

Cisco Unified Customer Voice Portal 9.0 Data Sheet Cisco Unified Customer Voice Portal 9.0 Product Overview Cisco Unified Customer Voice Portal (Unified CVP) is an award-winning product that provides IP-based selfservice and call routing. It

More information

Harnessing the power of SIP with the 5E-XC High Capacity Switch

Harnessing the power of SIP with the 5E-XC High Capacity Switch Harnessing the power of SIP with the 5E-XC High Capacity Switch Realize the vision for next-generation networking while reducing costs A solution for implementing new revenue-generating services quickly

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

Cisco PGW 2200 and HSI Softswitch Out of band DTMF for SIP and H.323

Cisco PGW 2200 and HSI Softswitch Out of band DTMF for SIP and H.323 Cisco PGW 2200 and HSI Softswitch Out of band DTMF for SIP and H.323 Document ID: 49923 Contents Introduction Prerequisites Requirements Components Used Conventions Cisco PGW 2200 and HSI DTMF Out of band

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) Introduction A powerful alternative to H.323 More flexible, simpler Easier to implement Advanced features Better suited to the support of intelligent user devices A part

More information

MGCP Call Flows APPENDIX. This section shows and describes a call flow for a successful call using the Cisco ATA and MGCP.

MGCP Call Flows APPENDIX. This section shows and describes a call flow for a successful call using the Cisco ATA and MGCP. APPENDIX C This section shows and describes a call flow for a successful call using the Cisco ATA and MGCP. Note The term Cisco ATA refers to both the Cisco ATA 186 and the Cisco ATA 188, unless otherwise

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

Six Questions to Answer When Buying a Phone System

Six Questions to Answer When Buying a Phone System NEW PHONE SYSTEM BUYER S GUIDE Six Questions to Answer When Buying a Phone System In addition to the most comprehensive portfolio of voice communications, data and wireless networking products in the industry,

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

IMS: Lessons Learned. Brough Turner SVP & CTO

IMS: Lessons Learned. Brough Turner SVP & CTO IMS: Lessons Learned Brough Turner SVP & CTO Tomorrow s Communications Network One core network with any access Based on IP Wireline and wireless transparency Standardized signaling based on extensions

More information

White Paper. Integrating Vocality for Mining. Author Neal Nystrom, Edgar Higueros. Revision v1.3. Publish Date March 2017

White Paper. Integrating Vocality for Mining. Author Neal Nystrom, Edgar Higueros. Revision v1.3. Publish Date March 2017 White Paper Integrating Vocality for Mining Author Neal Nystrom, Edgar Higueros Revision v1.3 Publish Date March 2017 VOCALITY WHITE PAPER - INTEGRATING VOCALITY FOR MINING Table of Contents Introduction

More information

VoiceAccess Users Guide

VoiceAccess Users Guide Users Guide Table of Contents GETTING STARTED...1 Device Configuration...1 Connecting to a PBX...2 Plus Features...2 VoiceMail...2 Call Forwarding...2 Caller ID...3 MANAGING CALLING FEATURES FROM THE PHONE...4

More information

International SIP Conference, Paris, January 22, SIP Based VoIP. in MCI Advantage. Henry Sinnreich, MCI Executive Staff PT7938.

International SIP Conference, Paris, January 22, SIP Based VoIP. in MCI Advantage. Henry Sinnreich, MCI Executive Staff PT7938. International SIP Conference, Paris, January 22, 2004 SIP Based VoIP in MCI Advantage Henry Sinnreich, MCI Executive Staff PT7938. 04/22/03 Too Many Networks Mean Inefficiency and Expense Yesterday LAN

More information

Telephony and collaboration made easy

Telephony and collaboration made easy Telephony and collaboration made easy Converged VoIP is a Cisco-powered and certified solution that delivers a broad range of Unified Communications solutions via a hosted and flexible pay-by-the-device

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

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

MITEL Communications Platform

MITEL Communications Platform 821_3334-5000-Communnications-Platform-BRO.qxd:Layout 1 1/19/09 12:16 PM MITEL 5000 Communications Platform Page 3 821_3334-5000-Communnications-Platform-BRO.qxd:Layout 1 Today s 1/19/09 12:16 PM Page

More information

Configuring SIP Support for Hookflash

Configuring SIP Support for Hookflash Configuring SIP Support for Hookflash Last Updated: September 28, 2012 This chapter contains information about the SIP Support for Hookflash feature that allows you to configure IP Centrex supplementary

More information

IPAT requirements for Euro-PacketCable certification

IPAT requirements for Euro-PacketCable certification = T E S T I N G IPAT requirements for Euro-PacketCable certification --- Project Reference --- Document Reference : IPAT requirements for Euro-PacketCable certification Revision : 7.0 Author(s) : testing@excentis.com

More information

VeriSign Communications Services. IP Network Solutions. Outsourcing the Softswitch Functionality. Where it all comes together.

VeriSign Communications Services. IP Network Solutions. Outsourcing the Softswitch Functionality. Where it all comes together. IP Network Solutions Outsourcing the Softswitch Functionality Where it all comes together. Contents + Introduction 3 + IP Infrastructure Service Provider Issues 3 Access to the and Network 3 Ownership

More information

SHORETEL APPLICATION NOTE

SHORETEL APPLICATION NOTE SHORETEL APPLICATION NOTE for Ascom i62 Date: Dec 12, 2016 App Note Number: TC-16084 For use with: Ascom i62, version 5.5.0 Product: ShoreTel Connect ONSITE System: ST Connect 21.79.9330.0 Contents Contents...

More information

A Convedia White Paper. Controlling Media Servers with SIP

A Convedia White Paper. Controlling Media Servers with SIP Version 1.2 June, 2004 Contents: Introduction page 3 Media Server Overview page 3 Dimensions of Interaction page 5 Types of Interaction page 6 SIP Standards for Media Server Control page 7 Introduction

More information

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration, page 1 Up a Mitel SX-2000 Digital PIMG Integration Task List for Mitel SX-2000 PIMG

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

Corporate Communication Solutions for the Dynamic Enterprise

Corporate Communication Solutions for the Dynamic Enterprise Corporate Communication Solutions for the Dynamic Enterprise 10 Key Selling Points for IP Communication Solutions February 2009 Alcatel-Lucent All Rights Reserved Alcatel-Lucent 2009 Achieve an innovative

More information

PROTEI. mgate. gateways & converters 6/8

PROTEI. mgate. gateways & converters 6/8 PROTEI R & D C e n t e r mgate gateways & converters 6/8 Connecting networks - a Next Generation solution The differing principles of switching, control and transmission of information in existing telecommunications

More information

ABSTRACT. that it avoids the tolls charged by ordinary telephone service

ABSTRACT. that it avoids the tolls charged by ordinary telephone service ABSTRACT VoIP (voice over IP - that is, voice delivered using the Internet Protocol) is a term used in IP telephony for a set of facilities for managing the delivery of voice information using the Internet

More information

The Session Initiation Protocol

The Session Initiation Protocol The Session Initiation Protocol N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 25 Roadmap for Multimedia Networking 2 1. Introduction why QoS? what are the problems?

More information

nuvoice Next Generation VoIP Solutions

nuvoice Next Generation VoIP Solutions nuvoice Next Generation VoIP Solutions By converging voice and data traffic into a common network based on Nuera s packet voice technology, competitive local exchange providers can reduce their cost-of-ownership

More information

UCM6102/6104/6108/6116 Configuration

UCM6102/6104/6108/6116 Configuration UCM6102/6104/6108/6116 Configuration This document introduces manual configuration steps performed for interoperability testing between AccessLine and Grandstream UCM6102/6104/6108/6116. Configuration

More information

Obr.: a. SI2000/SI3000 ics integrated Call Server

Obr.: a. SI2000/SI3000 ics integrated Call Server SI2000/SI3000 integrated Call Server Preface The deregulation and removal of monopolies in the telecommunications market and the arrival of new technologies has enabled service providers to reduce their

More information

Phonologies The Voice of Technology

Phonologies The Voice of Technology Phonologies Media Services Framework Copyright 2004 Phonologies (India) Private Limited Copyright 2001 2004 by Phonologies (India) Private Limited. Phonologies, InterpreXer and Oktopous are trademarks

More information

SOFTSWITCH PROTOCOL INTERWORKING

SOFTSWITCH PROTOCOL INTERWORKING High Performance Switching and Routing IEEE Workshop 2003 SOFTSWITCH PROTOCOL INTERWORKING Gumier Matteo Customer Engineer Status of packet network Best-effort traffic is highly growing, but the revenues

More information

NFON Whitepaper: Integrating Microsoft Lync (Skype for Business) with Telephony

NFON Whitepaper: Integrating Microsoft Lync (Skype for Business) with Telephony . Myths and facts - for enterprise owners, managers and buyers. Document Version: V1.0 Date: November 2015 NFON UK Ltd, 140 Wales Farm Road, London, W3 6UG, UK Page 1 of 7 1. INTRODUCTION While the business

More information

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching William Stallings Data and Computer Communications 7 th Edition Chapter 10 Circuit Switching and Packet Switching Switching Networks Long distance transmission is typically done over a network of switched

More information

Troubleshooting No Ringback Tone on ISDN VoIP (H.323) Calls

Troubleshooting No Ringback Tone on ISDN VoIP (H.323) Calls Troubleshooting No Ringback Tone on ISDN VoIP (H.323) Calls Document ID: 22983 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information ISDN VoIP Interworking

More information

Quad BRI GSM Gateway with 8 GSM Ports

Quad BRI GSM Gateway with 8 GSM Ports Quad BRI GSM Gateway with 8 GSM Ports HG-2000/3U Cost Saving Customer Premises Equipment with Carrier Grade Performance Product Description November 2009 Contents Next Page Hypermedia HG-2000/3U 3 Contents

More information

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

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

More information

Application Notes for Configuring SIP Trunking between Bandwidth.com SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1.

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

More information

Unified CVP Architecture Overview

Unified CVP Architecture Overview CHAPTER 1 Over the past two decades, many customers have invested in TDM-based interactive voice response (IVR) applications to automate simple customer transactions such as checking account or 401K account

More information

VoIP Core Technologies. Aarti Iyengar Apricot 2004

VoIP Core Technologies. Aarti Iyengar Apricot 2004 VoIP Core Technologies Aarti Iyengar Apricot 2004 Copyright 2004 Table Of Contents What is Internet Telephony or Voice over IP? VoIP Network Paradigms Key VoIP Protocols Call Control and Signaling protocols

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Aug. 2016 V21.20 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information

JPexam. 最新の IT 認定試験資料のプロバイダ IT 認証であなたのキャリアを進めます

JPexam.   最新の IT 認定試験資料のプロバイダ IT 認証であなたのキャリアを進めます JPexam 最新の IT 認定試験資料のプロバイダ http://www.jpexam.com IT 認証であなたのキャリアを進めます Exam : 642-427 Title : Troubleshooting Cisco Unified Communications v8.0 (TVOICE v8.0) Vendor : Cisco Version : DEMO Get Latest & Valid

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : 070-337 Title : Enterprise Voice & Online Services

More information

ADMINISTRATION GUIDE Cisco Small Business Pro SPA9000 Voice System Version 6.1

ADMINISTRATION GUIDE Cisco Small Business Pro SPA9000 Voice System Version 6.1 ADMINISTRATION GUIDE Cisco Small Business Pro SPA9000 Voice System Version 6.1 SPA9000 Voice System, SPA400 Internet Telephony Gateway with 4 FXO ports and SPA9XX IP Phones OL-17899-01 Contents About This

More information

Setting up Alcatel 4400 Digital PIMG Integration

Setting up Alcatel 4400 Digital PIMG Integration up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, on page 1 Up an Alcatel 4400 Digital PIMG Integration with

More information

Innovation Networking App Note

Innovation Networking App Note Innovation Networking App Note G12 Communications ShoreTel and G12 Communications for SIP Trunking (Native) 1 (877) 311-8750 sales@g12com.com Jackson St. #19390, Seattle, WA 98104 Product: ShoreTel G12

More information

Configuring Call Transfer and Forwarding

Configuring Call Transfer and Forwarding Configuring Call Transfer and Forwarding Last Updated: November 11, 2011 This chapter describes call transfer and forwarding features in Cisco Unified Communications Manager Express (Cisco Unified CME)

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

Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple. Frank Altenburg, IBM

Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple. Frank Altenburg, IBM Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple Frank Altenburg, IBM Agenda Voice and Video an effective way to do business! Sametime Softphone Computer is your phone! Sametime Voice

More information

Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1.

Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1.1 Abstract These Application

More information

Version 2.7. Audio File Maintenance Advanced User s Guide

Version 2.7. Audio File Maintenance Advanced User s Guide Version 2.7 Audio File Maintenance Advanced User s Guide Contents Introduction to the Documentation...3 About the Documentation...3 Ifbyphone on the Web...3 Logging in to your Ifbyphone Account...3 Maintaining

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Overview This document describes how to integrate Avaya Aura Contact Center and a back-end Avaya Aura

More information

Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications

More information

CAPPS: Implementing Cisco Collaboration Applications v1

CAPPS: Implementing Cisco Collaboration Applications v1 Course Objectives Implement Cisco Unity Connection in a Cisco Unified Communications Manager deployment Describe how to implement Cisco Unity Express in a Cisco Unified Communications Manager Express deployment

More information

Planning, Deploying and Managing Microsoft Exchange Server 2010 Unified Messaging

Planning, Deploying and Managing Microsoft Exchange Server 2010 Unified Messaging Planning, Deploying and Managing Microsoft Exchange Server 2010 Unified Messaging Course 10508 5 Days Instructor-led, Hands-on Course Description This course provides information on planning and managing

More information

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring Session

More information

Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: Duration:40 Hrs

Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: Duration:40 Hrs Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: 70-337 Duration:40 Hrs Course Outline Module 1: Voice Architecture This module introduce Enterprise Voice

More information

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

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

More information

SBC Edge 2000 V5.0.1 IOT Skype for Business 2015 Intermedia SIP Trunk Application Notes

SBC Edge 2000 V5.0.1 IOT Skype for Business 2015 Intermedia SIP Trunk Application Notes SBC Edge 2000 V5.0.1 IOT Skype for Business 2015 Intermedia SIP Trunk Application Notes Document Overview Introduction Audience Requirements Reference Configuration Support Third-party Product Features

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

INTRODUCTION. BridgeWay. Headquarters

INTRODUCTION. BridgeWay. Headquarters MILITARY PRODUCTS INTRODUCTION Voiceboard Corporation s MediaPro products provide enhanced communications capabilities for military applications. State of the art technology, including redundant networking,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between the PAETEC Broadsoft based SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1.0 Abstract

More information

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Abstract These Application Notes

More information

Using BTS Measurements

Using BTS Measurements CHAPTER 6 Using BTS s Revised: July 2010, Introduction This chapter describes BTS traffic measurements and tells you how to use them. BTS does the following: Collects statistics in 5-, 15-, 30-, or 60-minute

More information

Efficient, Scalable Migration of IP Telephony Calls for Enhanced Fault-tolerance

Efficient, Scalable Migration of IP Telephony Calls for Enhanced Fault-tolerance Efficient, Scalable Migration of IP Telephony Calls for Enhanced Fault-tolerance Manish Marwah Department of Computer Science, University of Colorado, Campus Box 0430, Boulder, CO 80309-0430 marwah@colorado.edu

More information

Media Communications Internet Telephony and Teleconference

Media Communications Internet Telephony and Teleconference Lesson 13 Media Communications Internet Telephony and Teleconference Scenario and Issue of IP Telephony Scenario and Issue of IP Teleconference ITU and IETF Standards for IP Telephony/conf. H.323 Standard

More information

EP502/EP504 IP PBX 1.1 Overview

EP502/EP504 IP PBX 1.1 Overview 1.1 Overview The EP502/EP504 is an embedded Voice over IP (VoIP) Server with Session Initiation Protocol (SIP) to provide IP extension phone connection for global virtual office of small-to-medium business

More information

SS7 Solution for Internet Access

SS7 Solution for Internet Access Lucent Technologies Bell Labs Innovations Lucent Technologies Remote Access Business Unit SS7 Solution for Access Table of Contents 1.0 Introduction..................................................................1

More information

NGN MIGRATION STRATEGIES

NGN MIGRATION STRATEGIES NGN MIGRATION STRATEGIES A comparison of the options available to service providers for migrating from circuit switched to next-generation, multiservice broadband networks A MetaSwitch White Paper SUMMARY

More information

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, page 1 Up an Alcatel 4400 Digital PIMG Integration with Cisco

More information

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model 1. Description of Services. 1.1 SIP SBC with Field Trial Endpoint Deployment Verizon will assist

More information

Unified Customer Voice Portal Overview

Unified Customer Voice Portal Overview Overview, on page 1 Unified CVP Product Components, on page 2 Additional Components, on page 5 Call Flows, on page 14 Design Process, on page 16 Overview The Unified Customer Voice Portal (Unified CVP)

More information

IP Multimedia Subsystem Application Servers

IP Multimedia Subsystem Application Servers IP Multimedia Subsystem Application Servers Second part of the project Presented by: Masood Khosroshahy B E G I N N I N G 1 June 2006 Project supervisor: Prof. Elie Najm IMS Application Servers HSS IMS

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

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

Four Things to Remember. Michael Bayer

Four Things to Remember. Michael Bayer Four Things to Remember Michael Bayer www.ctexpert.com Four Things to Remember CT is the future Telephony is a catalyst Interoperability specifications are the key You re in the driver s seat Telephony

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

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

Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0

Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Computer Instruments eone with Avaya IP Office Server Edition - Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

SIP WG Status. Overview. ! SIP Working Group(s) ! SIP WG Rules. ! SIP Work Items. ! SIP Today and Tomorrow. ! Related Work in the IETF

SIP WG Status. Overview. ! SIP Working Group(s) ! SIP WG Rules. ! SIP Work Items. ! SIP Today and Tomorrow. ! Related Work in the IETF SIP WG Status SIP Summit @ VON Europe 2001 Stockholm, Sweden Jörg Ott jo@ipdialog.com Overview! SIP Working Group(s)! SIP WG Rules! SIP Work Items! SIP Today and Tomorrow! Related Work in the IETF! SIP

More information

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide VOXOX A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX a VOXOX ebook 2017 VOXOX, Inc A Comprehensive Guide CONTENTS 3 INTRODUCTION 4 WHAT IS HOSTED PBX 6 ANATOMY OF A HOSTED PBX CALL 8 GETTING

More information

Understanding PBX Fundamentals

Understanding PBX Fundamentals Understanding Course Description This course provides a practical and in-depth foundation on Private Branch Exchange (PBX) or a Private Automatic Branch Exchange (PABX - which is out of fashion since all

More information

Audio Conferencing IP and TDM

Audio Conferencing IP and TDM Audio Conferencing IP and TDM May 5, 2004 Jerry Norton Chief Technical Officer Vapps, Inc. Wendell Bishop Chief Scientist NMS Communications NMS at a Glance Founded in 1983, publicly traded since 1994

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring SIP trunks between Avaya Aura Session Manager Release 6.2, Avaya Meeting Exchange Enterprise Edition Release 6.2 and Cisco Unified Communications

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

Leveraging Amazon Chime Voice Connector for SIP Trunking. March 2019

Leveraging Amazon Chime Voice Connector for SIP Trunking. March 2019 Leveraging Amazon Chime Voice Connector for SIP Trunking March 2019 Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a)

More information

Multiple application support on a single platform for flexibility and differentiation

Multiple application support on a single platform for flexibility and differentiation ureach Oryx Support and Offerings from ZT Technology Solutions Our select team of engineers was handpicked by our ZT staff to provide our customers with the absolute highest level of 24/7/365 software

More information

Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007

Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007 Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007 A Dell Technical White Paper By Farrukh Noman Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Jul. 2016 V21.15 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information