libosip
5.3.0
|
#include <osip.h>
Public Attributes | |
type_t | type |
int | transactionid |
osip_message_t * | sip |
Structure for osip event handling.
osip_message_t* osip_event::sip |
SIP message (optional)
Referenced by osip_create_transaction(), osip_event_free(), osip_new_outgoing_sipmessage(), osip_parse(), osip_transaction_execute(), osip_transaction_find(), and osip_transaction_free2().
int osip_event::transactionid |
identifier of the related osip transaction
Referenced by osip_create_transaction(), osip_new_outgoing_sipmessage(), osip_transaction_add_event(), and osip_transaction_find().
type_t osip_event::type |
Event Type
Referenced by osip_new_outgoing_sipmessage(), osip_parse(), and osip_transaction_execute().