Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
void(* | callback )(void *token, pjsip_event *e) |
unsigned int | cb_called |
unsigned int | send_cb_called |
pjsip_tx_data * | tdata |
pj_int32_t | timeout |
pj_timer_entry * | timeout_timer |
void * | token |
Definition at line 1552 of file res_pjsip.c.
void(* callback) (void *token, pjsip_event *e) |
The callback to be called upon receipt of a response
Definition at line 1556 of file res_pjsip.c.
unsigned int cb_called |
Non-zero when the callback is called.
Definition at line 1558 of file res_pjsip.c.
unsigned int send_cb_called |
Non-zero if endpt_send_request_cb() was called.
Definition at line 1560 of file res_pjsip.c.
pjsip_tx_data* tdata |
The transmit data.
Definition at line 1566 of file res_pjsip.c.
pj_int32_t timeout |
Original timeout.
Definition at line 1564 of file res_pjsip.c.
pj_timer_entry* timeout_timer |
Timeout timer.
Definition at line 1562 of file res_pjsip.c.
void* token |
Information to be provided to the callback upon receipt of a response
Definition at line 1554 of file res_pjsip.c.