23
Information and Communication Networks H.323 and SIP Comparing Their Service Architectures Dr. Harald Müller 2002-04-09

Information and Communication Networks H.323 and SIP Comparing

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Information and Communication Networks H.323 and SIP Comparing

Informationand Communication Networks

H.323 and SIPComparing Their Service ArchitecturesDr. Harald Müller 2002-04-09

Page 2: Information and Communication Networks H.323 and SIP Comparing

2pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

Outline

! Focus! Comparison of the two major VoIP protocols H.323 and

SIP with respect to their service architectures

! Outline! H.323 and SIP Overview! Service Implementation Concepts! Supplementary Service Example

Page 3: Information and Communication Networks H.323 and SIP Comparing

3pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Architecture

H.323Endpoint Gateway H.323

Endpoint

Other Networks

Gatekeeper MCUPacket based network

MCU MultipointControl Unit

Page 4: Information and Communication Networks H.323 and SIP Comparing

4pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 System/Standards

AV I/O

Equipment

IP

TCP UDP

RTP

(H.225.0)

G.7xx H.26x

RTCP

(H.225.0)

GK

RAS

(H.225.0)Q.931

(H.225.0)

H.245T.125T.124

H.450.1H

.450

.2

Application & System

Control

DataT.12x

Receive Path Delay

H.4

50.3

�.

H.323

AV I/O

Equipment

IP

TCP UDP

G.7xx H.26x

RTCPGK

RAS

(H.225.0)Q.931

(H.225.0)

H.245T.125T.124

Application & SystemControl

DataT.12x

H.323

H.450.1H

.450

.2H

.450

.3�

.

ServiceControl

RTP

Page 5: Information and Communication Networks H.323 and SIP Comparing

5pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Architecture (Example)

Gateway SIPUser Agent

Other Networks

ProxyServer

RedirectServer

IP network

SIPUser Agent

Registrar ConferenceServer

Page 6: Information and Communication Networks H.323 and SIP Comparing

6pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP System/Standards

IP

TCP UDP

SIP

RTP

Audio Video

AV I/O Equipm.Application & System Control

message body: e.g. SDP, PINT

Call Control Framework + Extensions (REFER, INFO, REPLACE, ...)

CallTransfer

CallDiversion

Other servicese.g. PINT init. ISDN

phone call

Data services

e.g. usingRTSP

ServiceControl

...CallHold

Page 7: Information and Communication Networks H.323 and SIP Comparing

7pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

A First Comparison

SIP and H.323 Architecture Components

SIP and H.323 Protocol Components

Client Servers in the Network SIP (IETF) Terminal Proxy Server,

Redirect Server, Registrar

Conference Server* Gateway*

H.323 (ITU-T) Terminal Gatekeeper MCU Gateway *not standardized up to now

Feature Control Realtime Data Transmission

Call Control Framework Extensions

Signaling Procedure Variants

SIP (IETF) RTP/RTCP SIP (SDP)

call control framework*

Transfer*, �

- SIP-INVITE Transaction

H.323 (ITU-T) RTP/RTCP H.225.0, H.245

H.450.1 H.450.2 � H.450.12

Basic Call Setup

Fast Connect

*Draft

Page 8: Information and Communication Networks H.323 and SIP Comparing

8pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Service Implementation - Overview

! H.450 Distributed Features

! Feature Combinations

! Stimulus Feature Control

! Application Layer Feature Control

Page 9: Information and Communication Networks H.323 and SIP Comparing

9pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Service Implementation (1)

! H.450 DistributedFeatures! 12 Standards with about

25 features available today

! Framework for dealing with feature complexityand interactions

Common InformationH.450.12

Call IntrusionH.450.11

Call OfferingH.450.10

Call CompletionH.450.9

Names IdentificationH.450.8

Message Waiting IndicationH.450.7

Call WaitingH.450.6

Call Park and Call PickupH.450.5

Call HoldH.450.4

Call DiversionH.450.3

Call TransferH.450.2

Generic Functions for Supplementary Services

H.450.1

Page 10: Information and Communication Networks H.323 and SIP Comparing

10pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Service Implementation (2)

! H.450 Framework! Explicit and independent

state machine for each feature

! Extension mechanism! Generic feature

interaction mechanism possible

! Generic processing of H.450 operations

! Service negotiation(H.450.12)

Basic Call

H.225.0

H.450.1 �Generic Functions�

H.450.2 H.450.n

Network

Page 11: Information and Communication Networks H.323 and SIP Comparing

11pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Service Implementation (3)

! Feature Combinations! H.450 design philosophy is to define building blocks! Feature control above H.450 (client and server) using API

(e.g. JTAPI)! 1st Party Application Example:

" Attendant console = Basic Call (multiple line) + Call Hold (H.450.4) + Call Transfer (H.450.2)

! 3rd Party Application Example:" ACD (Automatic Call Distribution) =

Basic Call +Call Transfer (H.450.2) to music/media server +ACD Agent Monitoring using CTI Interface +CTI-Initiated Call Transfer (H.450.2)

Page 12: Information and Communication Networks H.323 and SIP Comparing

12pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

H.323 Service Implementation (4)

! Stimulus Feature Control! H.323 Annex L! Centralized feature control (stimulus) on top of H.323 basic

call (functional)! Phone feature package and signaling identical to H.248

" Phone capabilities" Key presses" Display messages" Feature Indicators (LEDs)

! Application Layer Feature Control! H.323 Annex K! Introduces service plane above call control plane! Call-related and call independent service control! Service control session established by exchanging e.g. URL

