#include <osip_message.h>
Public Attributes | |
| char * | sip_version |
| osip_uri_t * | req_uri |
| char * | sip_method |
| int | status_code |
| char * | reason_phrase |
| osip_list_t | accepts |
| osip_list_t | accept_encodings |
| osip_list_t | accept_languages |
| osip_list_t | alert_infos |
| osip_list_t | allows |
| osip_list_t | authentication_infos |
| osip_list_t | authorizations |
| osip_call_id_t * | call_id |
| osip_list_t | call_infos |
| osip_list_t | contacts |
| osip_list_t | content_encodings |
| osip_content_length_t * | content_length |
| osip_content_type_t * | content_type |
| osip_cseq_t * | cseq |
| osip_list_t | error_infos |
| osip_from_t * | from |
| osip_mime_version_t * | mime_version |
| osip_list_t | proxy_authenticates |
| osip_list_t | proxy_authentication_infos |
| osip_list_t | proxy_authorizations |
| osip_list_t | record_routes |
| osip_list_t | routes |
| osip_to_t * | to |
| osip_list_t | vias |
| osip_list_t | www_authenticates |
| osip_list_t | headers |
| osip_list_t | bodies |
| int | message_property |
| char * | message |
| size_t | message_length |
| void * | application_data |
SIP version (SIP request only)
Request-Uri (SIP request only)
| char* osip_message::sip_method |
METHOD (SIP request only)
Status Code (SIP answer only)
Reason Phrase (SIP answer only)
Accept headers
Accept-Encoding headers
Accept-Language headers
Alert-Info headers
Allows headers
authentication_info headers
Authorizations headers
Call-ID header
Call-Infos header
Contacts headers
Content-Encodings headers
Content-Length header
Content-Type header
CSeq header
Error-Info headers
From header
Mime-Version header
Proxy-Authenticate headers
P-Authentication-Info headers
Proxy-authorization headers
Record-Route headers
Route headers
To header
Vias headers
WWW-Authenticate headers
Other headers
List of attachements
1.5.4