oSIP SIP Message Accessor Routines
More...
Include dependency graph for osip_message.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
Structure for SIP Message (REQUEST and RESPONSE).
More...
Macros
You can re-define your own maximum length for SIP message.
More...
You can define the maximum length for a body inside a SIP message.
More...
Test if the message is a SIP RESPONSE.
More...
Test if the message is a SIP REQUEST.
More...
Test if the message is an INVITE REQUEST.
More...
Test if the message is an ACK REQUEST.
More...
Test if the message is a REGISTER REQUEST.
More...
Test if the message is a BYE REQUEST.
More...
Test if the message is an OPTIONS REQUEST.
More...
Test if the message is an INFO REQUEST.
More...
Test if the message is a CANCEL REQUEST.
More...
Test if the message is a REFER REQUEST.
More...
Test if the message is a NOTIFY REQUEST.
More...
Test if the message is a SUBSCRIBE REQUEST.
More...
Test if the message is a MESSAGE REQUEST.
More...
Test if the message is a PRACK REQUEST (!! PRACK IS NOT SUPPORTED by the fsm!!)
More...
Test if the message is an UPDATE REQUEST.
More...
Test if the message is an UPDATE REQUEST.
More...
Test if the message is a response with status between 100 and 199.
More...
Test if the message is a response with status between 200 and 299.
More...
Test if the message is a response with status between 300 and 399.
More...
Test if the message is a response with status between 400 and 499.
More...
Test if the message is a response with status between 500 and 599.
More...
Test if the message is a response with status between 600 and 699.
More...
Test if the message is a response with a status set to the code value.
More...
Test if the message is a response for a REQUEST of certain type.
More...
Allocate a generic parameter element.
More...
Free a generic parameter element.
More...
Set values of a generic parameter element.
More...
Clone a generic parameter element.
More...
Allocate and add a generic parameter element in a list.
More...
Find in a generic parameter element in a list.
More...
Typedefs
Structure for SIP Message (REQUEST and RESPONSE).
More...
Functions
Allocate a osip_message_t element.
More...
Free all resource in a osip_message_t element.
More...
Parse a osip_message_t element.
More...
Parse a message/sipfrag part and store it in an osip_message_t element.
More...
Get a string representation of a osip_message_t element.
More...
Get a string representation of a message/sipfrag part stored in an osip_message_t element.
More...
Clone a osip_message_t element.
More...
Set the name of a generic parameter element.
More...
Get the name of a generic parameter element.
More...
Set the value of a generic parameter element.
More...
Get the value of a generic parameter element.
More...
Get the a known header from a list of known header.
More...
Detailed Description
oSIP SIP Message Accessor Routines
This is the SIP accessor and parser related API.
Definition in file osip_message.h.