sip 1.12.11devel
|
SIP headers and other SIP message elements. More...
Modules | |
SIP Header X - Conventions | |
For a SIP header X, there are types, functions, macros and global data declared in <sofia-sip/sip_protos.h> and <sofia-sip/sip_hclass.h> as follows: | |
SIP headers and other SIP message elements.
For each SIP header recognized by the SIP module, there is a header structure containing the parsed value. The header structure name is generated from the header name by lowercasing the name, replacing the non-alphanumeric characters (usually just minus "-") with underscore "_" characters, and then adding prefix sip_
and suffix _t
. For instance, the contents of header "MIME-Version" is stored in a structure called sip_mime_version_t.