HP-UX Java SIP Stack Programmer's Guide (February 2008)
About This Document
This document discuses the Session Initiation Protocol (SIP) and the Java™ Specification
Request 32 (JSR32) APIs. It describes how to create, compile, and run applications that
use the JSR32 APIs on systems running HP-UX 11i v3. It also describes how to
troubleshoot exceptions raised by the JSR32 APIs.
In addition to the Java SIP stack, the HP implementation of SIP is also available on the
C SIP stack. For information on the HP implementation of the C SIP stack, see “Related
Information” (page 12).
The document printing date and part number indicate the document’s current edition.
The printing date will change when a new edition is printed. Minor changes may be
made at reprint without changing the printing date. The document part number will
change when extensive changes are made.
The latest version of the document is available at:
http://www.docs.hp.com
Document updates can be issued between editions to correct errors or document product
changes. To ensure that you receive the updated or new edition, subscribe to the
appropriate support service.
Contact your HP sales representative for details.
Intended Audience
This document is intended for application developers who write programs using JSR32
APIs. Application developers must be familiar with Java, networking concepts, and
operating system concepts. For more information on JSR32, HP recommends that
application developers read the relevant JSR32 APIs. This document is not a tutorial.
Document Organization
The HP-UX Java SIP Stack Programmer's Guide is organized as follows:
Chapter 1 Chapter 1 (page 17) introduces the SIP protocol. It also discusses the
SIP protocol architecture, components, message types, call flow
scenarios, and implementations on HP-UX.
Chapter 2 Chapter 2 (page 35) introduces the JSR32 SIP APIs. It also discusses
the architecture and features of JSR32 APIs.
Chapter 3 Chapter 3 (page 51) describes how to create an application.
Chapter 4 Chapter 4 (page 55) how to compile and run applications that use the
JSR32 APIs.
Chapter 5 Chapter 5 (page 57) discusses the exceptions raised by the JSR32 APIs.
Intended Audience 11