Page 13: Information and Communication Networks H.323 and SIP Comparing

13pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation - Overview

! Existing Supplementary Services (RFCs and Drafts)

! Service Negotiation

! Service Programming Languages! CPL! SIP-CGI! SIP Servlets

Page 14: Information and Communication Networks H.323 and SIP Comparing

14pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation (1)

! Existing Services (RFCs)! Call Hold (non-explicit in

SIP basic RFC 2543)! Call Transfer (draft)! Call Diversion (extensions

in framework)! Some other drafts with

call flows, no RFCs! Call Control Framework

! Methodology to define new generic messagesand headers and use them for Suppl. services

SIP Basic Transaction Protocol (incl. SDP)

UDP, TCP

Call Control Framework + SIP Extensions

(REFER, INFO, REPLACE, ...)

Call Transfer

Network

Call Diversion

Call Hold

...

...

Page 15: Information and Communication Networks H.323 and SIP Comparing

15pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation (2)

! Service Negotiation! Simplify the use of call control extensions! Headers defined in SIP

" REQUIRE# Tell the other side (user agent server) which options are expected

for the current call

" ALLOW# Tell the other side (user agent client) which methods are supported

by the resource identified by Request-URI

" SUPPORTED# Enumerates all capabilities of user agent client or server in requests

and responses

Page 16: Information and Communication Networks H.323 and SIP Comparing

16pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation (3)

! Service Programming Languages! On top of SIP basic call flows! Three different methods

" CPL (Call Processing Language, RFC 2824)" SIP-CGI (Common Gateway Interface, RFC 3050)" SIP Servlets

! Service logic location" SIP Server (CPL, SIP-CGI)" SIP server or User agent (SIP Servlets)

! Security" Untrusted users (CPL)" Trusted users (SIP-CGI, SIP Servlets)

Page 17: Information and Communication Networks H.323 and SIP Comparing

17pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementations - CPL

! Script language for untrusted users! Users can generate CPL scripts and upload them to a

server! CPL script is processed on the server! Restrictive function set to avoid security and performance

problems! CPL is independent of the signaling protocol

! Also suggested for H.323

Page 18: Information and Communication Networks H.323 and SIP Comparing

18pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation � SIP-CGI

! Programming solution for trusted users (e.g. server administrators)

! Almost unlimited function set! Language independent (e.g. Perl, C, VisualBasic, TCL, ...)! Access to all SIP headers (read and write)! Most unrestricted service programming language

! Differences to HTTP-CGI! Persistence model (stateful processing)! Proxying requests (forking)

Page 19: Information and Communication Networks H.323 and SIP Comparing

19pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

SIP Service Implementation � SIP Servlets

! Compromise between security and function set! Java API for SIP servers

! Servlet written in Java! Access to all parts of SIP message

! SIP servlet interacts with the servlet engine of the SIP server! Servlet engine and Java environment required! Runtime verification of servlet commands

Page 20: Information and Communication Networks H.323 and SIP Comparing

20pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

Example: Single Step Transfer in SIP

Transferred User BTransfering User A

INVITE (SDP: c=0.0.0.0)

INVITE

ACK200 OK

Completed

ACK

200 OK

Transferred To User C

Initial

Success

Proceeding

REFER

BYE

200 OK

OK 200

100 TRYING

Voice/Video B<->C

Completed

?

?

?

Completed

Voice/Video A<->B

Page 21: Information and Communication Networks H.323 and SIP Comparing

21pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

Example: Single Step Transfer in H.323

Transferred-to User CTransferring User A

FACILITY (ctInitiate.Invoke)

Transferred User B

SETUP (ctSetup. Invoke)

ALERTING (ctSetup.rr)RELEASE COMPLETE(ctInitiate.rr)

Feature State

Call State

Feature State

Call State

Feature State

Call State

Idle

CT -Await -Connect

Voice/Video A<->B

CT -Await -Setup -Response

CALL_PROCEEDING

CT -Idle

CONNECT

CT -Await -Initiate -Response

Active Active

CT -Idle

CT -Idle

Incoming

Idle

Ringing

Active

Voice/Video B<->C

Page 22: Information and Communication Networks H.323 and SIP Comparing

22pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

Comparison from a Service Perspective

! Characteristics of H.323! �Tight� standard! Interoperability in open

environments! Interworking with PSTN

and PBX! Standard is more mature! H.450 framework

supports complexity of supplementary services(incl. feature interactions)

! Rich feature set, still growing

! Feature set extensible

! Characteristics of SIP! �Open� standard! Broader scope for all

kinds of applications! More flexible in closed

environments (all endpoints/servers under single control)

! Protocol has lower complexity -> better for lightweight non VoIP clients

! Feature set extensible! Several service

programming languages described

Page 23: Information and Communication Networks H.323 and SIP Comparing

23pa

ge

Information and Communication Networks

H.323 and SIP � Service Architectures 4/10

/200

2

References and Further Reading

! Full Paper Version! Josef Glasmann, Wolfgang Kellerer, Dr. Harald Müller: Service

Architectures in H.323 and SIP - A Comparison. " Whitepaper at Sipcenter,

http://www.sipcenter.com/files/Service_Architecures_SIP-H323.pdf" Whitepaper at Packetizer,

http://packetizer.com/iptel/h323_vs_sip/complist.html! Other Whitepapers

! Other SIP/H.323 related Whitepapers" http://www.sipcenter.com/files/" http://packetizer.com/iptel/h323_vs_sip/complist.html