How To Use Application Layer Multicast For Media Distribution

Size: px
Start display at page:

Download "How To Use Application Layer Multicast For Media Distribution"

Transcription

1 An Architecture for Centralized SIP-based Audio Conferencing using Application Layer Multicast José Simões 1, Ravic Costa 1, Paulo Nunes 1, 3, Rui Lopes 1, 2, Laurent Mathy 4 1 Departamento de Ciências e Tecnologias da Informação - Instituto Superior das Ciências do Trabalho e da Empresa (ISCTE) 2 Associação para o Desenvolvimento das Técnicas e Tecnologias de Informação (ADETTI) 3 Instituto de Telecomunicações (IT) Lisboa, Portugal {Jose.Simoes, Ravic.Costa, Paulo.Nunes, Rui.Lopes}@iscte.pt 4 Computing Department - Lancaster University Lancaster, United Kingdom laurent@comp.lancs.ac.uk Abstract Audio conferencing is an important aspect of Internet Telephony services. In this article, using a centralized conferencing architecture, we propose to employ application layer multicast for media distribution, by using agents responsible for the delivery of streaming media to end-clients, aiming at reducing the traffic in the network and the server workload. In this model, we use the concepts of active client, which exchanges media directly with the server, and passive client, which is limited to receive media from its agent. In our implementation we use the Real Time Protocol (RTP) for data transmission and the Session Initiation Protocol (SIP) for signaling, hence making it compatible with most existing state-ofthe-art hardware and software. Keywords Audio Conferencing; SIP; ALM;VoIP I. INTRODUCTION With Internet Telephony services dissemination, there is an urge to introduce several traditional telephony functionalities to this new environment. Conferencing is not an exception. An audio conference call is a telephone call (IP or not) where the calling party wants to have more than one called party listen in to the audio. Conferencing is widely used these days, and it is used in many different applications and scenarios. It can be used for entertainment, social, education or business purposes. In our proposal, we pretend to serve large scale applications, with a large number of participants, where a few of them are producing media (active participants), while the majority (passive participants) are just listening to what is produced. Concerning conferencing models, they can be distinguished between: centralized; full mesh; unicast receive and multicast send; multicast, and end mixing [1]. This classification is based on the topology of signaling, media delivery and architecture component relationships [1]. In this paper we consider the centralized conference scenario where a server receives media streams from all participants, mixes them if needed, and redistributes the appropriate media stream(s) back to the participants. This model has the advantage that clients do not need to be modified to perform media mixing and transcoding. In addition, it is relatively easy to support heterogeneous media clients [1]. Since it is difficult for each sender to subtract its own contribution, the server needs to create a customized stream for each of the active callers, e.g., [2]. Assuming that not all users are using the same media format, the server needs to decode the audio streams to a non-compressed audio format to mix them. After that, it encodes the mixed stream in the appropriate media format for each of the participants. This will lead to media distribution and server workload scalability problems limiting the number of participants in a conference call. To improve some of the limitations of the centralized conferencing model, notably, the amount of traffic in the network and the server workload, we decided to study the impact of multicast for media distribution. Due to the non-existence of a globally deployed inter domain multicast routing protocol at the network layer; the use of Application Layer Multicast (ALM) is proposed in our architecture for media distribution [3]. Another important requirement for our architecture is that is should be SIP-based [4]. This will allow the use of popular software for both terminals and server (such as X-Lite, Kphone, SER, etc.). For media distribution, RTP is used either in unicast or ALM connections, depending whether clients are instantaneously active or passive. II. RELATED WORK Many conference servers in the market today are H.323- based. However, SIP-based conferencing systems are gaining more and more enthusiasts [1]. As an example, in [1], a centralized SIP-based conferencing system provides a suitable multimedia conferencing platform that allows advanced scenarios and services (e.g., transcoding) without requiring that end systems are conferencing aware. Another important aspect that has to be considered, in what concerns audio conferencing, is how the media is delivered. In

2 this context, an overlay network architecture scheme for streaming media distribution is proposed in [3]. The use of dedicated unicast connections and ALM for audio-conferencing media distribution is proposed in the Application-Level Network Audio-Conferencing protocol (ALNAC) [5]. The architecture proposed in this paper in Section III tries to overcome some problems identified in the above-presented proposals while maintaining its major strengths. In [1], the SIP-based centralized server does not use application layer multicast for media distribution, therefore there will be a large number of duplicated packets in the network for conferences with a high number of participants located far apart. The approach presented in [3] uses application layer multicast for media delivery but it does not distinguish the different types of clients, with respect to the instantaneous activity of the client. The approach presented in [*3*] uses application layer multicast for media delivery but it does not distinguish the different types of clients, with respect to the instantaneous activity of the client. Therefore, the conference server processes all incoming RTP streams from all active clients and has to generate an outgoing RTP stream for each passive client leading to a waste of CPU cycles used in processing the passive clients RTP streams. The main differences between the proposed architecture in this paper and ALNAC [5] lie in the fact that our aim is to reduce the bandwidth and server workload whilst ALNAC focuses on the latency experienced by active participants. The other major difference is found in the mechanism for activeness classification: counting of media packets produced in our architecture (see Section IV.D) and Next-Speaker prediction in ALNAC [5]. III. ARCHITECTURE AND DESIGN The architecture proposed in this paper is based on four key elements: Client The entity that consumes and potentially produces the audio media (e.g., a softphone). It must support the SIP protocol for signaling and RTP for media transport. A Client can be classified, by their associated agent, as either an Active Client (AC) or a Passive Client (PC), depending if it is contributing with media to the conference or is just listening. Conference Server (CS) Composed by a SIP server and a Media Server. It handles the conference signaling and performs the media mixing. The signaling module receives SIP requests from agents when clients want to join and leave conferences. The media mixing module receives and sends RTP media streams from and to participants (via their associated agent). Agent (AG) Agents are at the core of our architecture. They have some similarities with a SIP Proxy, as they receive SIP requests and responses and forward them to their parent in the tree when appropriate. Agents are also capable of producing SIP messages (e.g., supporting client status transitions, see Sections IV.B and IV.D). In what concerns media distribution, they act as media reflectors, since they receive media from the dummy agent and relay it to their children (agents or passive clients). Also in this respect agents act also as media proxies, as they receive media from ACs and forward it to the CS (see Fig. 1). Fig. 1. Conference media distribution in the proposed architecture. Another agent functionality is the classification of clients as active or passive based on the media that they instantaneously produce (see Section IV.B). Dummy Agent (DAG) Its main goal is to redistribute the mixed media to the other Agents, therefore acting as the ALM tree root. Since the DAG does not send RTP packets to the server, it only receives the mixed media from all active participants, which is the one that will be passed to the PCs (all have the same media format). The main reason for the DAG existence lies in the fact that in the streams that are sent to each AC, only N-1 (considering N the number of ACs) audio channels are mixed (its own contribution is not mixed), resulting inadequate for PCs, as in this case they would not receive all contributions. From the CS point of view, the DAG is equivalent to any SIP compliant client (e.g., a SIP softphone). In Fig. 1, are represented the media paths in the proposed architecture highlighting the use of multicast trees at the application layer for media distribution to the PCs. The construction of these trees is out of this paper scope. Protocols such as TBCP [6] could be used for this purpose. IV. CONFERENCE SIGNALING AND CONTROL In this section we will show how a user joins, changes its state or leaves a conference call. Fig. 2 lists the control messages (other than SIP) that are required in the architecture (note that these messages are produced/consumed only by Agents and not by Clients nor by the CS). The whole design has focused on presenting a solution that can be integrated

3 seamlessly with existing open source and commercial solutions based on SIP for both media server and media clients signaling. generated by the Agent conveys the new port settings (either the Conference Server or Agent IP address and RTP port number) that enforce the associated change in the media distribution path. Legend: A - Is first Client?, B - Yes or No, C - Start Conference, D - Agent Added, E - End Conference. Fig. 2. Non-SIP conference control messages. A. Joining a Conference The joining process is very similar to a normal call. However, the agent must perform some actions in order to see if a user is active or passive when it joins. The following diagram (Fig. 3) presents the messages exchanged when a user tries to join. When the Agent receives the INVITE request, if it is not already engaged in a conference, it will ask the same question to its parent in the ALM tree, until it reaches the DAG. It is important to notice that the first participant that joins a conference will be considered in the active state (i.e., an AC). The client state information received in the UDP Control message 1 is kept in the AG, namely, the IP address and RTP port. Remember that these details are dynamic, that is, they can be stored in the active clients table at one time, and in the passive clients table at another, depending on their current state. These details will be used by the AG to forward the media do the appropriate client. When starting the conference, before relaying the UDP control message 2 to the son AG, the AG adds this child to a passive clients list, where IP address and RTP port are also stored. In Fig. 3, the modified Invite message contains the Session Description Protocol (SDP) information of the AG instead of the Client (IP address and RTP port). B. Changing Activity State The transition from one state to the other is part of the Agent competences. The mechanism used to detect the changes will be explained later in this article. The message flow works as follows (see Fig. 4). In the passive state, the media sent by the Client is only used for calculating its state, and not for the conference itself, as the media packets are discarded in the Agent and not passed to the CS. As for the AC, it contacts the Agent directly which is responsible for forwarding the media to the CS using a unicast connection and not the ALM tree. The Agent is the entity deciding whether a Client should or not change its state. The Agent implements this state change by sending an INVITE message. This INVITE message Fig. 3. Message exchange for the joining process. Fig. 4. Message exchange for the changing activity state process.

