SIP message object. More...
#include <sip.h>
SIP message object.
This structure contains a parsed SIP message. The struct is usually referred with typedef sip_t. It is used to access the headers and payload within the SIP message. The generic transport aspects of the message, like network address, is accessed using the msg_t object directly.