Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
send_request_wrapper Struct Reference

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
 

Detailed Description

Definition at line 4607 of file res_pjsip.c.

Field Documentation

◆ callback

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().

◆ cb_called

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().

◆ send_cb_called

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().

◆ tdata

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().

◆ timeout

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().

◆ timeout_timer

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().

◆ token

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().


The documentation for this struct was generated from the following file: