|
sip 1.13.17
|
Topics | |
| SIP Header X - Conventions | |
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.