Asterisk - The Open Source Telephony Project
18.5.0
|
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 4607 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 4611 of file res_pjsip.c.
Referenced by endpt_send_request(), endpt_send_request_cb(), and send_request_timer_callback().
unsigned int cb_called |
Non-zero when the callback is called.
Definition at line 4613 of file res_pjsip.c.
Referenced by endpt_send_request(), endpt_send_request_cb(), and send_request_timer_callback().
unsigned int send_cb_called |
Non-zero if endpt_send_request_cb() was called.
Definition at line 4615 of file res_pjsip.c.
Referenced by endpt_send_request(), and endpt_send_request_cb().
pjsip_tx_data* tdata |
The transmit data.
Definition at line 4621 of file res_pjsip.c.
Referenced by endpt_send_request(), send_request_timer_callback(), and send_request_wrapper_destructor().
pj_int32_t timeout |
Original timeout.
Definition at line 4619 of file res_pjsip.c.
Referenced by endpt_send_request(), and send_request_timer_callback().
pj_timer_entry* timeout_timer |
Timeout timer.
Definition at line 4617 of file res_pjsip.c.
Referenced by endpt_send_request(), and endpt_send_request_cb().
void* token |
Information to be provided to the callback upon receipt of a response
Definition at line 4609 of file res_pjsip.c.
Referenced by endpt_send_request(), endpt_send_request_cb(), and send_request_timer_callback().