4 C. Leaving a Conference Before leaving a conference (in a graceful manner), the client sends a BYE message to the Agent as illustrated in Fig. 5. If the Client is active, then the request is forwarded to the CS; otherwise, the Agent is responsible for generating the appropriate responses (TRYING and OK). The message flow is presented in Fig. 5. If the Client leaving the conference is the last passive client that is registered in the AG, the AG sends an UDP control message 4 to his parent AG to stop sending media in this ALM branch. This process is recursive between Agents in the tree. In case it reaches the tree root (i.e., the DAG), and it has no further child AG s nor active clients, then the conference will be closed. D. Mechanism for Deciding Client State Transitions During a conference call, clients can change their state according to their participation in the call. The entity that measures this activity is the Agent, and the procedure varies whether the client is active or passive. A client state change implies an update in the associated agent passive and active clients table. Passive to Active Transition - In the passive state, the Agent counts the number of RTP packets sent by the client in a time interval, T P, and if this number exceeds a threshold value P P, then a transition from passive to active will occur. Value T P should be the smallest possible otherwise a large quantity of media will be lost. As for P P, its value in the optimal case should be zero, because at minimum activity by the speaker it would activate the transition process, resulting in less packet loss. However, we must not forget that clients send keep alive RTP packets periodically when no media is being sent (typically every 5 seconds), that is why condition P P > 1 must be satisfied. The smaller T P is, the smaller P P should be to improve the detection mechanism. Active to Passive Transition - As for the active to passive transition a larger time interval, T A is considered, and in this case, the transition occurs when the number of sent packets is less than P A. One of the reasons for this to happen is related to the normal SIP message flow, namely because if this time is very small we can have two consecutive transitions (active to passive and passive to active) in a short period of time, and this may generate two parallel INVITE messages, which is forbidden by SIP that specifies that a User Agent Client MUST NOT initiate a new INVITE transaction within a dialog while another INVITE transaction is in progress in either direction [4]. Moreover, in a conversation, even an active participant has some periods where she/he is not talking, that is why T A value should be larger. Once again, the P A value must take into account that clients send keep-alive packets, and if we consider that R defines keep-alive rate, then P A > R * T A. V. IMPLEMENTATION DEPLOYMENT AND TESTING The only architecture components that needed coding are the Agents and the DAG. These entities are capable of understanding SIP messages and redistributing RTP traffic, as well as communicating with other Agents by using our own set of UDP control messages (see Fig. 2). In our particular case, we used the SIP Express Router (SER) [7] and SIP Express Media Server (SEMS) [2] as our SIP Server and Media Server respectively, forming the CS. It is important to notice that in our prototype, at this stage, we are not considering security or authentication issues. In the test performed with our implementation, a static ALM tree was used. Furthermore, we tested the ACs (XLite softphones) with three types of media formats, namely G.711u, G.711a and GSM. For the PCs, G.711u was used. Fig. 6, presents an example of the state classification mechanism used in our tests, with parameters T P = 100 ms, P P = 2, T A = 3 s and P A = 3, and the PC started to speak at t = 0.3 s and stopped at t = 3 s. The T P value was chosen in a way that it would not compromise the CPU and memory usage of our machines as the time windows where implemented using software interrupts. In our model a keep-alive period of 5 seconds was used (configured in the XLite softphones). Fig. 5. Message exchange for the leaving process.

