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

Structure to hold information about an outbound request. More...

Collaboration diagram for send_request_data:
Collaboration graph
[legend]

Data Fields

void(* callback )(void *token, pjsip_event *e)
 
unsigned int challenge_count
 
struct ast_sip_endpointendpoint
 
void * token
 

Detailed Description

Structure to hold information about an outbound request.

Definition at line 4571 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 4577 of file res_pjsip.c.

Referenced by send_request_cb(), and send_request_data_alloc().

◆ challenge_count

unsigned int challenge_count

Number of challenges received.

Definition at line 4579 of file res_pjsip.c.

Referenced by check_request_status().

◆ endpoint

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

◆ token

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


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