|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 1516 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 1522 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 1524 of file res_pjsip.c.
Referenced by check_request_status().
| struct ast_sip_endpoint* endpoint |
The endpoint associated with this request
Definition at line 1518 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 1520 of file res_pjsip.c.
Referenced by send_request_cb(), and send_request_data_alloc().