SIP API Developer's Guide

Exit Print View

Updated: July 2014
 
 

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.