SIP API Developer's Guide

Chapter 3 Multithreading and URI Support

This chapter gives details about the multithreading and URI support features of the SIP library.

URI Support

The library supports all of the URI types that are defined in section 25 of RFC 3261.

The library provides access functions to obtain a URI from a SIP header. Other access functions obtain various URI components from the SIP header. To obtain a SIP URI, get the URI value from a SIP header, then parse the value into its components by using the sip_get_uri_parsed() function.