#include <osip.h>
Public Attributes | |
| void * | your_instance |
| int | transactionid |
| osip_fifo_t * | transactionff |
| osip_via_t * | topvia |
| osip_from_t * | from |
| osip_to_t * | to |
| osip_call_id_t * | callid |
| osip_cseq_t * | cseq |
| osip_message_t * | orig_request |
| osip_message_t * | last_response |
| osip_message_t * | ack |
| state_t | state |
| time_t | birth_time |
| time_t | completed_time |
| int | in_socket |
| int | out_socket |
| void * | config |
| osip_fsm_type_t | ctx_type |
| osip_ict_t * | ict_context |
| osip_ist_t * | ist_context |
| osip_nict_t * | nict_context |
| osip_nist_t * | nist_context |
|
|
ack request sent |
|
|
birth date of transaction |
|
|
CALL-LEG definition (Call-ID) |
|
|
end date of transaction |
|
|
CALL-LEG definition (CSeq) |
|
|
Type of the transaction |
|
|
CALL-LEG definition (From) |
|
|
Optional socket for incoming message |
|
|
Last response |
|
|
Initial request |
|
|
Optional place for outgoing message |
|
|
Current state of the transaction |
|
|
CALL-LEG definition (To) |
|
|
CALL-LEG definition (Top Via) |
|
|
events must be added in this fifo |
|
|
Internal Transaction Identifier. |
|
|
User Defined Pointer. |
1.4.1