Asterisk - The Open Source Telephony Project
18.5.0
|
Structure to hold information about an outbound request. More...
Data Fields | |
void(* | callback )(void *token, pjsip_event *e) |
unsigned int | challenge_count |
struct ast_sip_endpoint * | endpoint |
void * | token |
Structure to hold information about an outbound request.
Definition at line 4571 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 4577 of file res_pjsip.c.
Referenced by send_request_cb(), and send_request_data_alloc().
unsigned int challenge_count |
Number of challenges received.
Definition at line 4579 of file res_pjsip.c.
Referenced by check_request_status().
struct ast_sip_endpoint* endpoint |
The endpoint associated with this request
Definition at line 4573 of file res_pjsip.c.
Referenced by check_request_status(), send_request_cb(), send_request_data_alloc(), and send_request_data_destroy().
void* token |
Information to be provided to the callback upon receipt of a response
Definition at line 4575 of file res_pjsip.c.
Referenced by send_request_cb(), and send_request_data_alloc().