| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| 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.
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 1558 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 1560 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 1566 of file res_pjsip.c.
Referenced by ast_sip_failover_request(), endpt_send_request(), send_request_timer_callback(), and send_request_wrapper_destructor().
| pj_int32_t timeout | 
Original timeout.
Definition at line 1564 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 1562 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 1554 of file res_pjsip.c.
Referenced by endpt_send_request(), endpt_send_request_cb(), and send_request_timer_callback().