5 Fig. 6. Example of client state transitions. VI. CONCLUSIONS AND FUTURE WORK The presented architecture has been successfully implemented deployed and tested, providing a SIP-based conferencing platform using application layer multicast for media distribution. We successfully observed that this architecture reduces the number of packets traveling on the network, when compared with the traditional conference approach. This conforms to our goal to improve the performance of the CS for a high number of participants, when most of them are consistently in passive state. This is achieved by reducing the CPU and memory usage in the CS, allowing more users in the system. We plan to enhance our prototype in two ways. Firstly, we intend to test our implementation with a large number of users, using a SIP traffic generator such as the SIPp tool [8] to simulate them. Secondly, we are considering the use of an algorithm to choose an optimal tree in a dynamic way. Finally, we would like to stress that the proposed architecture can be used for other types of interactive data in conference scenarios such as a videoconference. REFERENCES [1] Singh, K., Nair, G., Schulzrinne, H.: Centralized Conferencing using SIP. Columbia University. (2001) [2] [3] Patrikakis, C.; Despotopoulos, Y.; Rompotis, A.; Minogiannis, N., Lambiris, A., Salis, A.: An implementation of an overlay network architecture scheme for streaming media distribution. Telecommunications Laboratory of the NTUA. (2003) [4] Rosenberg, J.; Shulzrinne, H.; Camarillo, G.; SIP: Session Initiation Protocol ; RFC 3261; IETF; June 2002) [5] Blundell, N.; Egi, N.; Mathy, L.: Audio Conferencing over Application Level Multicast, In Proc. of Workshop on Multimedia Systems and Networking (WMSN 06); Phoenix, AZ, USA; April 2006 [6] Mathy, L.; Canonico, R.; Hutchison, D.: An Overlay Tree Building Control Protocol ; In Proc. of Networked Group Communication (NGC2001); London, UK; November 2001 [7] [8] ACKNOWLEDGMENT ADETTI / ISCTE and Lancaster University are part of the E-NEXT ( Network of Excellence. The architecture was implemented and tested using a testbed provided by E-NEXT.

Alkit Reflex RTP reflector/mixer

Alkit Reflex RTP reflector/mixer Alkit Reflex RTP reflector/mixer Mathias Johanson, Ph.D. Alkit Communications Introduction Real time audio and video communication over IP networks is attracting a lot of interest for applications like

More information

Integrating Voice over IP services in IPv4 and IPv6 networks

Integrating Voice over IP services in IPv4 and IPv6 networks ARTICLE Integrating Voice over IP services in IPv4 and IPv6 networks Lambros Lambrinos Dept.of Communication and Internet studies Cyprus University of Technology Limassol 3603, Cyprus lambros.lambrinos@cut.ac.cy

More information

Design of a SIP Outbound Edge Proxy (EPSIP)

Design of a SIP Outbound Edge Proxy (EPSIP) Design of a SIP Outbound Edge Proxy (EPSIP) Sergio Lembo Dept. of Communications and Networking Helsinki University of Technology (TKK) P.O. Box 3000, FI-02015 TKK, Finland Jani Heikkinen, Sasu Tarkoma

More information

SIP: Ringing Timer Support for INVITE Client Transaction

SIP: Ringing Timer Support for INVITE Client Transaction SIP: Ringing Timer Support for INVITE Client Transaction Poojan Tanna (poojan@motorola.com) Motorola India Private Limited Outer Ring Road, Bangalore, India 560 037 Abstract-The time for which the Phone

More information

SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University

SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University ABSTRACT The growth of market for real-time IP communications is a big wave prevalent in

More information

Indepth Voice over IP and SIP Networking Course

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

More information

Session Initiation Protocol (SIP) The Emerging System in IP Telephony

Session Initiation Protocol (SIP) The Emerging System in IP Telephony Session Initiation Protocol (SIP) The Emerging System in IP Telephony Introduction Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify and terminate multimedia

More information

White paper. SIP An introduction

White paper. SIP An introduction White paper An introduction Table of contents 1 Introducing 3 2 How does it work? 3 3 Inside a normal call 4 4 DTMF sending commands in sip calls 6 5 Complex environments and higher security 6 6 Summary

More information

SIP Infrastructure Performance Testing

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

More information

2.2 SIP-based Load Balancing. 3 SIP Load Balancing. 3.1 Proposed Load Balancing Solution. 2 Background Research. 2.1 HTTP-based Load Balancing

2.2 SIP-based Load Balancing. 3 SIP Load Balancing. 3.1 Proposed Load Balancing Solution. 2 Background Research. 2.1 HTTP-based Load Balancing SIP TRAFFIC LOAD BALANCING Ramy Farha School of Electrical and Computer Engineering University of Toronto Toronto, Ontario Email: rfarha@comm.utoronto.ca ABSTRACT This paper presents a novel solution to

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

Performance evaluation of the Asterisk PBX

Performance evaluation of the Asterisk PBX Performance evaluation of the Asterisk PBX Luís Sousa Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisboa, Portugal luis.sousa@tagus.ist.utl.pt Abstract Currently PBX (Private Branch exchange)

More information

Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary. About this document

Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary. About this document Fax over IP Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary About this document This document describes how Fax over IP works in general

More information

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Dorgham Sisalem, Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

SIP : Session Initiation Protocol

SIP : Session Initiation Protocol : Session Initiation Protocol EFORT http://www.efort.com (Session Initiation Protocol) as defined in IETF RFC 3261 is a multimedia signaling protocol used for multimedia session establishment, modification

More information

Dynamic Scalable Model for Video Conferencing (DSMVC) using Request Routing

Dynamic Scalable Model for Video Conferencing (DSMVC) using Request Routing Dynamic Scalable Model for Video Conferencing (DSMVC) using Request Routing Adeel Anwar Abbasi*, Tahir Mehmood** {*Department of Computer Sciences, Shaheed Zulfiqar Ali Bhutto Institute of Science and

More information

A Scalable Multi-Server Cluster VoIP System

A Scalable Multi-Server Cluster VoIP System A Scalable Multi-Server Cluster VoIP System Ming-Cheng Liang Li-Tsung Huang Chun-Zer Lee Min Chen Chia-Hung Hsu mcliang@nuk.edu.tw {kpa.huang, chunzer.lee}@gmail.com {minchen, chhsu}@nchc.org.tw Department

More information

An investigation into multimedia service creation using SIP

An investigation into multimedia service creation using SIP An investigation into multimedia service creation using SIP M.C. Hsieh, J. Okuthe and A. Terzoli Department of Computer Science, Rhodes University Grahamstown, 6140, South Africa Email: g9610645@campus.ru.ac.za

More information

Research on P2P-SIP based VoIP system enhanced by UPnP technology

Research on P2P-SIP based VoIP system enhanced by UPnP technology December 2010, 17(Suppl. 2): 36 40 www.sciencedirect.com/science/journal/10058885 The Journal of China Universities of Posts and Telecommunications http://www.jcupt.com Research on P2P-SIP based VoIP system

More information

Improving Quality in Voice Over Internet Protocol (VOIP) on Mobile Devices in Pervasive Environment

Improving Quality in Voice Over Internet Protocol (VOIP) on Mobile Devices in Pervasive Environment Journal of Computer Applications ISSN: 0974 1925, Volume-5, Issue EICA2012-4, February 10, 2012 Improving Quality in Voice Over Internet Protocol (VOIP) on Mobile Devices in Pervasive Environment Mr. S.Thiruppathi

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application Author: Fung, King Pong MSc in Information Technology The Hong Kong Polytechnic University June 1999 i Abstract Abstract of dissertation

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

Active traffic monitoring for heterogeneous environments

Active traffic monitoring for heterogeneous environments Active traffic monitoring for heterogeneous environments Hélder Veiga, Teresa Pinho, José Luis Oliveira, Rui Valadas, Paulo Salvador, and António Nogueira University of Aveiro/Institute of Telecommunications

More information

Voice over IP Communications

Voice over IP Communications SIP The Next Big Step Voice over IP Communications Presented By: Stephen J. Guthrie VP of Operations Blue Ocean Technologies Goals What are our Goals for Today? Executive Summary: It is expected that real-time

More information

How To Provide Qos Based Routing In The Internet

How To Provide Qos Based Routing In The Internet CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this

More information

Network Convergence and the NAT/Firewall Problems

Network Convergence and the NAT/Firewall Problems Network Convergence and the NAT/Firewall Problems Victor Paulsamy Zapex Technologies, Inc. Mountain View, CA 94043 Samir Chatterjee School of Information Science Claremont Graduate University Claremont,

More information

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

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

More information

AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL

AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL João Paulo Sousa Instituto Politécnico de Bragança R. João Maria Sarmento Pimentel, 5370-326 Mirandela, Portugal + 35 27 820 3 40 jpaulo@ipb.pt Eurico Carrapatoso

More information

A Lightweight Secure SIP Model for End-to-End Communication

A Lightweight Secure SIP Model for End-to-End Communication A Lightweight Secure SIP Model for End-to-End Communication Weirong Jiang Research Institute of Information Technology, Tsinghua University, Beijing, 100084, P.R.China jwr2000@mails.tsinghua.edu.cn Abstract

More information

Two-Stage Forking for SIP-based VoIP Services

Two-Stage Forking for SIP-based VoIP Services Two-Stage Forking for SIP-based VoIP Services Tsan-Pin Wang National Taichung University An-Chi Chen Providence University Li-Hsing Yen National University of Kaohsiung Abstract SIP (Session Initiation

More information

SIP Trunking and Voice over IP

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

More information

VoIP for Radio Networks

VoIP for Radio Networks White Paper VoIP for Radio Networks Revision 1.0 www.omnitronicsworld.com In the early eighties, a communications protocol was created that allowed the research community to send data anywhere in the world

More information

Solving the Firewall and NAT Traversal Issues for SIP-based VoIP

Solving the Firewall and NAT Traversal Issues for SIP-based VoIP Solving the Firewall and Traversal Issues for SIP-based VoIP Yevgeniy Yeryomin Technische Universität Ilmenau Germany, 98693 Ilmenau EMail: yevgeniy.yeryomin@tu-ilmenau.de Florian Evers Technische Universität

More information

Analysis of SIP Traffic Behavior with NetFlow-based Statistical Information

Analysis of SIP Traffic Behavior with NetFlow-based Statistical Information Analysis of SIP Traffic Behavior with NetFlow-based Statistical Information Changyong Lee, Hwankuk-Kim, Hyuncheol Jeong, Yoojae Won Korea Information Security Agency, IT Infrastructure Protection Division

More information

3 The Network Architecture

3 The Network Architecture SIP-H323: a solution for interworking saving existing architecture G. De Marco 1, S. Loreto 2, G. Sorrentino 3, L. Veltri 3 1 University of Salerno - DIIIE- Via Ponte Don Melillo - 56126 Fisciano(Sa) Italy

More information

Encapsulating Voice in IP Packets

Encapsulating Voice in IP Packets Encapsulating Voice in IP Packets Major VoIP Protocols This topic defines the major VoIP protocols and matches them with the seven layers of the OSI model. Major VoIP Protocols 15 The major VoIP protocols

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1. Introduction to Session Internet Protocol... 2 2. History, Initiation & Implementation... 3 3. Development & Applications... 4 4. Function & Capability... 5 5. SIP Clients & Servers... 6 5.1.

More information

Developing Higher Density Solutions with Dialogic Host Media Processing Software

Developing Higher Density Solutions with Dialogic Host Media Processing Software Telecom Dialogic HMP Media Server Developing Higher Density Solutions with Dialogic Host Media Processing Software A Strategy for Load Balancing and Fault Handling Developing Higher Density Solutions with

More information

A Comparative Study of Signalling Protocols Used In VoIP

A Comparative Study of Signalling Protocols Used In VoIP A Comparative Study of Signalling Protocols Used In VoIP Suman Lasrado *1, Noel Gonsalves *2 Asst. Prof, Dept. of MCA, AIMIT, St. Aloysius College (Autonomous), Mangalore, Karnataka, India Student, Dept.

More information

Design of a new architecture for audioconferences based on SIP Multicast and Genetic Algorithms

Design of a new architecture for audioconferences based on SIP Multicast and Genetic Algorithms Design of a new architecture for audioconferences based on SIP Multicast and Genetic Algorithms Carlos M. MORENO Universidad Central de Venezuela Jefe del Departamento de Comunicaciones. Caracas, Postal

More information

A SIP Load Balancer for Performance Enlargement on the Enterprise Network

A SIP Load Balancer for Performance Enlargement on the Enterprise Network A SIP Load Balancer for Performance Enlargement on the Enterprise etwork Mi-Ryong Park, Joo-Myung Seok, Kyou-ho Lee etwork Research Department, ETRI 161 Gajung ousung Daejon Korea, Rep. of http://www.etri.re.kr

More information

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom A Mobility Management Scheme using - for Realtime Services across Heterogeneous Networks Hyelim Park 1 Myungchul Kim 1 Sooyong Lee 1 Sungwon Kang 1 Yongho Kim 2 1 School of Engineering, Information and

More information

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt Adaptive Quality of Service of Voice over IP Communications Nelson Costa Instituto Superior Técnico (IST) Lisbon, Portugal eng.ncosta@gmail.com Authors Mário Serafim Nunes Lisbon, Portugal mario.nunes@inesc-id.pt

More information

NAT Traversal in SIP. Baruch Sterman, Ph.D. Chief Scientist baruch@deltathree.com. David Schwartz Director, Telephony Research davids@deltathree.

NAT Traversal in SIP. Baruch Sterman, Ph.D. Chief Scientist baruch@deltathree.com. David Schwartz Director, Telephony Research davids@deltathree. Baruch Sterman, Ph.D. Chief Scientist baruch@deltathree.com David Schwartz Director, Telephony Research davids@deltathree.com Table of Contents 2 3 Background Types of Full Cone Restricted Cone Port Restricted

More information

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking ININ IC3 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 August 30, 2011 CHANGE HISTORY Version Date Change Details Changed By 1.0 8/30/2011

More information

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT)

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Basic IP phone set up The SIP protocol Computer Networks - 1/2 Learning Objectives

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

Best Practices for SIP Security

Best Practices for SIP Security Best Practices for SIP Security IMTC SIP Parity Group Version 21 November 9, 2011 Table of Contents 1. Overview... 33 2. Security Profile... 33 3. Authentication & Identity Protection... 33 4. Protecting

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

Chapter 10 Session Initiation Protocol. Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University

Chapter 10 Session Initiation Protocol. Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Chapter 10 Session Initiation Protocol Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Outline 12.1 An Overview of SIP 12.2 SIP-based GPRS Push

More information

Introduction to VoIP Technology

Introduction to VoIP Technology Lesson 1 Abstract Introduction to VoIP Technology 2012. 01. 06. This first lesson of contains the basic knowledge about the terms and processes concerning the Voice over IP technology. The main goal of

More information

Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29

Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29 Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29 http://www.dinstar.com 1 / 9 Contents Chapter 1: Authors and changes logs... 3 Chapter

More information

Lab Introduction software Voice over IP

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

More information

Today s Hottest Communications Protocol Comes of Age. Understanding SIP. Today s Hottest Communications Protocol Comes of Age WHITE PAPER

Today s Hottest Communications Protocol Comes of Age. Understanding SIP. Today s Hottest Communications Protocol Comes of Age WHITE PAPER Understanding SIP Today s Hottest Communications Protocol Comes of Age WHITE PAPER Introduction The growing thirst among communications providers, their partners and subscribers for a new generation of

More information

Columbia - Verizon Research Securing SIP: Scalable Mechanisms For Protecting SIP-Based Systems

Columbia - Verizon Research Securing SIP: Scalable Mechanisms For Protecting SIP-Based Systems Columbia - Verizon Research Securing SIP: Scalable Mechanisms For Protecting SIP-Based Systems Henning Schulzrinne Eilon Yardeni Somdutt Patnaik Columbia University CS Department Gaston Ormazabal Verizon

More information

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

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

More information

A Novel Distributed Wireless VoIP Server Based on SIP

A Novel Distributed Wireless VoIP Server Based on SIP A Novel Distributed Wireless VoIP Server Based on SIP Yuebin Bai 1,Syed Aminullah 1, Qingmian Han 2, Ding Wang 1, Tan Zhang 1,and Depei Qian 1 1 (School of Computer Science and Engineering, Beihang University,

More information

Voice over IP. Presentation Outline. Objectives

Voice over IP. Presentation Outline. Objectives Voice over IP Professor Richard Harris Presentation Outline Brief overview of VoIP and applications Challenges of VoIP IP Support for Voice Protocols used for VoIP (current views) RTP RTCP RSVP H.323 Semester

More information

TEL 500. Reaction paper 1. Voice Communications. To Build Context-Aware VoIP Support using Session Initiation Protocol

TEL 500. Reaction paper 1. Voice Communications. To Build Context-Aware VoIP Support using Session Initiation Protocol TEL 500 Reaction paper 1 Voice Communications To Build Context-Aware VoIP Support using Session Initiation Protocol Submitted to Prof. Ronny Bull By Prasad S V L N Vunnam About the Paper: The authors of

More information

Chapter 2 PSTN and VoIP Services Context

Chapter 2 PSTN and VoIP Services Context Chapter 2 PSTN and VoIP Services Context 2.1 SS7 and PSTN Services Context 2.1.1 PSTN Architecture During the 1990s, the telecommunication industries provided various PSTN services to the subscribers using

More information

Chapter 2 Voice over Internet Protocol

Chapter 2 Voice over Internet Protocol Chapter 2 Voice over Internet Protocol Abstract This chapter presents an overview of the architecture and protocols involved in implementing VoIP networks. After the overview, the chapter discusses the

More information

Overview of Voice Over Internet Protocol

Overview of Voice Over Internet Protocol Overview of Voice Over Internet Protocol Purva R. Rajkotia, Samsung Electronics November 4,2004 Overview of Voice Over Internet Protocol Presentation Outline History of VoIP What is VoIP? Components of

More information

Cisco CME Features and Functionality

Cisco CME Features and Functionality Cisco CME Features and Functionality Supported Protocols and Integration Options This topic describes the supported protocols and integration options of Cisco CME. Supported Protocols and Integration FAX

More information

NTP VoIP Platform: A SIP VoIP Platform and Its Services

NTP VoIP Platform: A SIP VoIP Platform and Its Services NTP VoIP Platform: A SIP VoIP Platform and Its Services Speaker: Dr. Chai-Hien Gan National Chiao Tung University, Taiwan Email: chgan@csie.nctu.edu.tw Date: 2006/05/02 1 Outline Introduction NTP VoIP

More information

Design, implementation and analysis of a large scale audio conferencing system using SIP

Design, implementation and analysis of a large scale audio conferencing system using SIP Design, implementation and analysis of a large scale audio conferencing system using SIP A n t ó n i o V a r a n d a & T i a g o L o u r e i r o Master of Science Thesis Stockholm, Sweden 2006 ECS/ICT-2006-07

More information

Deployment of a Wireless Hybrid and Mobile Network for VoIP Services Based on Open Source Software

Deployment of a Wireless Hybrid and Mobile Network for VoIP Services Based on Open Source Software Deployment of a Wireless Hybrid and Mobile Network for VoIP Services Based on Open Source Software Danilo F. S. Santos, José L. do Nascimento, Olympio C. S. Filho and Angelo Perkusich 1 Embedded Systems

More information

A Service Platform for Subscription-Based Live Video Streaming

A Service Platform for Subscription-Based Live Video Streaming A Service Platform for Subscription-Based Live Video Streaming Kelum Vithana 1, Shantha Fernando 2, Dileeka Dias 3 1 Dialog - University of Moratuwa Mobile Communications Research Laboratory 2 Department

More information

10 Signaling Protocols for Multimedia Communication

10 Signaling Protocols for Multimedia Communication Outline (Preliminary) 1. Introduction and Motivation 2. Digital Rights Management 3. Cryptographic Techniques 4. Electronic Payment Systems 5. Multimedia Content Description Part I: Content-Oriented Base

More information

Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks

Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks Mehdi Mani Wireless Networks and Multimedia Service Department GET-INT Evry, France mehdi.mani@int-evry.fr Noel Crespi Wireless

More information

A Brief Overview of VoIP Security. By John McCarron. Voice of Internet Protocol is the next generation telecommunications method.

A Brief Overview of VoIP Security. By John McCarron. Voice of Internet Protocol is the next generation telecommunications method. A Brief Overview of VoIP Security By John McCarron Voice of Internet Protocol is the next generation telecommunications method. It allows to phone calls to be route over a data network thus saving money

More information

SIP EXPRESS MEDIA SERVER (SEMS) WITH MPEG4 SUPPORT

SIP EXPRESS MEDIA SERVER (SEMS) WITH MPEG4 SUPPORT SIP EXPRESS MEDIA SERVER (SEMS) WITH MPEG4 SUPPORT Pradnya Gaonkar Kodanda Rami Reddy V Sandeep Mamilla Shubhra Pahwa Siva Mullati pradnya.gaonkar@iiitb.org kodandaramireddy.v@iiitb.org sandeep.mamilla@iiitb.org

More information

SIP: Ringing Timer Support for INVITE Client Transaction

SIP: Ringing Timer Support for INVITE Client Transaction SIP: Ringing Timer Support for INVITE Client Transaction Poojan Tanna (poojan@motorola.com) Motorola India Private Limited Outer Ring Road, Bangalore, India 560 037 Abstract-The time for which the Phone

More information

(Refer Slide Time: 6:17)

(Refer Slide Time: 6:17) Digital Video and Picture Communication Prof. S. Sengupta Department of Electronics and Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 39 Video Conferencing: SIP Protocol

More information

Open IMS Core with VoIP Quality Adaptation

Open IMS Core with VoIP Quality Adaptation Open IMS Core with VoIP Quality Adaptation Is-Haka Mkwawa, Emmanuel Jammeh, Lingfen Sun, Asiya Khan and Emmanuel Ifeachor Centre for Signal Processing and Multimedia Communication School of Computing,Communication

More information

NAT and Firewall Traversal with STUN / TURN / ICE

NAT and Firewall Traversal with STUN / TURN / ICE NAT and Firewall Traversal with STUN / TURN / ICE Simon Perreault Viagénie {mailto sip}:simon.perreault@viagenie.ca http://www.viagenie.ca Credentials Consultant in IP networking and VoIP at Viagénie.

More information

Sangheon Pack, EunKyoung Paik, and Yanghee Choi

Sangheon Pack, EunKyoung Paik, and Yanghee Choi 1 Design of SIP Server for Efficient Media Negotiation Sangheon Pack, EunKyoung Paik, and Yanghee Choi Multimedia & Communication Laboratory, Seoul National University, Korea ABSTRACT Voice over IP (VoIP)

More information

Voice over IP & Other Multimedia Protocols. SIP: Session Initiation Protocol. IETF service vision. Advanced Networking

Voice over IP & Other Multimedia Protocols. SIP: Session Initiation Protocol. IETF service vision. Advanced Networking Advanced Networking Voice over IP & Other Multimedia Protocols Renato Lo Cigno SIP: Session Initiation Protocol Defined by IETF RFC 2543 (first release march 1999) many other RFCs... see IETF site and

More information

Cisco Integrated Services Routers Performance Overview

Cisco Integrated Services Routers Performance Overview Integrated Services Routers Performance Overview What You Will Learn The Integrated Services Routers Generation 2 (ISR G2) provide a robust platform for delivering WAN services, unified communications,

More information

This specification this document to get an official version of this User Network Interface Specification

This specification this document to get an official version of this User Network Interface Specification This specification describes the situation of the Proximus network and services. It will be subject to modifications for corrections or when the network or the services will be modified. Please take into

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 4.1 for use with SKYPE SIP Trunking. SIP CoE 10-4940-00120

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 4.1 for use with SKYPE SIP Trunking. SIP CoE 10-4940-00120 MITEL SIP CoE Technical Configuration Notes Configure MCD 4.1 for use with SKYPE SIP Trunking SIP CoE 10-4940-00120 NOTICE The information contained in this document is believed to be accurate in all respects

More information

Adding Multi-Homing and Dual-Stack Support to the Session Initiation Protocol

Adding Multi-Homing and Dual-Stack Support to the Session Initiation Protocol Adding Multi-Homing and Dual-Stack Support to the Session Initiation Protocol Mario Baldi, Fulvio Risso, Livio Torrero Dipartimento di Automatica e Informatica, Politecnico di Torino, Torino, Italy {mario.baldi,

More information

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack You Joung Ham Graduate School of Computer Engineering, Hanshin University, 411, Yangsan-dong, Osan, Gyeonggi, Rep. of Korea

More information

Marratech Technology Whitepaper

Marratech Technology Whitepaper Marratech Technology Whitepaper Marratech s technology builds on many years of focused R&D and key reference deployments. It has evolved into a market leading platform for Real Time Collaboration (RTC)

More information

A Web Services Framework for Collaboration and Audio/Videoconferencing

A Web Services Framework for Collaboration and Audio/Videoconferencing A Web Services Framework for Collaboration and Audio/Videoconferencing Geoffrey Fox, Wenjun Wu, Ahmet Uyar, Hasan Bulut Community Grid Computing Laboratory, Indiana University gcf@indiana.edu, wewu@indiana.edu,

More information

White Paper. Traversing Firewalls with Video over IP: Issues and Solutions

White Paper. Traversing Firewalls with Video over IP: Issues and Solutions Traversing Firewalls with Video over IP: Issues and Solutions V Table of Contents Introduction Role of a Firewall Deployment Issues Relating to IP Video and Firewall Traversal The VCON SecureConnect Solution

More information

Setting up a reflector-reflector interconnection using Alkit Reflex RTP reflector/mixer

Setting up a reflector-reflector interconnection using Alkit Reflex RTP reflector/mixer Setting up a reflector-reflector interconnection using Alkit Reflex RTP reflector/mixer Mathias Johanson Alkit Communications AB Introduction The Alkit Reflex reflector/mixer system can be set-up to interconnect

More information

EarthLink Business SIP Trunking. NEC SV8300 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. NEC SV8300 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking NEC SV8300 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 May 18, 2012 CHANGE HISTORY Version Date Change Details Changed By 1.0 5/18/2012

More information

Mixer/Translator VOIP/SIP. Translator. Mixer

Mixer/Translator VOIP/SIP. Translator. Mixer Mixer/Translator VOIP/SIP RTP Mixer, translator A mixer combines several media stream into a one new stream (with possible new encoding) reduced bandwidth networks (video or telephone conference) appears

More information

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

Curso de Telefonía IP para el MTC. Sesión 1 Introducción. Mg. Antonio Ocampo Zúñiga Curso de Telefonía IP para el MTC Sesión 1 Introducción Mg. Antonio Ocampo Zúñiga Conceptos Generales VoIP Essentials Family of technologies Carries voice calls over an IP network VoIP services convert

More information

Multimedia Communications Voice over IP

Multimedia Communications Voice over IP Multimedia Communications Voice over IP Anandi Giridharan Electrical Communication Engineering, Indian Institute of Science, Bangalore 560012, India Voice over IP (Real time protocols) Internet Telephony

More information

Multicasting with Mobile IP & The Session Initiation Protocol

Multicasting with Mobile IP & The Session Initiation Protocol Multicasting with Mobile IP & The Session Initiation Protocol Hamad el Allali and Cristian Hesselman Abstract This report discusses how Mobile IP deals with multicast communications and describes a possible

More information

VoIP Server Reference

VoIP Server Reference IceWarp Server VoIP Server Reference Version 10 Printed on 12 August, 2009 i Contents VoIP Service 1 Introduction... 1 V10 New Features... 3 SIP REFER... 3 SIP Call Transfer Agent Settings... 3 NAT traversal

More information

SIP, Session Initiation Protocol used in VoIP

SIP, Session Initiation Protocol used in VoIP SIP, Session Initiation Protocol used in VoIP Page 1 of 9 Secure Computer Systems IDT658, HT2005 Karin Tybring Petra Wahlund Zhu Yunyun Table of Contents SIP, Session Initiation Protocol...1 used in VoIP...1

More information

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Document Summary This document provides information on several integration scenarios

More information

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction Introduction This 4-day course offers a practical introduction to 'hands on' VoIP engineering. Voice over IP promises to reduce your telephony costs and provides unique opportunities for integrating voice

More information

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Network Research Group, School of Computer Sciences Universiti Sains Malaysia11800 Penang, Malaysia Abstract

More information